{
  "_from": "native-promise-only@^0.8.1",
  "_id": "native-promise-only@0.8.1",
  "_inBundle": false,
  "_integrity": "sha1-IKMYwwy0X3H+et+/eyHJnBRy7xE=",
  "_location": "/native-promise-only",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "native-promise-only@^0.8.1",
    "name": "native-promise-only",
    "escapedName": "native-promise-only",
    "rawSpec": "^0.8.1",
    "saveSpec": null,
    "fetchSpec": "^0.8.1"
  },
  "_requiredBy": [
    "/json-refs",
    "/path-loader"
  ],
  "_resolved": "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz",
  "_shasum": "20a318c30cb45f71fe7adfbf7b21c99c1472ef11",
  "_spec": "native-promise-only@^0.8.1",
  "_where": "/opt/dev/blackbox/blackbox-cli-js/test/node_modules/json-refs",
  "author": {
    "name": "Kyle Simpson",
    "email": "getify@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/getify/native-promise-only/issues",
    "email": "getify@gmail.com"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Native Promise Only: A polyfill for native ES6 Promises **only**, nothing else.",
  "devDependencies": {
    "promises-aplus-tests": "latest",
    "uglify-js": "~2.4.8"
  },
  "homepage": "http://github.com/getify/native-promise-only",
  "keywords": [
    "ES6",
    "Promise",
    "async",
    "promises-aplus"
  ],
  "license": "MIT",
  "main": "./lib/npo.src.js",
  "name": "native-promise-only",
  "repository": {
    "type": "git",
    "url": "git://github.com/getify/native-promise-only.git"
  },
  "scripts": {
    "build": "./build.js",
    "test": "promises-aplus-tests test_adapter.js"
  },
  "version": "0.8.1"
}
