{
  "_args": [
    [
      {
        "raw": "spex@1.1",
        "scope": null,
        "escapedName": "spex",
        "name": "spex",
        "rawSpec": "1.1",
        "spec": ">=1.1.0 <1.2.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/pg-promise"
    ]
  ],
  "_from": "spex@>=1.1.0 <1.2.0",
  "_id": "spex@1.1.1",
  "_inCache": true,
  "_location": "/spex",
  "_nodeVersion": "7.2.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/spex-1.1.1.tgz_1480774414065_0.03111310093663633"
  },
  "_npmUser": {
    "name": "vitaly.tomilov",
    "email": "vitaly.tomilov@gmail.com"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "spex@1.1",
    "scope": null,
    "escapedName": "spex",
    "name": "spex",
    "rawSpec": "1.1",
    "spec": ">=1.1.0 <1.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/pg-promise"
  ],
  "_resolved": "https://registry.npmjs.org/spex/-/spex-1.1.1.tgz",
  "_shasum": "ceede36b128e7dcb26100b89e2b049a5f4477d50",
  "_shrinkwrap": null,
  "_spec": "spex@1.1",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/pg-promise",
  "author": {
    "name": "Vitaly Tomilov",
    "email": "vitaly.tomilov@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/vitaly-t/spex/issues",
    "email": "vitaly.tomilov@gmail.com"
  },
  "dependencies": {},
  "description": "Specialized Promise Extensions",
  "devDependencies": {
    "bluebird": "3.x",
    "browserify": "13.x",
    "coveralls": "2.x",
    "istanbul": "0.4",
    "jasmine-node": "1.x",
    "jsdoc": "3.x",
    "typescript": "2.x"
  },
  "directories": {},
  "dist": {
    "shasum": "ceede36b128e7dcb26100b89e2b049a5f4477d50",
    "tarball": "https://registry.npmjs.org/spex/-/spex-1.1.1.tgz"
  },
  "engines": {
    "node": ">=0.10",
    "npm": ">=1.4"
  },
  "files": [
    "lib",
    "typescript"
  ],
  "gitHead": "e0ae671e9c5ff46657b3b621c0781f108a29e955",
  "homepage": "https://github.com/vitaly-t/spex",
  "keywords": [
    "promise",
    "throttle",
    "throttling",
    "load balancing"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "vitaly.tomilov",
      "email": "vitaly.tomilov@gmail.com"
    }
  ],
  "name": "spex",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vitaly-t/spex.git"
  },
  "scripts": {
    "browserify": "browserify lib/index.js -s spexLib -o spex.js",
    "coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
    "doc": "jsdoc -c ./jsdoc/jsDoc.json ./jsdoc/README.md -u ./jsdoc/tutorials",
    "test": "jasmine-node test",
    "travis": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "typings": "typescript/spex.d.ts",
  "version": "1.1.1"
}
