cloudworker-proxy
Version:
An api gateway for cloudflare workers
80 lines (79 loc) • 2.48 kB
JSON
{
"_args": [
[
"stream.finished@1.2.0",
"/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
]
],
"_development": true,
"_from": "stream.finished@1.2.0",
"_id": "stream.finished@1.2.0",
"_inBundle": false,
"_integrity": "sha512-xSp45f/glqd035qAtFUxAGvhotjY/EfqDNV+rQW8o7ffligiOjPaguTEvRzeQAhiQMCdkPEBrp5++S/rQyavWQ==",
"_location": "/stream.finished",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stream.finished@1.2.0",
"name": "stream.finished",
"escapedName": "stream.finished",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/stream.pipeline-shim"
],
"_resolved": "https://registry.npmjs.org/stream.finished/-/stream.finished-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
"author": {
"name": "Piotr Roszatycki",
"email": "piotr.roszatycki@gmail.com"
},
"bugs": {
"url": "https://github.com/dex4er/js-stream.finishe/issues"
},
"dependencies": {
"define-properties": "^1.1.3",
"function-bind": "^1.1.1"
},
"description": "Polyfill/shim for stream.finished in node versions < v10",
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@types/node": "^12.0.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"markdownlint-cli": "^0.15.0",
"prettier": "^1.17.0",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.4.5",
"util.promisify": "^1.0.0"
},
"homepage": "http://github.com/dex4er/js-stream.finished",
"keywords": [
"polyfill",
"shim",
"stream",
"stream.finished"
],
"license": "MIT",
"main": "index.js",
"name": "stream.finished",
"repository": {
"type": "git",
"url": "git+https://github.com/dex4er/js-stream.finished.git"
},
"scripts": {
"postpublish": "git tag v$npm_package_version -a -m \"Release v$npm_package_version\" && git push --tags",
"pretest": "eslint . && tsc --pretty -p . && tslint *.d.ts && npx prettier --ignore-path .gitignore --list-different '**/*.ts' '**/*.js' '**/*.json' '**/*.yml' && markdownlint *.md && es-shim-api --bound",
"test": "npm run test:spec",
"test:spec": "node test"
},
"typings": "index.d.ts",
"version": "1.2.0"
}