package.json 2.28 KB
{
  "_args": [
    [
      "is-bluebird@1.0.2",
      "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
    ]
  ],
  "_from": "is-bluebird@1.0.2",
  "_id": "is-bluebird@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-CWQ5Bg9KpBGr7hkUOoTWpVNG1uI=",
  "_location": "/is-bluebird",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-bluebird@1.0.2",
    "name": "is-bluebird",
    "escapedName": "is-bluebird",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/cls-bluebird"
  ],
  "_resolved": "https://registry.npmjs.org/is-bluebird/-/is-bluebird-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
  "author": {
    "name": "Overlook Motel"
  },
  "bugs": {
    "url": "https://github.com/overlookmotel/is-bluebird/issues"
  },
  "dependencies": {},
  "description": "Is this a bluebird promise I see before me?",
  "devDependencies": {
    "bluebird2": "^3.0.0",
    "bluebird3": "^3.0.6",
    "chai": "^3.5.0",
    "coveralls": "^2.11.12",
    "istanbul": "^0.4.5",
    "jshint": "^2.9.3",
    "mocha": "^3.0.2"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/overlookmotel/is-bluebird#readme",
  "keywords": [
    "bluebird",
    "promise",
    "is",
    "instance",
    "constructor",
    "version",
    "then",
    "check",
    "test"
  ],
  "license": "MIT",
  "main": "./lib/",
  "name": "is-bluebird",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/overlookmotel/is-bluebird.git"
  },
  "scripts": {
    "cover": "npm run cover-main && rm -rf coverage",
    "cover-main": "COVERAGE=true ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec 'test/**/*.test.js'",
    "coveralls": "npm run cover-main && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "jshint": "jshint lib test",
    "test": "if [ $COVERAGE ]; then npm run coveralls; else npm run jshint && npm run test-main; fi",
    "test-main": "./node_modules/mocha/bin/mocha --check-leaks --colors -t 10000 --reporter spec 'test/**/*.test.js'"
  },
  "version": "1.0.2"
}