package.json 1.94 KB
{
  "_args": [
    [
      "retry-as-promised@2.3.2",
      "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
    ]
  ],
  "_from": "retry-as-promised@2.3.2",
  "_id": "retry-as-promised@2.3.2",
  "_inBundle": false,
  "_integrity": "sha1-zZdO5P2bX+A8vzGHHuSCIcB3N7c=",
  "_location": "/retry-as-promised",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "retry-as-promised@2.3.2",
    "name": "retry-as-promised",
    "escapedName": "retry-as-promised",
    "rawSpec": "2.3.2",
    "saveSpec": null,
    "fetchSpec": "2.3.2"
  },
  "_requiredBy": [
    "/sequelize"
  ],
  "_resolved": "https://registry.npmjs.org/retry-as-promised/-/retry-as-promised-2.3.2.tgz",
  "_spec": "2.3.2",
  "_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
  "author": {
    "name": "Mick Hansen",
    "email": "maker@mhansen.io"
  },
  "bugs": {
    "url": "https://github.com/mickhansen/retry-as-promised/issues"
  },
  "dependencies": {
    "bluebird": "^3.4.6",
    "debug": "^2.6.9"
  },
  "description": "Retry a failed promise",
  "devDependencies": {
    "chai": "^2.3.0",
    "chai-as-promised": "^5.0.0",
    "cross-env": "^3.1.2",
    "mocha": "^2.2.5",
    "moment": "^2.10.6",
    "q": "^1.4.1",
    "sinon": "^1.15.1",
    "sinon-as-promised": "^4.0.0",
    "sinon-chai": "^2.8.0"
  },
  "homepage": "https://github.com/mickhansen/retry-as-promised",
  "keywords": [
    "retry",
    "promise",
    "bluebird"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "retry-as-promised",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mickhansen/retry-as-promised.git"
  },
  "scripts": {
    "test": "cross-env DEBUG=retry-as-promised,retry-as-promised:* NODE_ENV=test ./node_modules/.bin/mocha --check-leaks --colors -t 10000 --reporter spec test/**/*.test.js test/*.test.js"
  },
  "version": "2.3.2"
}