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.
61 lines
1.4 KiB
61 lines
1.4 KiB
{
|
|
"name": "rimraf",
|
|
"version": "2.3.2",
|
|
"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": "9d5ab4a8b6986ec909af04f6d91315e98f5893e8",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/rimraf/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/rimraf",
|
|
"_id": "rimraf@2.3.2",
|
|
"_shasum": "7304bd9275c401b89103b106b3531c1ef0c02fe9",
|
|
"_from": "rimraf@>=2.3.2 <2.4.0",
|
|
"_npmVersion": "2.7.0",
|
|
"_nodeVersion": "1.4.2",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "7304bd9275c401b89103b106b3531c1ef0c02fe9",
|
|
"tarball": "http://registry.npmjs.org/rimraf/-/rimraf-2.3.2.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.3.2.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|