UNPKG

cloudworker-proxy

Version:
65 lines (64 loc) 1.76 kB
{ "_args": [ [ "native-promise-only@0.8.1", "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless" ] ], "_development": true, "_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": "version", "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", "_spec": "0.8.1", "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless", "author": { "name": "Kyle Simpson", "email": "getify@gmail.com" }, "bugs": { "url": "https://github.com/getify/native-promise-only/issues", "email": "getify@gmail.com" }, "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" }