package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "pako@~1.0.5",
  5. "/home/seleznev/project Angular/Quality system/node_modules/browserify-zlib"
  6. ]
  7. ],
  8. "_from": "pako@>=1.0.5 <1.1.0",
  9. "_id": "pako@1.0.6",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/pako",
  13. "_nodeVersion": "8.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/pako-1.0.6.tgz_1505389320912_0.5741512756794691"
  17. },
  18. "_npmUser": {
  19. "email": "vitaly@rcdesign.ru",
  20. "name": "vitaly"
  21. },
  22. "_npmVersion": "5.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "pako",
  26. "raw": "pako@~1.0.5",
  27. "rawSpec": "~1.0.5",
  28. "scope": null,
  29. "spec": ">=1.0.5 <1.1.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/browserify-zlib"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz",
  36. "_shasum": "0101211baa70c4bca4a0f63f2206e97b7dfaf258",
  37. "_shrinkwrap": null,
  38. "_spec": "pako@~1.0.5",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/browserify-zlib",
  40. "bugs": {
  41. "url": "https://github.com/nodeca/pako/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Andrei Tuputcyn",
  46. "url": "https://github.com/andr83"
  47. },
  48. {
  49. "name": "Vitaly Puzrin",
  50. "url": "https://github.com/puzrin"
  51. },
  52. {
  53. "name": "Friedel Ziegelmayer",
  54. "url": "https://github.com/dignifiedquire"
  55. },
  56. {
  57. "name": "Kirill Efimov",
  58. "url": "https://github.com/Kirill89"
  59. },
  60. {
  61. "name": "Jean-loup Gailly"
  62. },
  63. {
  64. "name": "Mark Adler"
  65. }
  66. ],
  67. "dependencies": {},
  68. "description": "zlib port to javascript - fast, modularized, with browser support",
  69. "devDependencies": {
  70. "ansi": "^0.3.1",
  71. "benchmark": "^2.1.4",
  72. "bluebird": "^3.5.0",
  73. "browserify": "^14.4.0",
  74. "eslint": "^3.12.2",
  75. "grunt": "^1.0.1",
  76. "grunt-cli": "^1.2.0",
  77. "grunt-contrib-connect": "^1.0.2",
  78. "grunt-saucelabs": "^9.0.0",
  79. "istanbul": "^0.4.5",
  80. "mocha": "^3.2.0",
  81. "multiparty": "^4.1.3",
  82. "ndoc": "^5.0.1",
  83. "uglify-js": "^3.0.25",
  84. "zlibjs": "^0.3.1"
  85. },
  86. "directories": {},
  87. "dist": {
  88. "integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==",
  89. "shasum": "0101211baa70c4bca4a0f63f2206e97b7dfaf258",
  90. "tarball": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz"
  91. },
  92. "files": [
  93. "dist/",
  94. "index.js",
  95. "lib/"
  96. ],
  97. "gitHead": "893381abcafa10fa2081ce60dae7d4d8e873a658",
  98. "homepage": "https://github.com/nodeca/pako",
  99. "keywords": [
  100. "deflate",
  101. "gzip",
  102. "inflate",
  103. "zlib"
  104. ],
  105. "license": "(MIT AND Zlib)",
  106. "maintainers": [
  107. {
  108. "name": "vitaly",
  109. "email": "vitaly@rcdesign.ru"
  110. }
  111. ],
  112. "name": "pako",
  113. "optionalDependencies": {},
  114. "readme": "ERROR: No README data found!",
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/nodeca/pako.git"
  118. },
  119. "scripts": {
  120. "test": "make test"
  121. },
  122. "version": "1.0.6"
  123. }