{
	"name": "npcache",
	"version": "2.0.0-3",
	"description": "Manipulate cache of npm packages",
	"repository": "shinnn/npcache",
	"author": "Watanabe Shinnosuke (https://github.com/shinnn)",
	"license": "ISC",
	"scripts": {
		"pretest": "eslint .",
		"test": "nyc node test.js"
	},
	"files": [
		"index.js"
	],
	"keywords": [
		"npm",
		"cache",
		"cacache",
		"promise",
		"stream",
		"package",
		"async"
	],
	"dependencies": {
		"npm-cache-path": "^2.0.0",
		"reject-unsatisfied-npm-version": "^1.0.0",
		"resolve-from-npm": "^3.1.0"
	},
	"devDependencies": {
		"@shinnn/eslint-config": "^6.9.0",
		"babel-eslint": "^10.0.2",
		"broken-npm-path": "^1.0.0",
		"clear-module": "^3.1.0",
		"eslint": "^5.14.1",
		"nyc": "^14.1.1",
		"nyc-config-common": "^1.0.1",
		"path-key": "^2.0.1",
		"rmfr": "^2.0.0",
		"tape": "^4.10.1"
	},
	"eslintConfig": {
		"extends": "@shinnn",
		"parser": "babel-eslint",
		"rules": {
			"no-use-extend-native/no-use-extend-native": "off"
		}
	},
	"nyc": {
		"extends": "nyc-config-common"
	}
}
