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.
 
 
 
 
 
 

60 lines
1.4 KiB

{
"name": "rimraf",
"version": "2.3.1",
"main": "rimraf.js",
"description": "A deep deletion module for node (like `rm -rf`)",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"license": {
"type": "MIT",
"url": "https://github.com/isaacs/rimraf/raw/master/LICENSE"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/rimraf.git"
},
"scripts": {
"test": "cd test && bash run.sh"
},
"bin": {
"rimraf": "./bin.js"
},
"dependencies": {
"glob": "^4.4.2"
},
"files": [
"bin.js",
"rimraf.js",
"LICENSE",
"README.md"
],
"gitHead": "aa707db2fb5b11c35fc614a1472775373dc9d46c",
"bugs": {
"url": "https://github.com/isaacs/rimraf/issues"
},
"homepage": "https://github.com/isaacs/rimraf",
"_id": "rimraf@2.3.1",
"_shasum": "f83df78c168d5daf9f021e8e092e7a165898ee75",
"_from": "rimraf@>=2.3.1 <2.4.0",
"_npmVersion": "2.6.0",
"_nodeVersion": "1.4.2",
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"dist": {
"shasum": "f83df78c168d5daf9f021e8e092e7a165898ee75",
"tarball": "http://registry.npmjs.org/rimraf/-/rimraf-2.3.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.3.1.tgz"
}