Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / error-ex / package.json
1 {
2   "_args": [
3     [
4       "error-ex@^1.2.0",
5       "/var/www/yaffs/node_modules/parse-json"
6     ]
7   ],
8   "_from": "error-ex@>=1.2.0 <2.0.0",
9   "_id": "error-ex@1.3.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/error-ex",
13   "_nodeVersion": "4.4.3",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/error-ex-1.3.1.tgz_1488583539188_0.11632813210599124"
17   },
18   "_npmUser": {
19     "email": "i.am.qix@gmail.com",
20     "name": "qix"
21   },
22   "_npmVersion": "2.15.1",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "error-ex",
26     "raw": "error-ex@^1.2.0",
27     "rawSpec": "^1.2.0",
28     "scope": null,
29     "spec": ">=1.2.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/parse-json"
34   ],
35   "_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz",
36   "_shasum": "f855a86ce61adc4e8621c3cda21e7a7612c3a8dc",
37   "_shrinkwrap": null,
38   "_spec": "error-ex@^1.2.0",
39   "_where": "/var/www/yaffs/node_modules/parse-json",
40   "bugs": {
41     "url": "https://github.com/qix-/node-error-ex/issues"
42   },
43   "dependencies": {
44     "is-arrayish": "^0.2.1"
45   },
46   "description": "Easy error subclassing and stack customization",
47   "devDependencies": {
48     "coffee-script": "^1.9.3",
49     "coveralls": "^2.11.2",
50     "istanbul": "^0.3.17",
51     "mocha": "^2.2.5",
52     "should": "^7.0.1",
53     "xo": "^0.7.1"
54   },
55   "directories": {},
56   "dist": {
57     "shasum": "f855a86ce61adc4e8621c3cda21e7a7612c3a8dc",
58     "tarball": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz"
59   },
60   "files": [
61     "index.js"
62   ],
63   "gitHead": "002e0ffd7ae9e3427555459c132e823251d7e195",
64   "homepage": "https://github.com/qix-/node-error-ex#readme",
65   "keywords": [
66     "custom",
67     "error",
68     "errors",
69     "extend",
70     "extending",
71     "extension",
72     "stack",
73     "subclass"
74   ],
75   "license": "MIT",
76   "maintainers": [
77     {
78       "name": "qix",
79       "email": "i.am.qix@gmail.com"
80     },
81     {
82       "name": "sindresorhus",
83       "email": "sindresorhus@gmail.com"
84     }
85   ],
86   "name": "error-ex",
87   "optionalDependencies": {},
88   "readme": "ERROR: No README data found!",
89   "repository": {
90     "type": "git",
91     "url": "git+https://github.com/qix-/node-error-ex.git"
92   },
93   "scripts": {
94     "pretest": "xo",
95     "test": "mocha --compilers coffee:coffee-script/register"
96   },
97   "version": "1.3.1",
98   "xo": {
99     "rules": {
100       "operator-linebreak": [
101         0
102       ]
103     }
104   }
105 }