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

package.json « rimraf « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f7be852dfa94d41ab1fdf1d2af8b4152c19a734 (plain)
1
2
3
4
5
6
7
8
9
10
{"name":"rimraf"
,"version":"2.0.0"
,"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"}
,"optionalDependencies":{"graceful-fs":"~1.1"}
,"repository":"git://github.com/isaacs/rimraf.git"
,"scripts":{"test":"cd test && bash run.sh"}}