summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-lifecycle/package.json
blob: c4c32bd221f20727dd67b732fce622d267589bc8 (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
{
  "_from": "npm-lifecycle@2.0.1",
  "_id": "npm-lifecycle@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-6CypRO6iNsSfrWOUajeQnesouUgkeh7clByYDORUV6AhwRaGfHYh+5rFdDCIqzmMqomGlyDsSpazthNPG2BAOA==",
  "_location": "/npm-lifecycle",
  "_phantomChildren": {
    "abbrev": "1.1.1",
    "glob": "7.1.2",
    "graceful-fs": "4.1.11",
    "inherits": "2.0.3",
    "mkdirp": "0.5.1",
    "npmlog": "4.1.2",
    "osenv": "0.1.5",
    "request": "2.83.0",
    "rimraf": "2.6.2",
    "which": "1.3.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "npm-lifecycle@2.0.1",
    "name": "npm-lifecycle",
    "escapedName": "npm-lifecycle",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/libcipm"
  ],
  "_resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-2.0.1.tgz",
  "_shasum": "897313f05ed24db8e28d99fa8b42c31b625e6237",
  "_spec": "npm-lifecycle@2.0.1",
  "_where": "/Users/zkat/Documents/code/npm",
  "author": {
    "name": "Mike Sherov"
  },
  "bugs": {
    "url": "https://github.com/npm/lifecycle/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "byline": "^5.0.0",
    "graceful-fs": "^4.1.11",
    "node-gyp": "^3.6.2",
    "resolve-from": "^4.0.0",
    "slide": "^1.1.6",
    "uid-number": "0.0.6",
    "umask": "^1.1.0",
    "which": "^1.3.0"
  },
  "deprecated": false,
  "description": "JavaScript package lifecycle hook runner",
  "devDependencies": {
    "nyc": "^11.1.0",
    "sinon": "^4.0.1",
    "standard": "^10.0.3",
    "standard-version": "^4.2.0",
    "tap": "^10.7.2",
    "weallbehave": "^1.2.0",
    "weallcontribute": "^1.0.8"
  },
  "files": [
    "index.js",
    "lib/spawn.js",
    "node-gyp-bin"
  ],
  "homepage": "https://github.com/npm/lifecycle#readme",
  "keywords": [
    "npm",
    "lifecycle",
    "hook",
    "runner"
  ],
  "license": "Artistic-2.0",
  "main": "index.js",
  "name": "npm-lifecycle",
  "repository": {
    "type": "git",
    "url": "git://github.com/npm/lifecycle.git"
  },
  "scripts": {
    "postrelease": "npm publish && git push --follow-tags",
    "prerelease": "npm t",
    "pretest": "standard",
    "release": "standard-version -s",
    "test": "tap -J --coverage test/*.js",
    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  },
  "version": "2.0.1"
}