package.json 2.4 KB

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