Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / request-progress / package.json
1 {
2   "_args": [
3     [
4       "request-progress@~2.0.1",
5       "/var/www/yaffs/node_modules/phantomjs-prebuilt"
6     ]
7   ],
8   "_from": "request-progress@>=2.0.1 <2.1.0",
9   "_id": "request-progress@2.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/request-progress",
13   "_nodeVersion": "4.2.4",
14   "_npmUser": {
15     "email": "andremiguelcruz@msn.com",
16     "name": "satazor"
17   },
18   "_npmVersion": "2.14.12",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "request-progress",
22     "raw": "request-progress@~2.0.1",
23     "rawSpec": "~2.0.1",
24     "scope": null,
25     "spec": ">=2.0.1 <2.1.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/phantomjs-prebuilt"
30   ],
31   "_resolved": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz",
32   "_shasum": "5d36bb57961c673aa5b788dbc8141fdf23b44e08",
33   "_shrinkwrap": null,
34   "_spec": "request-progress@~2.0.1",
35   "_where": "/var/www/yaffs/node_modules/phantomjs-prebuilt",
36   "author": {
37     "email": "hello@indigounited.com",
38     "name": "IndigoUnited",
39     "url": "http://indigounited.com"
40   },
41   "bugs": {
42     "url": "http://github.com/IndigoUnited/node-request-progress/issues"
43   },
44   "dependencies": {
45     "throttleit": "^1.0.0"
46   },
47   "description": "Tracks the download progress of a request made with mikeal/request, giving insight of various metrics including progress percent, download speed and time remaining",
48   "devDependencies": {
49     "coveralls": "^2.11.6",
50     "expect.js": "^0.3.1",
51     "istanbul": "^0.4.1",
52     "mocha": "^2.3.4"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "5d36bb57961c673aa5b788dbc8141fdf23b44e08",
57     "tarball": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz"
58   },
59   "gitHead": "f009ab876ce80234547bf155fa13b73fadc43edc",
60   "homepage": "https://github.com/IndigoUnited/node-request-progress",
61   "keywords": [
62     "bytes",
63     "eta",
64     "etr",
65     "mikeal",
66     "percent",
67     "percentage",
68     "progress",
69     "request",
70     "size",
71     "speed"
72   ],
73   "license": "MIT",
74   "main": "index.js",
75   "maintainers": [
76     {
77       "name": "satazor",
78       "email": "andremiguelcruz@msn.com"
79     }
80   ],
81   "name": "request-progress",
82   "optionalDependencies": {},
83   "readme": "ERROR: No README data found!",
84   "repository": {
85     "type": "git",
86     "url": "git://github.com/IndigoUnited/node-request-progress.git"
87   },
88   "scripts": {
89     "test": "mocha --bail",
90     "test-cov": "istanbul cover --dir test/coverage _mocha -- --bail && echo open test/coverage/lcov-report/index.html",
91     "test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --bail && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
92   },
93   "version": "2.0.1"
94 }