cloudworker-proxy
Version:
An api gateway for cloudflare workers
109 lines (108 loc) • 2.97 kB
JSON
{
"_args": [
[
"stream-promise@3.2.0",
"/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
]
],
"_development": true,
"_from": "stream-promise@3.2.0",
"_id": "stream-promise@3.2.0",
"_inBundle": false,
"_integrity": "sha512-P+7muTGs2C8yRcgJw/PPt61q7O517tDHiwYEzMWo1GSBCcZedUMT/clz7vUNsSxFphIlJ6QUL4GexQKlfJoVtA==",
"_location": "/stream-promise",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stream-promise@3.2.0",
"name": "stream-promise",
"escapedName": "stream-promise",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/child-process-ext",
"/serverless"
],
"_resolved": "https://registry.npmjs.org/stream-promise/-/stream-promise-3.2.0.tgz",
"_spec": "3.2.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/stream-promise/issues"
},
"dependencies": {
"2-thenable": "^1.0.0",
"es5-ext": "^0.10.49",
"is-stream": "^1.1.0"
},
"description": "Promise that shares Node.js Stream interface",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.15.1",
"eslint-config-medikoo": "^2.1.1",
"git-list-updated": "^1.1.2",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"mocha": "^6.0.2",
"nyc": "^13.3.0",
"prettier-elastic": "^1.16.4"
},
"eslintConfig": {
"extends": "medikoo",
"root": true,
"env": {
"node": true
},
"overrides": [
{
"files": "test/**/*.js",
"env": {
"mocha": true
}
}
]
},
"homepage": "https://github.com/medikoo/stream-promise#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"promise",
"stream",
"emitter",
"event-emitter"
],
"license": "ISC",
"lint-staged": {
"*.js": [
"eslint"
],
"*.{css,html,js,json,md,yaml,yml}": [
"prettier -c"
]
},
"name": "stream-promise",
"repository": {
"type": "git",
"url": "git+https://github.com/medikoo/stream-promise.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 .",
"lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
"prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
"prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
"test": "mocha"
},
"version": "3.2.0"
}