UNPKG

cloudworker-proxy

Version:
87 lines (86 loc) 2.19 kB
{ "_args": [ [ "2-thenable@1.0.0", "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless" ] ], "_development": true, "_from": "2-thenable@1.0.0", "_id": "2-thenable@1.0.0", "_inBundle": false, "_integrity": "sha512-HqiDzaLDFCXkcCO/SwoyhRwqYtINFHF7t9BDRq4x90TOKNAJpiqUt9X5lQ08bwxYzc067HUywDjGySpebHcUpw==", "_location": "/2-thenable", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "2-thenable@1.0.0", "name": "2-thenable", "escapedName": "2-thenable", "rawSpec": "1.0.0", "saveSpec": null, "fetchSpec": "1.0.0" }, "_requiredBy": [ "/stream-promise" ], "_resolved": "https://registry.npmjs.org/2-thenable/-/2-thenable-1.0.0.tgz", "_spec": "1.0.0", "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless", "author": { "name": "Mariusz Nowak", "email": "medyk@medikoo.com", "url": "http://www.medikoo.com/" }, "bugs": { "url": "https://github.com/medikoo/2-thenable/issues" }, "dependencies": { "d": "1", "es5-ext": "^0.10.47" }, "description": "Convert any object to thenable", "devDependencies": { "chai": "^4.2", "eslint": "^5.12", "eslint-config-medikoo": "^2", "mocha": "^5.2", "nyc": "^13.1" }, "eslintConfig": { "extends": "medikoo", "root": true, "env": { "node": true }, "overrides": [ { "files": "test/**/*.js", "env": { "mocha": true } } ] }, "homepage": "https://github.com/medikoo/2-thenable#readme", "keywords": [ "async", "promise", "thenable", "then" ], "license": "ISC", "name": "2-thenable", "repository": { "type": "git", "url": "git+https://github.com/medikoo/2-thenable.git" }, "scripts": { "check-coverage": "npm run coverage && nyc check-coverage --statements 80 --function 80 --branches 50 --lines 80", "coverage": "nyc --reporter=lcov --reporter=html --reporter=text-summary npm test", "lint": "eslint --ignore-path=.gitignore .", "test": "mocha" }, "version": "1.0.0" }