package.json 2.1 KB

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