{
  "_args": [
    [
      {
        "raw": "denodeify@^1.2.1",
        "scope": null,
        "escapedName": "denodeify",
        "name": "denodeify",
        "rawSpec": "^1.2.1",
        "spec": ">=1.2.1 <2.0.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/angular-cli"
    ]
  ],
  "_from": "denodeify@>=1.2.1 <2.0.0",
  "_id": "denodeify@1.2.1",
  "_inCache": true,
  "_location": "/denodeify",
  "_nodeVersion": "0.10.33",
  "_npmUser": {
    "name": "mattandrews",
    "email": "matt@mattandre.ws"
  },
  "_npmVersion": "2.1.14",
  "_phantomChildren": {},
  "_requested": {
    "raw": "denodeify@^1.2.1",
    "scope": null,
    "escapedName": "denodeify",
    "name": "denodeify",
    "rawSpec": "^1.2.1",
    "spec": ">=1.2.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/@angular-cli/ast-tools",
    "/angular-cli"
  ],
  "_resolved": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz",
  "_shasum": "3a36287f5034e699e7577901052c2e6c94251631",
  "_shrinkwrap": null,
  "_spec": "denodeify@^1.2.1",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/angular-cli",
  "author": {
    "name": "Matt Andrews"
  },
  "bugs": {
    "url": "https://github.com/matthew-andrews/denodeify/issues"
  },
  "dependencies": {},
  "description": "Tool to turn functions with Node-style callback APIs into functions that return Promises",
  "devDependencies": {
    "es6-promise": "^1.0.0",
    "es6-shim": "^0.18.0",
    "jshint": "^2.5.5",
    "lie": "^2.7.7",
    "lintspaces-cli": "0.0.4",
    "mocha": "^1.21.4",
    "native-promise-only": "^0.7.6-a"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "3a36287f5034e699e7577901052c2e6c94251631",
    "tarball": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz"
  },
  "gitHead": "e500054eb336c748264507e9553af949981ee2c3",
  "homepage": "https://github.com/matthew-andrews/denodeify",
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "mattandrews",
      "email": "matt@mattandre.ws"
    }
  ],
  "name": "denodeify",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matthew-andrews/denodeify.git"
  },
  "scripts": {
    "files": "find . -name '*.js' ! -path './node_modules/*'",
    "jshint": "jshint `npm run -s files`",
    "lintspaces": "lintspaces -i js-comments -e .editorconfig `npm run -s files`",
    "test": "mocha test/*test.js && npm run jshint && npm run lintspaces"
  },
  "version": "1.2.1"
}
