UNPKG

cloudworker-proxy

Version:
83 lines (82 loc) 2.64 kB
{ "_args": [ [ "stream.pipeline-shim@1.1.0", "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless" ] ], "_development": true, "_from": "stream.pipeline-shim@1.1.0", "_id": "stream.pipeline-shim@1.1.0", "_inBundle": false, "_integrity": "sha512-pSi/SZZDbSA5l3YYjSmJadCoD74/qSe79r9ZVR21lD4bpf+khn5Umi6AlfJrD8I0KQfGSqm/7Yp48dmithM+Vw==", "_location": "/stream.pipeline-shim", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "stream.pipeline-shim@1.1.0", "name": "stream.pipeline-shim", "escapedName": "stream.pipeline-shim", "rawSpec": "1.1.0", "saveSpec": null, "fetchSpec": "1.1.0" }, "_requiredBy": [ "/@serverless/components", "/@serverless/platform-client-china" ], "_resolved": "https://registry.npmjs.org/stream.pipeline-shim/-/stream.pipeline-shim-1.1.0.tgz", "_spec": "1.1.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.pipeline-shim/issues" }, "dependencies": { "define-properties": "^1.1.3", "function-bind": "^1.1.1", "stream.finished": "^1.2.0" }, "description": "Polyfill/shim for stream.pipeline 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.pipeline-shim", "keywords": [ "pipeline", "polyfill", "shim", "stream", "stream.pipeline" ], "license": "MIT", "main": "index.js", "name": "stream.pipeline-shim", "repository": { "type": "git", "url": "git+https://github.com/dex4er/js-stream.pipeline-shim.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.1.0" }