package.json
2.21 KB
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
{
"_args": [
[
"signal-exit@^2.1.2",
"/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/loud-rejection"
]
],
"_from": "signal-exit@>=2.1.2 <3.0.0",
"_id": "signal-exit@2.1.2",
"_inCache": true,
"_installable": true,
"_location": "/signal-exit",
"_nodeVersion": "2.0.2",
"_npmUser": {
"email": "ben@npmjs.com",
"name": "bcoe"
},
"_npmVersion": "2.9.0",
"_phantomChildren": {},
"_requested": {
"name": "signal-exit",
"raw": "signal-exit@^2.1.2",
"rawSpec": "^2.1.2",
"scope": null,
"spec": ">=2.1.2 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/loud-rejection"
],
"_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz",
"_shasum": "375879b1f92ebc3b334480d038dc546a6d558564",
"_shrinkwrap": null,
"_spec": "signal-exit@^2.1.2",
"_where": "/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/loud-rejection",
"author": {
"email": "ben@npmjs.com",
"name": "Ben Coe"
},
"bugs": {
"url": "https://github.com/bcoe/signal-exit/issues"
},
"dependencies": {},
"description": "when you want to fire an event no matter how a process exits.",
"devDependencies": {
"chai": "^2.3.0",
"coveralls": "^2.11.2",
"nyc": "^2.1.2",
"standard": "^3.9.0",
"tap": "1.0.4"
},
"directories": {},
"dist": {
"shasum": "375879b1f92ebc3b334480d038dc546a6d558564",
"tarball": "http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz"
},
"gitHead": "8d50231bda6d0d1c4d39de20fc09d11487eb9951",
"homepage": "https://github.com/bcoe/signal-exit",
"keywords": [
"exit",
"signal"
],
"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/bcoe/signal-exit.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "standard && nyc tap --timeout=240 ./test/*.js"
},
"version": "2.1.2"
}