package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "pump@3.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pump@3.0.0",
  10. "_id": "pump@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=",
  13. "_location": "/pump",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pump@3.0.0",
  19. "name": "pump",
  20. "escapedName": "pump",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/default-gateway/get-stream",
  27. "/get-stream",
  28. "/mississippi"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/pump/download/pump-3.0.0.tgz",
  31. "_spec": "3.0.0",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  33. "author": {
  34. "name": "Mathias Buus Madsen",
  35. "email": "mathiasbuus@gmail.com"
  36. },
  37. "browser": {
  38. "fs": false
  39. },
  40. "bugs": {
  41. "url": "https://github.com/mafintosh/pump/issues"
  42. },
  43. "dependencies": {
  44. "end-of-stream": "^1.1.0",
  45. "once": "^1.3.1"
  46. },
  47. "description": "pipe streams together and close all of them if one of them closes",
  48. "homepage": "https://github.com/mafintosh/pump#readme",
  49. "keywords": [
  50. "streams",
  51. "pipe",
  52. "destroy",
  53. "callback"
  54. ],
  55. "license": "MIT",
  56. "name": "pump",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/mafintosh/pump.git"
  60. },
  61. "scripts": {
  62. "test": "node test-browser.js && node test-node.js"
  63. },
  64. "version": "3.0.0"
  65. }