| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "stream.pipeline-shim@^1.0.4",
- "_id": "stream.pipeline-shim@1.1.0",
- "_inBundle": false,
- "_integrity": "sha512-pSi/SZZDbSA5l3YYjSmJadCoD74/qSe79r9ZVR21lD4bpf+khn5Umi6AlfJrD8I0KQfGSqm/7Yp48dmithM+Vw==",
- "_location": "/stream.pipeline-shim",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "stream.pipeline-shim@^1.0.4",
- "name": "stream.pipeline-shim",
- "escapedName": "stream.pipeline-shim",
- "rawSpec": "^1.0.4",
- "saveSpec": null,
- "fetchSpec": "^1.0.4"
- },
- "_requiredBy": [
- "/lib-qqwry"
- ],
- "_resolved": "https://registry.npmjs.org/stream.pipeline-shim/-/stream.pipeline-shim-1.1.0.tgz",
- "_shasum": "70c94a5f9a1ab84951694a2cc108bc7a47000cb5",
- "_spec": "stream.pipeline-shim@^1.0.4",
- "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\lib-qqwry",
- "author": {
- "name": "Piotr Roszatycki",
- "email": "piotr.roszatycki@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/dex4er/js-stream.pipeline-shim/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "define-properties": "^1.1.3",
- "function-bind": "^1.1.1",
- "stream.finished": "^1.2.0"
- },
- "deprecated": false,
- "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"
- }
|