package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "pako@1.0.6",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "pako@1.0.6",
  9. "_id": "pako@1.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==",
  12. "_location": "/pako",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pako@1.0.6",
  18. "name": "pako",
  19. "escapedName": "pako",
  20. "rawSpec": "1.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.6"
  23. },
  24. "_requiredBy": [
  25. "/jszip"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz",
  28. "_spec": "1.0.6",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "bugs": {
  31. "url": "https://github.com/nodeca/pako/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Andrei Tuputcyn",
  36. "url": "https://github.com/andr83"
  37. },
  38. {
  39. "name": "Vitaly Puzrin",
  40. "url": "https://github.com/puzrin"
  41. },
  42. {
  43. "name": "Friedel Ziegelmayer",
  44. "url": "https://github.com/dignifiedquire"
  45. },
  46. {
  47. "name": "Kirill Efimov",
  48. "url": "https://github.com/Kirill89"
  49. },
  50. {
  51. "name": "Jean-loup Gailly"
  52. },
  53. {
  54. "name": "Mark Adler"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "zlib port to javascript - fast, modularized, with browser support",
  59. "devDependencies": {
  60. "ansi": "^0.3.1",
  61. "benchmark": "^2.1.4",
  62. "bluebird": "^3.5.0",
  63. "browserify": "^14.4.0",
  64. "eslint": "^3.12.2",
  65. "grunt": "^1.0.1",
  66. "grunt-cli": "^1.2.0",
  67. "grunt-contrib-connect": "^1.0.2",
  68. "grunt-saucelabs": "^9.0.0",
  69. "istanbul": "^0.4.5",
  70. "mocha": "^3.2.0",
  71. "multiparty": "^4.1.3",
  72. "ndoc": "^5.0.1",
  73. "uglify-js": "^3.0.25",
  74. "zlibjs": "^0.3.1"
  75. },
  76. "files": [
  77. "index.js",
  78. "dist/",
  79. "lib/"
  80. ],
  81. "homepage": "https://github.com/nodeca/pako",
  82. "keywords": [
  83. "zlib",
  84. "deflate",
  85. "inflate",
  86. "gzip"
  87. ],
  88. "license": "(MIT AND Zlib)",
  89. "name": "pako",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/nodeca/pako.git"
  93. },
  94. "scripts": {
  95. "test": "make test"
  96. },
  97. "version": "1.0.6"
  98. }