Newer
Older
CVSS_3.0_GUI / dist / CVSS_3.0_Calc-1.0.0-linux-x64 / node_modules / nwjs-builder-phoenix / node_modules / request-progress / package.json
root on 7 May 2019 2 KB Initial commit
{
  "name": "request-progress",
  "version": "3.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",
  "main": "index.js",
  "dependencies": {
    "throttleit": "^1.0.0"
  },
  "devDependencies": {
    "coveralls": "^2.11.6",
    "expect.js": "^0.3.1",
    "istanbul": "^0.4.1",
    "mocha": "^3.0.2"
  },
  "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 _mocha --report lcovonly -- --bail && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/IndigoUnited/node-request-progress.git"
  },
  "bugs": {
    "url": "http://github.com/IndigoUnited/node-request-progress/issues"
  },
  "keywords": [
    "progress",
    "request",
    "mikeal",
    "size",
    "bytes",
    "percent",
    "percentage",
    "speed",
    "eta",
    "etr"
  ],
  "author": {
    "name": "IndigoUnited",
    "email": "hello@indigounited.com",
    "url": "http://indigounited.com"
  },
  "license": "MIT",
  "gitHead": "329976448037eaef4c1af2c28690067adba91d07",
  "homepage": "https://github.com/IndigoUnited/node-request-progress#readme",
  "_id": "request-progress@3.0.0",
  "_shasum": "4ca754081c7fec63f505e4faa825aa06cd669dbe",
  "_from": "request-progress@^3.0.0",
  "_npmVersion": "3.10.8",
  "_nodeVersion": "7.0.0",
  "_npmUser": {
    "name": "satazor",
    "email": "andremiguelcruz@msn.com"
  },
  "dist": {
    "shasum": "4ca754081c7fec63f505e4faa825aa06cd669dbe",
    "tarball": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz"
  },
  "maintainers": [
    {
      "name": "satazor",
      "email": "andremiguelcruz@msn.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/request-progress-3.0.0.tgz_1480622408929_0.9601270244456828"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz"
}