mirror of https://github.com/lukechilds/node.git
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.
68 lines
1.6 KiB
68 lines
1.6 KiB
{
|
|
"_from": "fs-vacuum@~1.2.10",
|
|
"_id": "fs-vacuum@1.2.10",
|
|
"_integrity": "sha1-t2Kb7AekAxolSP35n17PHMizHjY=",
|
|
"_location": "/fs-vacuum",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "fs-vacuum@~1.2.10",
|
|
"name": "fs-vacuum",
|
|
"escapedName": "fs-vacuum",
|
|
"rawSpec": "~1.2.10",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.2.10"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.10.tgz",
|
|
"_shasum": "b7629bec07a4031a2548fdf99f5ecf1cc8b31e36",
|
|
"_shrinkwrap": null,
|
|
"_spec": "fs-vacuum@~1.2.10",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"author": {
|
|
"name": "Forrest L Norvell",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
},
|
|
"bin": null,
|
|
"bugs": {
|
|
"url": "https://github.com/npm/fs-vacuum/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"path-is-inside": "^1.0.1",
|
|
"rimraf": "^2.5.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "recursively remove empty directories -- to a point",
|
|
"devDependencies": {
|
|
"errno": "~0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"require-inject": "~1.3.0",
|
|
"standard": "^6.0.8",
|
|
"tap": "^5.7.1",
|
|
"tmp": "0.0.28"
|
|
},
|
|
"homepage": "https://github.com/npm/fs-vacuum",
|
|
"keywords": [
|
|
"rm",
|
|
"rimraf",
|
|
"clean"
|
|
],
|
|
"license": "ISC",
|
|
"main": "vacuum.js",
|
|
"name": "fs-vacuum",
|
|
"optionalDependencies": {},
|
|
"peerDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/fs-vacuum.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tap test/*.js"
|
|
},
|
|
"version": "1.2.10"
|
|
}
|
|
|