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

package.json « fs-vacuum « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c404bc8fc84367f22335a97a584268da10ee10f (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
{
  "_args": [
    [
      "fs-vacuum@~1.2.6",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "fs-vacuum@>=1.2.6 <1.3.0",
  "_id": "fs-vacuum@1.2.6",
  "_inCache": true,
  "_location": "/fs-vacuum",
  "_nodeVersion": "2.0.2",
  "_npmUser": {
    "email": "ogd@aoaioxxysz.net",
    "name": "othiym23"
  },
  "_npmVersion": "2.10.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "fs-vacuum",
    "raw": "fs-vacuum@~1.2.6",
    "rawSpec": "~1.2.6",
    "scope": null,
    "spec": ">=1.2.6 <1.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.6.tgz",
  "_shasum": "860c5e4b3e3aa2a6a3cbb327c57534f3a3bff642",
  "_shrinkwrap": null,
  "_spec": "fs-vacuum@~1.2.6",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "ogd@aoaioxxysz.net",
    "name": "Forrest L Norvell"
  },
  "bugs": {
    "url": "https://github.com/npm/fs-vacuum/issues"
  },
  "dependencies": {
    "graceful-fs": "^3.0.2",
    "path-is-inside": "^1.0.1",
    "rimraf": "^2.2.8"
  },
  "description": "recursively remove empty directories -- to a point",
  "devDependencies": {
    "mkdirp": "^0.5.0",
    "tap": "^0.4.11",
    "tmp": "0.0.24"
  },
  "directories": {},
  "dist": {
    "shasum": "860c5e4b3e3aa2a6a3cbb327c57534f3a3bff642",
    "tarball": "http://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.6.tgz"
  },
  "gitHead": "04b5093ac6fbcc4135835fb1c4ed990dfed5a04c",
  "homepage": "https://github.com/npm/fs-vacuum",
  "keywords": [
    "clean",
    "rimraf",
    "rm"
  ],
  "license": "ISC",
  "main": "vacuum.js",
  "maintainers": [
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    }
  ],
  "name": "fs-vacuum",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/fs-vacuum.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "1.2.6"
}