package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "pako@1.0.11",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_from": "pako@1.0.11",
  9. "_id": "pako@1.0.11",
  10. "_inBundle": false,
  11. "_integrity": "sha1-bJWZ00DVTf05RjgCUqNXBaa5kr8=",
  12. "_location": "/pako",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pako@1.0.11",
  18. "name": "pako",
  19. "escapedName": "pako",
  20. "rawSpec": "1.0.11",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.11"
  23. },
  24. "_requiredBy": [
  25. "/browserify-zlib",
  26. "/jszip"
  27. ],
  28. "_resolved": "https://registry.nlark.com/pako/download/pako-1.0.11.tgz",
  29. "_spec": "1.0.11",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "bugs": {
  32. "url": "https://github.com/nodeca/pako/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Andrei Tuputcyn",
  37. "url": "https://github.com/andr83"
  38. },
  39. {
  40. "name": "Vitaly Puzrin",
  41. "url": "https://github.com/puzrin"
  42. },
  43. {
  44. "name": "Friedel Ziegelmayer",
  45. "url": "https://github.com/dignifiedquire"
  46. },
  47. {
  48. "name": "Kirill Efimov",
  49. "url": "https://github.com/Kirill89"
  50. },
  51. {
  52. "name": "Jean-loup Gailly"
  53. },
  54. {
  55. "name": "Mark Adler"
  56. }
  57. ],
  58. "dependencies": {},
  59. "description": "zlib port to javascript - fast, modularized, with browser support",
  60. "devDependencies": {
  61. "ansi": "^0.3.1",
  62. "benchmark": "^2.1.4",
  63. "browserify": "^16.2.3",
  64. "buffer-from": "^1.1.1",
  65. "eslint": "^5.9.0",
  66. "istanbul": "^0.4.5",
  67. "mocha": "^5.2.0",
  68. "multiparty": "^4.1.3",
  69. "ndoc": "^5.0.1",
  70. "uglify-js": "=3.4.8",
  71. "zlibjs": "^0.3.1"
  72. },
  73. "files": [
  74. "index.js",
  75. "dist/",
  76. "lib/"
  77. ],
  78. "homepage": "https://github.com/nodeca/pako",
  79. "keywords": [
  80. "zlib",
  81. "deflate",
  82. "inflate",
  83. "gzip"
  84. ],
  85. "license": "(MIT AND Zlib)",
  86. "name": "pako",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/nodeca/pako.git"
  90. },
  91. "scripts": {
  92. "test": "make test"
  93. },
  94. "version": "1.0.11"
  95. }