Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « rimraf « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b69536ef982e0569e81acba48f8b4b17c70f1d7 (plain)
1
2
3
4
5
6
7
8
9
{"name":"rimraf"
,"version":"1.0.9"
,"main":"rimraf.js"
,"description":"A deep deletion module for node (like `rm -rf`)"
,"author":"Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
,"license":
  {"type":"MIT", "url": "https://github.com/isaacs/rimraf/raw/master/LICENSE"}
,"repository":"git://github.com/isaacs/rimraf.git"
,"scripts":{"test":"cd test && bash run.sh"}}