package.json 1.8 KB
{
  "_from": "waitress@>=0.0.2",
  "_id": "waitress@0.1.5",
  "_inBundle": false,
  "_integrity": "sha1-7ZsqI3zM2DzXNUcvRPbEe35lOvY=",
  "_location": "/waitress",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "waitress@>=0.0.2",
    "name": "waitress",
    "escapedName": "waitress",
    "rawSpec": ">=0.0.2",
    "saveSpec": null,
    "fetchSpec": ">=0.0.2"
  },
  "_requiredBy": [
    "/googlemaps"
  ],
  "_resolved": "https://registry.npmjs.org/waitress/-/waitress-0.1.5.tgz",
  "_shasum": "ed9b2a237cccd83cd735472f44f6c47b7e653af6",
  "_spec": "waitress@>=0.0.2",
  "_where": "/Users/donghoon/Documents/Classroom/OpenSourceS:W/Project/node_modules/googlemaps",
  "author": {
    "name": "Adam Blackburn",
    "email": "adam@ifit.com"
  },
  "bugs": {
    "url": "https://github.com/ifit/waitress/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Simple flow control for multiple parallel async calls.",
  "devDependencies": {
    "mocha": "~1.7.4"
  },
  "homepage": "https://github.com/ifit/waitress",
  "keywords": [
    "flow-control",
    "flow",
    "waitress",
    "async",
    "parallel",
    "callback"
  ],
  "main": "index.js",
  "name": "waitress",
  "repository": {
    "type": "git",
    "url": "git://github.com/ifit/waitress.git"
  },
  "testling": {
    "files": "test.js",
    "harness": "mocha",
    "browsers": {
      "ie": [
        7,
        8,
        9,
        10
      ],
      "firefox": [
        3.6,
        12,
        13,
        "nightly"
      ],
      "chrome": [
        19,
        20,
        "canary"
      ],
      "safari": [
        5,
        5.1
      ],
      "opera": [
        12
      ],
      "iphone": [
        "6.0"
      ],
      "ipad": [
        "6.0"
      ]
    }
  },
  "version": "0.1.5"
}