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: f51eac4d3578df809fb9373cf6ff93f71c537bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
  "_args": [
    [
      "rimraf@~2.4.0",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "rimraf@>=2.4.0 <2.5.0",
  "_id": "rimraf@2.4.1",
  "_inCache": true,
  "_location": "/rimraf",
  "_nodeVersion": "2.2.1",
  "_npmUser": {
    "email": "isaacs@npmjs.com",
    "name": "isaacs"
  },
  "_npmVersion": "3.0.0",
  "_phantomChildren": {
    "inflight": "1.0.4",
    "inherits": "2.0.1",
    "minimatch": "2.0.8",
    "once": "1.3.2"
  },
  "_requested": {
    "name": "rimraf",
    "raw": "rimraf@~2.4.0",
    "rawSpec": "~2.4.0",
    "scope": null,
    "spec": ">=2.4.0 <2.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/",
    "/fs-vacuum",
    "/fstream",
    "/node-gyp",
    "/npm-registry-client",
    "/nyc",
    "/spawn-wrap"
  ],
  "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.1.tgz",
  "_shasum": "99ff3cc1d61d687b67489b9f97cfa9d3db3b9e48",
  "_shrinkwrap": null,
  "_spec": "rimraf@~2.4.0",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me/"
  },
  "bin": {
    "rimraf": "./bin.js"
  },
  "bugs": {
    "url": "https://github.com/isaacs/rimraf/issues"
  },
  "dependencies": {
    "glob": "^4.4.2"
  },
  "description": "A deep deletion module for node (like `rm -rf`)",
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "tap": "^1.2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "99ff3cc1d61d687b67489b9f97cfa9d3db3b9e48",
    "tarball": "http://registry.npmjs.org/rimraf/-/rimraf-2.4.1.tgz"
  },
  "files": [
    "LICENSE",
    "README.md",
    "bin.js",
    "rimraf.js"
  ],
  "gitHead": "9b97ac62e1b459d84dbe18f20757bfe4374e65ab",
  "homepage": "https://github.com/isaacs/rimraf#readme",
  "license": "ISC",
  "main": "rimraf.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "rimraf",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/rimraf.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "2.4.1"
}