{
  "_args": [
    [
      {
        "raw": "when@2.6.0",
        "scope": null,
        "escapedName": "when",
        "name": "when",
        "rawSpec": "2.6.0",
        "spec": "2.6.0",
        "type": "version"
      },
      "C:\\Users\\herberthsu\\Desktop\\earth"
    ]
  ],
  "_from": "when@2.6.0",
  "_id": "when@2.6.0",
  "_inCache": true,
  "_location": "/when",
  "_npmUser": {
    "name": "cujojs",
    "email": "info@cujojs.com"
  },
  "_npmVersion": "1.3.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "when@2.6.0",
    "scope": null,
    "escapedName": "when",
    "name": "when",
    "rawSpec": "2.6.0",
    "spec": "2.6.0",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/when/-/when-2.6.0.tgz",
  "_shasum": "3985e240acac1b4cf32925c43d400e5b5e11954f",
  "_shrinkwrap": null,
  "_spec": "when@2.6.0",
  "_where": "C:\\Users\\herberthsu\\Desktop\\earth",
  "bugs": {
    "url": "https://github.com/cujojs/when/issues"
  },
  "contributors": [
    {
      "name": "Brian Cavalier",
      "url": "http://hovercraftstudios.com"
    },
    {
      "name": "John Hann",
      "url": "http://unscriptable.com"
    },
    {
      "name": "Scott Andrews"
    }
  ],
  "dependencies": {},
  "description": "A lightweight Promises/A+ and when() implementation, plus other async goodies.",
  "devDependencies": {
    "benchmark": "~1",
    "curl": "https://github.com/cujojs/curl/tarball/0.7.3",
    "microtime": "~0",
    "promises-aplus-tests": "~2",
    "test-support": "~0.3"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "3985e240acac1b4cf32925c43d400e5b5e11954f",
    "tarball": "https://registry.npmjs.org/when/-/when-2.6.0.tgz"
  },
  "homepage": "http://cujojs.com",
  "keywords": [
    "Promises/A+",
    "promises-aplus",
    "promise",
    "promises",
    "deferred",
    "deferreds",
    "when",
    "async",
    "asynchronous",
    "cujo"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "main": "when",
  "maintainers": [
    {
      "name": "cujojs",
      "email": "info@cujojs.com"
    }
  ],
  "name": "when",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cujojs/when.git"
  },
  "scripts": {
    "benchmark": "node benchmark/promise && node benchmark/map",
    "ci": "npm test && sauceme",
    "start": "buster static -e browser",
    "test": "jshint . && buster test -e node -r specification && promises-aplus-tests test/promises-aplus-adapter.js --reporter spec",
    "tunnel": "sauceme -m"
  },
  "version": "2.6.0"
}
