2012-06-11 12:29:47 +08:00
|
|
|
{
|
|
|
|
"name": "rimraf",
|
2014-08-01 00:05:30 +08:00
|
|
|
"version": "2.2.8",
|
2012-06-11 12:29:47 +08:00
|
|
|
"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"
|
|
|
|
},
|
2013-07-10 04:09:02 +08:00
|
|
|
"bin": {
|
|
|
|
"rimraf": "./bin.js"
|
|
|
|
},
|
2012-06-11 12:29:47 +08:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Isaac Z. Schlueter",
|
|
|
|
"email": "i@izs.me",
|
|
|
|
"url": "http://blog.izs.me"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Wayne Larsen",
|
|
|
|
"email": "wayne@larsen.st",
|
|
|
|
"url": "http://github.com/wvl"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ritch",
|
|
|
|
"email": "skawful@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Marcel Laverdet"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Yosef Dinerstein",
|
|
|
|
"email": "yosefd@microsoft.com"
|
|
|
|
}
|
|
|
|
],
|
2013-07-10 04:09:02 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/isaacs/rimraf/issues"
|
|
|
|
},
|
2013-12-12 02:20:26 +08:00
|
|
|
"homepage": "https://github.com/isaacs/rimraf",
|
2014-08-01 00:05:30 +08:00
|
|
|
"_id": "rimraf@2.2.8",
|
|
|
|
"_shasum": "e439be2aaee327321952730f99a8929e4fc50582",
|
|
|
|
"_from": "rimraf@latest",
|
|
|
|
"_npmVersion": "1.4.10",
|
|
|
|
"_npmUser": {
|
|
|
|
"name": "isaacs",
|
|
|
|
"email": "i@izs.me"
|
|
|
|
},
|
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "isaacs",
|
|
|
|
"email": "i@izs.me"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"dist": {
|
|
|
|
"shasum": "e439be2aaee327321952730f99a8929e4fc50582",
|
|
|
|
"tarball": "http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"
|
|
|
|
},
|
|
|
|
"directories": {},
|
|
|
|
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",
|
|
|
|
"readme": "ERROR: No README data found!"
|
2012-06-11 12:29:47 +08:00
|
|
|
}
|