summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/rimraf/package.json
blob: 7efb7ea28188a5fe82a0bab21bb8081ae6e1fcba (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
100
101
102
103
104
105
{
  "_args": [
    [
      {
        "raw": "rimraf@latest",
        "scope": null,
        "escapedName": "rimraf",
        "name": "rimraf",
        "rawSpec": "latest",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/zkat/Documents/code/npm"
    ]
  ],
  "_from": "rimraf@latest",
  "_id": "rimraf@2.6.1",
  "_inCache": true,
  "_location": "/rimraf",
  "_nodeVersion": "8.0.0-pre",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/rimraf-2.6.1.tgz_1487908074285_0.8205490333493799"
  },
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "_npmVersion": "4.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "rimraf@latest",
    "scope": null,
    "escapedName": "rimraf",
    "name": "rimraf",
    "rawSpec": "latest",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/@npmcorp/move",
    "/@npmcorp/move/@npmcorp/copy",
    "/fs-vacuum",
    "/fstream",
    "/node-gyp"
  ],
  "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz",
  "_shasum": "c2338ec643df7a1b7fe5c54fa86f57428a55f33d",
  "_shrinkwrap": null,
  "_spec": "rimraf@latest",
  "_where": "/Users/zkat/Documents/code/npm",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bin": {
    "rimraf": "./bin.js"
  },
  "bugs": {
    "url": "https://github.com/isaacs/rimraf/issues"
  },
  "dependencies": {
    "glob": "^7.0.5"
  },
  "description": "A deep deletion module for node (like `rm -rf`)",
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "tap": "^10.1.2"
  },
  "directories": {},
  "dist": {
    "shasum": "c2338ec643df7a1b7fe5c54fa86f57428a55f33d",
    "tarball": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz"
  },
  "files": [
    "LICENSE",
    "README.md",
    "bin.js",
    "rimraf.js"
  ],
  "gitHead": "d84fe2cc6646d30a401baadcee22ae105a2d4909",
  "homepage": "https://github.com/isaacs/rimraf#readme",
  "license": "ISC",
  "main": "rimraf.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "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.6.1"
}