| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_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": "range",
- "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",
- "_shasum": "40fc76092792d08a43388184fd0d42c6ab9523a0",
- "_spec": "stream.finished@^1.2.0",
- "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\stream.pipeline-shim",
- "author": {
- "name": "Piotr Roszatycki",
- "email": "piotr.roszatycki@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/dex4er/js-stream.finishe/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "define-properties": "^1.1.3",
- "function-bind": "^1.1.1"
- },
- "deprecated": false,
- "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"
- }
|