summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/fs-vacuum/package.json
blob: 5f414b80469830a31fb0c7b134d65e297f95e405 (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": "fs-vacuum@latest",
        "scope": null,
        "escapedName": "fs-vacuum",
        "name": "fs-vacuum",
        "rawSpec": "latest",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/zkat/Documents/code/npm"
    ]
  ],
  "_from": "fs-vacuum@latest",
  "_id": "fs-vacuum@1.2.10",
  "_inCache": true,
  "_location": "/fs-vacuum",
  "_nodeVersion": "7.7.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/fs-vacuum-1.2.10.tgz_1489187970453_0.7888825018890202"
  },
  "_npmUser": {
    "name": "zkat",
    "email": "kat@sykosomatic.org"
  },
  "_npmVersion": "4.4.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "fs-vacuum@latest",
    "scope": null,
    "escapedName": "fs-vacuum",
    "name": "fs-vacuum",
    "rawSpec": "latest",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.10.tgz",
  "_shasum": "b7629bec07a4031a2548fdf99f5ecf1cc8b31e36",
  "_shrinkwrap": null,
  "_spec": "fs-vacuum@latest",
  "_where": "/Users/zkat/Documents/code/npm",
  "author": {
    "name": "Forrest L Norvell",
    "email": "ogd@aoaioxxysz.net"
  },
  "bugs": {
    "url": "https://github.com/npm/fs-vacuum/issues"
  },
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "path-is-inside": "^1.0.1",
    "rimraf": "^2.5.2"
  },
  "description": "recursively remove empty directories -- to a point",
  "devDependencies": {
    "errno": "~0.1.0",
    "mkdirp": "^0.5.1",
    "require-inject": "~1.3.0",
    "standard": "^6.0.8",
    "tap": "^5.7.1",
    "tmp": "0.0.28"
  },
  "directories": {},
  "dist": {
    "shasum": "b7629bec07a4031a2548fdf99f5ecf1cc8b31e36",
    "tarball": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.10.tgz"
  },
  "gitHead": "e2daf9ab461004d10cc934e286052a6cd72a6127",
  "homepage": "https://github.com/npm/fs-vacuum",
  "keywords": [
    "rm",
    "rimraf",
    "clean"
  ],
  "license": "ISC",
  "main": "vacuum.js",
  "maintainers": [
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    },
    {
      "name": "zkat",
      "email": "kat@sykosomatic.org"
    }
  ],
  "name": "fs-vacuum",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/fs-vacuum.git"
  },
  "scripts": {
    "test": "standard && tap test/*.js"
  },
  "version": "1.2.10"
}