summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/package.json
blob: d4ba8c443059d6a309f7de9d464ca3f3150301f8 (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
106
107
108
109
110
111
112
113
114
115
116
117
118
{
  "_args": [
    [
      {
        "raw": "signal-exit@^3.0.0",
        "scope": null,
        "escapedName": "signal-exit",
        "name": "signal-exit",
        "rawSpec": "^3.0.0",
        "spec": ">=3.0.0 <4.0.0",
        "type": "range"
      },
      "/Users/rebecca/code/npm2/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge"
    ],
    [
      {
        "raw": "signal-exit@^3.0.0",
        "scope": null,
        "escapedName": "signal-exit",
        "name": "signal-exit",
        "rawSpec": "^3.0.0",
        "spec": ">=3.0.0 <4.0.0",
        "type": "range"
      },
      "/Users/rebecca/code/npm2/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge"
    ]
  ],
  "_from": "signal-exit@^3.0.0",
  "_id": "signal-exit@3.0.1",
  "_inCache": true,
  "_location": "/npm-registry-client/npmlog/gauge/signal-exit",
  "_nodeVersion": "6.5.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/signal-exit-3.0.1.tgz_1473354783379_0.4592130535747856"
  },
  "_npmUser": {
    "name": "bcoe",
    "email": "ben@npmjs.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "signal-exit@^3.0.0",
    "scope": null,
    "escapedName": "signal-exit",
    "name": "signal-exit",
    "rawSpec": "^3.0.0",
    "spec": ">=3.0.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/npm-registry-client/npmlog/gauge"
  ],
  "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.1.tgz",
  "_shasum": "5a4c884992b63a7acd9badb7894c3ee9cfccad81",
  "_shrinkwrap": null,
  "_spec": "signal-exit@^3.0.0",
  "_where": "/Users/rebecca/code/npm2/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge",
  "author": {
    "name": "Ben Coe",
    "email": "ben@npmjs.com"
  },
  "bugs": {
    "url": "https://github.com/tapjs/signal-exit/issues"
  },
  "dependencies": {},
  "description": "when you want to fire an event no matter how a process exits.",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.10",
    "nyc": "^8.1.0",
    "standard": "^7.1.2",
    "standard-version": "^2.3.0",
    "tap": "^7.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "5a4c884992b63a7acd9badb7894c3ee9cfccad81",
    "tarball": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.1.tgz"
  },
  "files": [
    "index.js",
    "signals.js"
  ],
  "gitHead": "6859aff54f5198c63fff91baef279b86026bde69",
  "homepage": "https://github.com/tapjs/signal-exit",
  "keywords": [
    "signal",
    "exit"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "bcoe",
      "email": "ben@npmjs.com"
    },
    {
      "name": "isaacs",
      "email": "isaacs@npmjs.com"
    }
  ],
  "name": "signal-exit",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapjs/signal-exit.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "pretest": "standard",
    "release": "standard-version",
    "test": "tap --timeout=240 ./test/*.js --cov"
  },
  "version": "3.0.1"
}