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.
70 lines
1.7 KiB
70 lines
1.7 KiB
{
|
|
"name": "fs-vacuum",
|
|
"version": "1.2.9",
|
|
"description": "recursively remove empty directories -- to a point",
|
|
"main": "vacuum.js",
|
|
"scripts": {
|
|
"test": "standard && tap test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/fs-vacuum.git"
|
|
},
|
|
"keywords": [
|
|
"rm",
|
|
"rimraf",
|
|
"clean"
|
|
],
|
|
"author": {
|
|
"name": "Forrest L Norvell",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
},
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/npm/fs-vacuum/issues"
|
|
},
|
|
"homepage": "https://github.com/npm/fs-vacuum",
|
|
"devDependencies": {
|
|
"mkdirp": "^0.5.1",
|
|
"standard": "^6.0.8",
|
|
"errno": "~0.1.0",
|
|
"require-inject": "~1.3.0",
|
|
"tap": "^5.7.1",
|
|
"tmp": "0.0.28"
|
|
},
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"path-is-inside": "^1.0.1",
|
|
"rimraf": "^2.5.2"
|
|
},
|
|
"gitHead": "acff37c635731a0169367acb32338d9d4e7d615c",
|
|
"_id": "fs-vacuum@1.2.9",
|
|
"_shasum": "4f90193ab8ea02890995bcd4e804659a5d366b2d",
|
|
"_from": "fs-vacuum@1.2.9",
|
|
"_npmVersion": "3.8.7",
|
|
"_nodeVersion": "5.10.1",
|
|
"_npmUser": {
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
},
|
|
"dist": {
|
|
"shasum": "4f90193ab8ea02890995bcd4e804659a5d366b2d",
|
|
"tarball": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.9.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
},
|
|
{
|
|
"name": "zkat",
|
|
"email": "kat@sykosomatic.org"
|
|
}
|
|
],
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/fs-vacuum-1.2.9.tgz_1461273179969_0.39465441973879933"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.9.tgz"
|
|
}
|
|
|