npm-cache-path
Version:
Get the path of npm cache folder
43 lines (42 loc) • 762 B
JSON
{
"name": "npm-cache-path",
"version": "2.0.0",
"description": "Get the path of npm cache folder",
"repository": "shinnn/npm-cache-path",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint .",
"test": "nyc node test.js"
},
"license": "ISC",
"files": [
"index.js"
],
"keywords": [
"npm",
"cache",
"path",
"directory",
"folder",
"resolve",
"promise",
"async"
],
"dependencies": {
"npm-cache-env": "^2.0.0"
},
"devDependencies": {
"@shinnn/eslint-config": "^6.7.3",
"cacache": "^11.2.0",
"eslint": "^5.7.0",
"nyc": "^13.1.0",
"nyc-config-common": "^1.0.1",
"tape": "^4.9.1"
},
"eslintConfig": {
"extends": "@shinnn"
},
"nyc": {
"extends": "nyc-config-common"
}
}