Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / co / package.json
1 {
2   "_args": [
3     [
4       "co@^4.6.0",
5       "/var/www/yaffs/node_modules/ajv"
6     ]
7   ],
8   "_from": "co@>=4.6.0 <5.0.0",
9   "_id": "co@4.6.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/co",
13   "_nodeVersion": "2.3.3",
14   "_npmUser": {
15     "email": "jonathanrichardong@gmail.com",
16     "name": "jongleberry"
17   },
18   "_npmVersion": "2.11.3",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "co",
22     "raw": "co@^4.6.0",
23     "rawSpec": "^4.6.0",
24     "scope": null,
25     "spec": ">=4.6.0 <5.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/ajv"
30   ],
31   "_resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
32   "_shasum": "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184",
33   "_shrinkwrap": null,
34   "_spec": "co@^4.6.0",
35   "_where": "/var/www/yaffs/node_modules/ajv",
36   "bugs": {
37     "url": "https://github.com/tj/co/issues"
38   },
39   "dependencies": {},
40   "description": "generator async control flow goodness",
41   "devDependencies": {
42     "browserify": "^10.0.0",
43     "istanbul-harmony": "0",
44     "mocha": "^2.0.0",
45     "mz": "^1.0.2"
46   },
47   "directories": {},
48   "dist": {
49     "shasum": "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184",
50     "tarball": "https://registry.npmjs.org/co/-/co-4.6.0.tgz"
51   },
52   "engines": {
53     "iojs": ">= 1.0.0",
54     "node": ">= 0.12.0"
55   },
56   "files": [
57     "index.js"
58   ],
59   "gitHead": "b54d18f8f472ad1314800e786993c4169a5ff9f8",
60   "homepage": "https://github.com/tj/co#readme",
61   "keywords": [
62     "async",
63     "coro",
64     "coroutine",
65     "flow",
66     "generator"
67   ],
68   "license": "MIT",
69   "maintainers": [
70     {
71       "name": "tjholowaychuk",
72       "email": "tj@vision-media.ca"
73     },
74     {
75       "name": "jonathanong",
76       "email": "jonathanrichardong@gmail.com"
77     },
78     {
79       "name": "jongleberry",
80       "email": "jonathanrichardong@gmail.com"
81     }
82   ],
83   "name": "co",
84   "optionalDependencies": {},
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git+https://github.com/tj/co.git"
89   },
90   "scripts": {
91     "browserify": "browserify index.js -o ./co-browser.js -s co",
92     "prepublish": "npm run browserify",
93     "test": "mocha --harmony",
94     "test-cov": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
95     "test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
96   },
97   "version": "4.6.0"
98 }