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.
65 lines
1.3 KiB
65 lines
1.3 KiB
{
|
|
"name": "rimraf",
|
|
"version": "2.0.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"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "~1.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/rimraf.git"
|
|
},
|
|
"scripts": {
|
|
"test": "cd test && bash run.sh"
|
|
},
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"_id": "rimraf@2.0.2",
|
|
"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"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"graceful-fs": "~1.1"
|
|
},
|
|
"devDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.24",
|
|
"_nodeVersion": "v0.7.10-pre",
|
|
"_defaultsLoaded": true,
|
|
"_from": "rimraf@2"
|
|
}
|
|
|