{
  "_from": "spex@~1.2.0",
  "_id": "spex@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-+qhIg5QJZQTSk6TBUmXnptB6irHR6trN0Vb+LUQBwe8cKDFf+aLBohhsRGwuoBSZglCHG+V+CMh/DBFDb/i8Gg==",
  "_location": "/spex",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "spex@~1.2.0",
    "name": "spex",
    "escapedName": "spex",
    "rawSpec": "~1.2.0",
    "saveSpec": null,
    "fetchSpec": "~1.2.0"
  },
  "_requiredBy": [
    "/pg-promise"
  ],
  "_resolved": "https://registry.npmjs.org/spex/-/spex-1.2.1.tgz",
  "_shasum": "18c3127540b457a08a71d0ef018a578ca2480b89",
  "_spec": "spex@~1.2.0",
  "_where": "/tomcat/watson-orchestrator-producao/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"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Specialized Promise Extensions",
  "devDependencies": {
    "bluebird": "~3.5.0",
    "browserify": "~14.4.0",
    "coveralls": "~2.11.16",
    "eslint": "~4.7.1",
    "istanbul": "~0.4.5",
    "jasmine-node": "~1.14.5",
    "jsdoc": "~3.5.5",
    "typescript": "~2.5.2"
  },
  "engines": {
    "node": ">=0.10",
    "npm": ">=1.4"
  },
  "files": [
    "lib",
    "typescript"
  ],
  "homepage": "https://github.com/vitaly-t/spex",
  "keywords": [
    "promise",
    "throttle",
    "throttling",
    "load balancing"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "spex",
  "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.js ./jsdoc/README.md -u ./jsdoc/tutorials",
    "lint": "eslint ./lib",
    "test": "jasmine-node test",
    "travis": "npm run lint && 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.2.1"
}
