summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/rimraf/package.json
blob: ccc09c5afd7a47588dc0564c0e56f5b14cd777e2 (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
97
98
99
{
  "_args": [
    [
      "rimraf@~2.5.1",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "rimraf@>=2.5.1 <2.6.0",
  "_id": "rimraf@2.5.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/rimraf",
  "_nodeVersion": "5.6.0",
  "_npmOperationalInternal": {
    "host": "packages-6-west.internal.npmjs.com",
    "tmp": "tmp/rimraf-2.5.2.tgz_1455346499772_0.9326622514054179"
  },
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "3.7.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "rimraf",
    "raw": "rimraf@~2.5.1",
    "rawSpec": "~2.5.1",
    "scope": null,
    "spec": ">=2.5.1 <2.6.0",
    "type": "range"
  },
  "_requiredBy": [
    "/",
    "/fs-vacuum",
    "/fstream",
    "/node-gyp",
    "/npm-registry-client",
    "/standard/standard-engine/eslint/file-entry-cache/flat-cache/del",
    "/tacks",
    "/tap/nyc",
    "/tap/nyc/spawn-wrap"
  ],
  "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.2.tgz",
  "_shasum": "62ba947fa4c0b4363839aefecd4f0fbad6059726",
  "_shrinkwrap": null,
  "_spec": "rimraf@~2.5.1",
  "_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": "^7.0.0"
  },
  "description": "A deep deletion module for node (like `rm -rf`)",
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "tap": "^5.1.1"
  },
  "directories": {},
  "dist": {
    "shasum": "62ba947fa4c0b4363839aefecd4f0fbad6059726",
    "tarball": "http://registry.npmjs.org/rimraf/-/rimraf-2.5.2.tgz"
  },
  "files": [
    "LICENSE",
    "README.md",
    "bin.js",
    "rimraf.js"
  ],
  "gitHead": "f414f87021f88d004ac487eebc8d07ce6a152721",
  "homepage": "https://github.com/isaacs/rimraf#readme",
  "license": "ISC",
  "main": "rimraf.js",
  "maintainers": [
    {
      "email": "i@izs.me",
      "name": "isaacs"
    }
  ],
  "name": "rimraf",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/rimraf.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "2.5.2"
}