package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "stream.pipeline-shim@^1.0.4",
  3. "_id": "stream.pipeline-shim@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pSi/SZZDbSA5l3YYjSmJadCoD74/qSe79r9ZVR21lD4bpf+khn5Umi6AlfJrD8I0KQfGSqm/7Yp48dmithM+Vw==",
  6. "_location": "/stream.pipeline-shim",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stream.pipeline-shim@^1.0.4",
  12. "name": "stream.pipeline-shim",
  13. "escapedName": "stream.pipeline-shim",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/lib-qqwry"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stream.pipeline-shim/-/stream.pipeline-shim-1.1.0.tgz",
  22. "_shasum": "70c94a5f9a1ab84951694a2cc108bc7a47000cb5",
  23. "_spec": "stream.pipeline-shim@^1.0.4",
  24. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\lib-qqwry",
  25. "author": {
  26. "name": "Piotr Roszatycki",
  27. "email": "piotr.roszatycki@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/dex4er/js-stream.pipeline-shim/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "define-properties": "^1.1.3",
  35. "function-bind": "^1.1.1",
  36. "stream.finished": "^1.2.0"
  37. },
  38. "deprecated": false,
  39. "description": "Polyfill/shim for stream.pipeline in node versions < v10",
  40. "devDependencies": {
  41. "@es-shims/api": "^2.1.2",
  42. "@types/node": "^12.0.0",
  43. "eslint": "^5.16.0",
  44. "eslint-config-prettier": "^4.2.0",
  45. "eslint-plugin-import": "^2.17.2",
  46. "eslint-plugin-node": "^9.0.1",
  47. "markdownlint-cli": "^0.15.0",
  48. "prettier": "^1.17.0",
  49. "tslint": "^5.16.0",
  50. "tslint-config-prettier": "^1.18.0",
  51. "typescript": "^3.4.5",
  52. "util.promisify": "^1.0.0"
  53. },
  54. "homepage": "http://github.com/dex4er/js-stream.pipeline-shim",
  55. "keywords": [
  56. "pipeline",
  57. "polyfill",
  58. "shim",
  59. "stream",
  60. "stream.pipeline"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "stream.pipeline-shim",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/dex4er/js-stream.pipeline-shim.git"
  68. },
  69. "scripts": {
  70. "postpublish": "git tag v$npm_package_version -a -m \"Release v$npm_package_version\" && git push --tags",
  71. "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",
  72. "test": "npm run test:spec",
  73. "test:spec": "node test"
  74. },
  75. "typings": "index.d.ts",
  76. "version": "1.1.0"
  77. }