You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

121 lines
2.5 KiB

{
"_args": [
[
"del@^2.0.2",
"/Users/silverwind/git/node/tools/package/package/node_modules/flat-cache"
]
],
"_from": "del@>=2.0.2 <3.0.0",
"_id": "del@2.2.0",
"_inCache": true,
"_installable": true,
"_location": "/del",
"_nodeVersion": "4.2.1",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "del",
"raw": "del@^2.0.2",
"rawSpec": "^2.0.2",
"scope": null,
"spec": ">=2.0.2 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/flat-cache"
],
"_resolved": "https://registry.npmjs.org/del/-/del-2.2.0.tgz",
"_shasum": "9a50f04bf37325e283b4f44e985336c252456bd5",
"_shrinkwrap": null,
"_spec": "del@^2.0.2",
"_where": "/Users/silverwind/git/node/tools/package/package/node_modules/flat-cache",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/del/issues"
},
"dependencies": {
"globby": "^4.0.0",
"is-path-cwd": "^1.0.0",
"is-path-in-cwd": "^1.0.0",
"object-assign": "^4.0.1",
"pify": "^2.0.0",
"pinkie-promise": "^2.0.0",
"rimraf": "^2.2.8"
},
"description": "Delete files/folders using globs",
"devDependencies": {
"fs-extra": "^0.26.2",
"mocha": "*",
"path-exists": "^2.0.0",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "9a50f04bf37325e283b4f44e985336c252456bd5",
"tarball": "https://registry.npmjs.org/del/-/del-2.2.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "f364db4622f69856d9b7d26c8830335e607924fe",
"homepage": "https://github.com/sindresorhus/del",
"keywords": [
"clean",
"cleaning",
"cleanup",
"del",
"delete",
"destroy",
"dir",
"directory",
"file",
"files",
"filesystem",
"folder",
"fs",
"glob",
"gulpfriendly",
"remove",
"rimraf",
"rm",
"rmdir",
"rmrf",
"trash",
"unlink"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "del",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/del.git"
},
"scripts": {
"test": "xo && mocha"
},
"version": "2.2.0",
"xo": {
"envs": [
"mocha",
"node"
]
}
}