package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "pako@1.0.10",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pako@1.0.10",
  10. "_id": "pako@1.0.10",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Qyi621CGpCaqkPVBl31JVdpclzI=",
  13. "_location": "/pako",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pako@1.0.10",
  19. "name": "pako",
  20. "escapedName": "pako",
  21. "rawSpec": "1.0.10",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.10"
  24. },
  25. "_requiredBy": [
  26. "/browserify-zlib"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/pako/download/pako-1.0.10.tgz",
  29. "_spec": "1.0.10",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.10"
  95. }