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.
 
 
 
 
 
 

99 lines
2.2 KiB

{
"_args": [
[
"rimraf@~2.5.1",
"/Users/rebecca/code/npm"
]
],
"_from": "rimraf@>=2.5.1 <2.6.0",
"_id": "rimraf@2.5.2",
"_inCache": true,
"_installable": true,
"_location": "/rimraf",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-6-west.internal.npmjs.com",
"tmp": "tmp/rimraf-2.5.2.tgz_1455346499772_0.9326622514054179"
},
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "3.7.0",
"_phantomChildren": {},
"_requested": {
"name": "rimraf",
"raw": "rimraf@~2.5.1",
"rawSpec": "~2.5.1",
"scope": null,
"spec": ">=2.5.1 <2.6.0",
"type": "range"
},
"_requiredBy": [
"/",
"/fs-vacuum",
"/fstream",
"/node-gyp",
"/npm-registry-client",
"/standard/standard-engine/eslint/file-entry-cache/flat-cache/del",
"/tacks",
"/tap/nyc",
"/tap/nyc/spawn-wrap"
],
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.2.tgz",
"_shasum": "62ba947fa4c0b4363839aefecd4f0fbad6059726",
"_shrinkwrap": null,
"_spec": "rimraf@~2.5.1",
"_where": "/Users/rebecca/code/npm",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
"bin": {
"rimraf": "./bin.js"
},
"bugs": {
"url": "https://github.com/isaacs/rimraf/issues"
},
"dependencies": {
"glob": "^7.0.0"
},
"description": "A deep deletion module for node (like `rm -rf`)",
"devDependencies": {
"mkdirp": "^0.5.1",
"tap": "^5.1.1"
},
"directories": {},
"dist": {
"shasum": "62ba947fa4c0b4363839aefecd4f0fbad6059726",
"tarball": "http://registry.npmjs.org/rimraf/-/rimraf-2.5.2.tgz"
},
"files": [
"LICENSE",
"README.md",
"bin.js",
"rimraf.js"
],
"gitHead": "f414f87021f88d004ac487eebc8d07ce6a152721",
"homepage": "https://github.com/isaacs/rimraf#readme",
"license": "ISC",
"main": "rimraf.js",
"maintainers": [
{
"email": "i@izs.me",
"name": "isaacs"
}
],
"name": "rimraf",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/rimraf.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "2.5.2"
}