summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cmd-shim/package.json
blob: 43a7b36a8fdd0c72bcf6f2ccd7f7ee042f4f0a36 (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
{
  "_from": "cmd-shim@3.0.3",
  "_id": "cmd-shim@3.0.3",
  "_inBundle": false,
  "_integrity": "sha512-DtGg+0xiFhQIntSBRzL2fRQBnmtAVwXIDo4Qq46HPpObYquxMaZS4sb82U9nH91qJrlosC1wa9gwr0QyL/HypA==",
  "_location": "/cmd-shim",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cmd-shim@3.0.3",
    "name": "cmd-shim",
    "escapedName": "cmd-shim",
    "rawSpec": "3.0.3",
    "saveSpec": null,
    "fetchSpec": "3.0.3"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/bin-links"
  ],
  "_resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-3.0.3.tgz",
  "_shasum": "2c35238d3df37d98ecdd7d5f6b8dc6b21cadc7cb",
  "_spec": "cmd-shim@3.0.3",
  "_where": "/Users/isaacs/dev/npm/cli",
  "bugs": {
    "url": "https://github.com/npm/cmd-shim/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "mkdirp": "~0.5.0"
  },
  "deprecated": false,
  "description": "Used in npm for command line application support",
  "devDependencies": {
    "rimraf": "~2.2.8",
    "tap": "^12.7.0"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/npm/cmd-shim#readme",
  "license": "ISC",
  "name": "cmd-shim",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/cmd-shim.git"
  },
  "scripts": {
    "postpublish": "git push origin --follow-tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "TAP_SNAPSHOT=1 tap test/*.js --100",
    "test": "tap test/*.js --100"
  },
  "version": "3.0.3"
}