package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "pako@1.0.6",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pako@1.0.6",
  10. "_id": "pako@1.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==",
  13. "_location": "/pako",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pako@1.0.6",
  19. "name": "pako",
  20. "escapedName": "pako",
  21. "rawSpec": "1.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.6"
  24. },
  25. "_requiredBy": [
  26. "/browserify-zlib"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz",
  29. "_spec": "1.0.6",
  30. "_where": "D:\\projects\\dealer_front",
  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. "bluebird": "^3.5.0",
  64. "browserify": "^14.4.0",
  65. "eslint": "^3.12.2",
  66. "grunt": "^1.0.1",
  67. "grunt-cli": "^1.2.0",
  68. "grunt-contrib-connect": "^1.0.2",
  69. "grunt-saucelabs": "^9.0.0",
  70. "istanbul": "^0.4.5",
  71. "mocha": "^3.2.0",
  72. "multiparty": "^4.1.3",
  73. "ndoc": "^5.0.1",
  74. "uglify-js": "^3.0.25",
  75. "zlibjs": "^0.3.1"
  76. },
  77. "files": [
  78. "index.js",
  79. "dist/",
  80. "lib/"
  81. ],
  82. "homepage": "https://github.com/nodeca/pako",
  83. "keywords": [
  84. "zlib",
  85. "deflate",
  86. "inflate",
  87. "gzip"
  88. ],
  89. "license": "(MIT AND Zlib)",
  90. "name": "pako",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/nodeca/pako.git"
  94. },
  95. "scripts": {
  96. "test": "make test"
  97. },
  98. "version": "1.0.6"
  99. }