{ "_args": [ [ "find-cache-dir@2.1.0", "/Users/kyle/Projects/Personal/rustimate/crates/client/www" ] ], "_development": true, "_from": "find-cache-dir@2.1.0", "_id": "find-cache-dir@2.1.0", "_inBundle": false, "_integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", "_location": "/find-cache-dir", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "find-cache-dir@2.1.0", "name": "find-cache-dir", "escapedName": "find-cache-dir", "rawSpec": "2.1.0", "saveSpec": null, "fetchSpec": "2.1.0" }, "_requiredBy": [ "/copy-webpack-plugin", "/terser-webpack-plugin" ], "_resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", "_spec": "2.1.0", "_where": "/Users/kyle/Projects/Personal/rustimate/crates/client/www", "bugs": { "url": "https://github.com/avajs/find-cache-dir/issues" }, "dependencies": { "commondir": "^1.0.1", "make-dir": "^2.0.0", "pkg-dir": "^3.0.0" }, "description": "Finds the common standard cache directory", "devDependencies": { "ava": "^1.3.1", "coveralls": "^3.0.3", "del": "^4.0.0", "nyc": "^13.3.0", "xo": "^0.24.0" }, "engines": { "node": ">=6" }, "files": [ "index.js" ], "homepage": "https://github.com/avajs/find-cache-dir#readme", "keywords": [ "cache", "directory", "dir", "caching", "find", "search" ], "license": "MIT", "name": "find-cache-dir", "nyc": { "reporter": [ "lcov", "text" ] }, "repository": { "type": "git", "url": "git+https://github.com/avajs/find-cache-dir.git" }, "scripts": { "test": "xo && nyc ava" }, "version": "2.1.0" }