File: //home/arjun/projects/buyercall_forms/buyercall/node_modules/request-progress/package.json
{
"_args": [
[
"request-progress@2.0.1",
"/home/arjun/projects/buyercall_forms/buyercall"
]
],
"_development": true,
"_from": "request-progress@2.0.1",
"_id": "request-progress@2.0.1",
"_inBundle": false,
"_integrity": "sha512-dxdraeZVUNEn9AvLrxkgB2k6buTlym71dJk1fk4v8j3Ou3RKNm07BcgbHdj2lLgYGfqX71F+awb1MR+tWPFJzA==",
"_location": "/request-progress",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "request-progress@2.0.1",
"name": "request-progress",
"escapedName": "request-progress",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/phantomjs-prebuilt"
],
"_resolved": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "/home/arjun/projects/buyercall_forms/buyercall",
"author": {
"name": "IndigoUnited",
"email": "hello@indigounited.com",
"url": "http://indigounited.com"
},
"bugs": {
"url": "http://github.com/IndigoUnited/node-request-progress/issues"
},
"dependencies": {
"throttleit": "^1.0.0"
},
"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",
"devDependencies": {
"coveralls": "^2.11.6",
"expect.js": "^0.3.1",
"istanbul": "^0.4.1",
"mocha": "^2.3.4"
},
"homepage": "https://github.com/IndigoUnited/node-request-progress#readme",
"keywords": [
"progress",
"request",
"mikeal",
"size",
"bytes",
"percent",
"percentage",
"speed",
"eta",
"etr"
],
"license": "MIT",
"main": "index.js",
"name": "request-progress",
"repository": {
"type": "git",
"url": "git://github.com/IndigoUnited/node-request-progress.git"
},
"scripts": {
"test": "mocha --bail",
"test-cov": "istanbul cover --dir test/coverage _mocha -- --bail && echo open test/coverage/lcov-report/index.html",
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --bail && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"version": "2.0.1"
}