Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / min-document / package.json
1 {
2   "_args": [
3     [
4       "min-document@^2.6.1",
5       "/var/www/yaffs/node_modules/global"
6     ]
7   ],
8   "_from": "min-document@>=2.6.1 <3.0.0",
9   "_id": "min-document@2.19.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/min-document",
13   "_nodeVersion": "0.10.32",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/min-document-2.19.0.tgz_1474498556568_0.5227361361030489"
17   },
18   "_npmUser": {
19     "email": "raynos2@gmail.com",
20     "name": "raynos"
21   },
22   "_npmVersion": "2.15.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "min-document",
26     "raw": "min-document@^2.6.1",
27     "rawSpec": "^2.6.1",
28     "scope": null,
29     "spec": ">=2.6.1 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/global"
34   ],
35   "_resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz",
36   "_shasum": "7bd282e3f5842ed295bb748cdd9f1ffa2c824685",
37   "_shrinkwrap": null,
38   "_spec": "min-document@^2.6.1",
39   "_where": "/var/www/yaffs/node_modules/global",
40   "author": {
41     "email": "raynos2@gmail.com",
42     "name": "Raynos"
43   },
44   "bugs": {
45     "email": "raynos2@gmail.com",
46     "url": "https://github.com/Raynos/min-document/issues"
47   },
48   "contributors": [
49     {
50       "name": "Raynos"
51     }
52   ],
53   "dependencies": {
54     "dom-walk": "^0.1.0"
55   },
56   "description": "A minimal DOM implementation",
57   "devDependencies": {
58     "run-browser": "git://github.com/Raynos/run-browser.git",
59     "tap-dot": "^0.2.1",
60     "tap-spec": "^0.1.8",
61     "tape": "^2.12.3"
62   },
63   "directories": {},
64   "dist": {
65     "shasum": "7bd282e3f5842ed295bb748cdd9f1ffa2c824685",
66     "tarball": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz"
67   },
68   "gitHead": "97449f71bccf778f351dc4c8d9db0ebf6e8b39cb",
69   "homepage": "https://github.com/Raynos/min-document",
70   "keywords": [],
71   "licenses": [
72     {
73       "type": "MIT",
74       "url": "http://github.com/Raynos/min-document/raw/master/LICENSE"
75     }
76   ],
77   "main": "index",
78   "maintainers": [
79     {
80       "name": "raynos",
81       "email": "raynos2@gmail.com"
82     },
83     {
84       "name": "mattesch",
85       "email": "matt@mattesch.info"
86     }
87   ],
88   "name": "min-document",
89   "optionalDependencies": {},
90   "readme": "ERROR: No README data found!",
91   "repository": {
92     "type": "git",
93     "url": "git://github.com/Raynos/min-document.git"
94   },
95   "scripts": {
96     "browser": "run-browser test/index.js",
97     "cover": "istanbul cover --report none --print detail ./test/index.js",
98     "dot": "node ./test/index.js | tap-dot",
99     "phantom": "run-browser test/index.js -b | tap-spec",
100     "test": "node ./test/index.js | tap-spec",
101     "view-cover": "istanbul report html && google-chrome ./coverage/index.html"
102   },
103   "testling": {
104     "browsers": [
105       "android-browser/4.2..latest",
106       "chrome/22..latest",
107       "chrome/canary",
108       "firefox/16..latest",
109       "firefox/nightly",
110       "ie/8..latest",
111       "ipad/6.0..latest",
112       "iphone/6.0..latest",
113       "opera/12..latest",
114       "opera/next",
115       "safari/5.1..latest"
116     ],
117     "files": "test/index.js"
118   },
119   "version": "2.19.0"
120 }