Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / signal-exit / package.json
1 {
2   "_args": [
3     [
4       "signal-exit@^3.0.0",
5       "/var/www/yaffs/node_modules/loud-rejection"
6     ]
7   ],
8   "_from": "signal-exit@>=3.0.0 <4.0.0",
9   "_id": "signal-exit@3.0.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/signal-exit",
13   "_nodeVersion": "6.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/signal-exit-3.0.2.tgz_1480821660838_0.6809983775019646"
17   },
18   "_npmUser": {
19     "email": "i@izs.me",
20     "name": "isaacs"
21   },
22   "_npmVersion": "3.10.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "signal-exit",
26     "raw": "signal-exit@^3.0.0",
27     "rawSpec": "^3.0.0",
28     "scope": null,
29     "spec": ">=3.0.0 <4.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/loud-rejection"
34   ],
35   "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
36   "_shasum": "b5fdc08f1287ea1178628e415e25132b73646c6d",
37   "_shrinkwrap": null,
38   "_spec": "signal-exit@^3.0.0",
39   "_where": "/var/www/yaffs/node_modules/loud-rejection",
40   "author": {
41     "email": "ben@npmjs.com",
42     "name": "Ben Coe"
43   },
44   "bugs": {
45     "url": "https://github.com/tapjs/signal-exit/issues"
46   },
47   "dependencies": {},
48   "description": "when you want to fire an event no matter how a process exits.",
49   "devDependencies": {
50     "chai": "^3.5.0",
51     "coveralls": "^2.11.10",
52     "nyc": "^8.1.0",
53     "standard": "^7.1.2",
54     "standard-version": "^2.3.0",
55     "tap": "^8.0.1"
56   },
57   "directories": {},
58   "dist": {
59     "shasum": "b5fdc08f1287ea1178628e415e25132b73646c6d",
60     "tarball": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz"
61   },
62   "files": [
63     "index.js",
64     "signals.js"
65   ],
66   "gitHead": "9c5ad9809fe6135ef22e2623989deaffe2a4fa8a",
67   "homepage": "https://github.com/tapjs/signal-exit",
68   "keywords": [
69     "exit",
70     "signal"
71   ],
72   "license": "ISC",
73   "main": "index.js",
74   "maintainers": [
75     {
76       "name": "bcoe",
77       "email": "ben@npmjs.com"
78     },
79     {
80       "name": "isaacs",
81       "email": "isaacs@npmjs.com"
82     }
83   ],
84   "name": "signal-exit",
85   "optionalDependencies": {},
86   "readme": "ERROR: No README data found!",
87   "repository": {
88     "type": "git",
89     "url": "git+https://github.com/tapjs/signal-exit.git"
90   },
91   "scripts": {
92     "coverage": "nyc report --reporter=text-lcov | coveralls",
93     "pretest": "standard",
94     "release": "standard-version",
95     "test": "tap --timeout=240 ./test/*.js --cov"
96   },
97   "version": "3.0.2"
98 }