package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "pumpify@1.5.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pumpify@1.5.1",
  10. "_id": "pumpify@1.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NlE74karJ1cLGjdKXOJ4v9dDcM4=",
  13. "_location": "/pumpify",
  14. "_phantomChildren": {
  15. "end-of-stream": "1.4.4",
  16. "once": "1.4.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "pumpify@1.5.1",
  22. "name": "pumpify",
  23. "escapedName": "pumpify",
  24. "rawSpec": "1.5.1",
  25. "saveSpec": null,
  26. "fetchSpec": "1.5.1"
  27. },
  28. "_requiredBy": [
  29. "/mississippi"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/pumpify/download/pumpify-1.5.1.tgz?cache=0&sync_timestamp=1569938104994&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpumpify%2Fdownload%2Fpumpify-1.5.1.tgz",
  32. "_spec": "1.5.1",
  33. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  34. "author": {
  35. "name": "Mathias Buus"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mafintosh/pumpify/issues"
  39. },
  40. "dependencies": {
  41. "duplexify": "^3.6.0",
  42. "inherits": "^2.0.3",
  43. "pump": "^2.0.0"
  44. },
  45. "description": "Combine an array of streams into a single duplex stream using pump and duplexify",
  46. "devDependencies": {
  47. "tape": "^4.8.0",
  48. "through2": "^2.0.3"
  49. },
  50. "homepage": "https://github.com/mafintosh/pumpify",
  51. "keywords": [
  52. "pump",
  53. "duplexify",
  54. "duplex",
  55. "streams",
  56. "stream",
  57. "pipeline",
  58. "combine"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "pumpify",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/mafintosh/pumpify.git"
  66. },
  67. "scripts": {
  68. "test": "tape test.js"
  69. },
  70. "version": "1.5.1"
  71. }