Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / xhr / package.json
1 {
2   "_args": [
3     [
4       "xhr@2.2.2",
5       "/var/www/yaffs/node_modules/video.js"
6     ]
7   ],
8   "_from": "xhr@2.2.2",
9   "_id": "xhr@2.2.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/xhr",
13   "_nodeVersion": "4.4.7",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/xhr-2.2.2.tgz_1469193055246_0.2910006339661777"
17   },
18   "_npmUser": {
19     "email": "naugtur@gmail.com",
20     "name": "naugtur"
21   },
22   "_npmVersion": "2.15.8",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "xhr",
26     "raw": "xhr@2.2.2",
27     "rawSpec": "2.2.2",
28     "scope": null,
29     "spec": "2.2.2",
30     "type": "version"
31   },
32   "_requiredBy": [
33     "/video.js"
34   ],
35   "_resolved": "https://registry.npmjs.org/xhr/-/xhr-2.2.2.tgz",
36   "_shasum": "2ee72571869f8686d41559a9ea286c18971435ff",
37   "_shrinkwrap": null,
38   "_spec": "xhr@2.2.2",
39   "_where": "/var/www/yaffs/node_modules/video.js",
40   "author": {
41     "email": "raynos2@gmail.com",
42     "name": "Raynos"
43   },
44   "bugs": {
45     "email": "raynos2@gmail.com",
46     "url": "https://github.com/Raynos/xhr/issues"
47   },
48   "contributors": [
49     {
50       "name": "Jake Verbaten"
51     }
52   ],
53   "dependencies": {
54     "global": "~4.3.0",
55     "is-function": "^1.0.1",
56     "parse-headers": "^2.0.0",
57     "xtend": "^4.0.0"
58   },
59   "description": "small xhr abstraction",
60   "devDependencies": {
61     "for-each": "^0.3.2",
62     "pre-commit": "1.0.10",
63     "run-browser": "github:naugtur/run-browser",
64     "tap-spec": "^4.0.2",
65     "tape": "^4.0.0"
66   },
67   "directories": {},
68   "dist": {
69     "shasum": "2ee72571869f8686d41559a9ea286c18971435ff",
70     "tarball": "https://registry.npmjs.org/xhr/-/xhr-2.2.2.tgz"
71   },
72   "gitHead": "4b44f2895aa9e967812a07d7569c9fef8a070bd6",
73   "homepage": "https://github.com/Raynos/xhr",
74   "keywords": [
75     "browserify",
76     "http",
77     "xhr",
78     "xhr2",
79     "xmlhttprequest"
80   ],
81   "license": "MIT",
82   "main": "index",
83   "maintainers": [
84     {
85       "name": "raynos",
86       "email": "raynos2@gmail.com"
87     },
88     {
89       "name": "naugtur",
90       "email": "naugtur@gmail.com"
91     }
92   ],
93   "name": "xhr",
94   "optionalDependencies": {},
95   "readme": "ERROR: No README data found!",
96   "repository": {
97     "type": "git",
98     "url": "git://github.com/Raynos/xhr.git"
99   },
100   "scripts": {
101     "browser": "run-browser -m test/mock-server.js test/index.js",
102     "test": "run-browser test/index.js -b -m test/mock-server.js | tap-spec"
103   },
104   "version": "2.2.2"
105 }