package.json 1.46 KB
{
  "_from": "kew@~0.7.0",
  "_id": "kew@0.7.0",
  "_inBundle": false,
  "_integrity": "sha1-edk9LTM2PW/dKXCzNdkUGtWR15s=",
  "_location": "/kew",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "kew@~0.7.0",
    "name": "kew",
    "escapedName": "kew",
    "rawSpec": "~0.7.0",
    "saveSpec": null,
    "fetchSpec": "~0.7.0"
  },
  "_requiredBy": [
    "/phantomjs"
  ],
  "_resolved": "http://registry.npmjs.org/kew/-/kew-0.7.0.tgz",
  "_shasum": "79d93d2d33363d6fdd2970b335d9141ad591d79b",
  "_spec": "kew@~0.7.0",
  "_where": "D:\\OSS project\\YTMT\\node_modules\\phantomjs",
  "authors": [
    "Jeremy Stanley <github@azulus.com> (https://github.com/azulus)",
    "Nick Santos <nick@medium.com>",
    "Xiao Ma <x@medium.com>"
  ],
  "bugs": {
    "url": "https://github.com/Medium/kew/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "dependencies": {},
  "deprecated": false,
  "description": "a lightweight promise library for node",
  "devDependencies": {
    "closure-npc": "0.1.5",
    "nodeunit": "0.9.0",
    "q": "0.9.7"
  },
  "homepage": "https://github.com/Medium/kew",
  "keywords": [
    "kew",
    "promises"
  ],
  "license": "Apache-2.0",
  "main": "./kew.js",
  "name": "kew",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Medium/kew.git"
  },
  "scripts": {
    "test": "nodeunit test && closure-npc ./test/closure_test.js --jscomp_error=checkTypes"
  },
  "version": "0.7.0"
}