選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 2.1KB

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