package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "pako@1.0.6",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  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. "/jszip"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz",
  30. "_spec": "1.0.6",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "bugs": {
  33. "url": "https://github.com/nodeca/pako/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Andrei Tuputcyn",
  38. "url": "https://github.com/andr83"
  39. },
  40. {
  41. "name": "Vitaly Puzrin",
  42. "url": "https://github.com/puzrin"
  43. },
  44. {
  45. "name": "Friedel Ziegelmayer",
  46. "url": "https://github.com/dignifiedquire"
  47. },
  48. {
  49. "name": "Kirill Efimov",
  50. "url": "https://github.com/Kirill89"
  51. },
  52. {
  53. "name": "Jean-loup Gailly"
  54. },
  55. {
  56. "name": "Mark Adler"
  57. }
  58. ],
  59. "dependencies": {},
  60. "description": "zlib port to javascript - fast, modularized, with browser support",
  61. "devDependencies": {
  62. "ansi": "^0.3.1",
  63. "benchmark": "^2.1.4",
  64. "bluebird": "^3.5.0",
  65. "browserify": "^14.4.0",
  66. "eslint": "^3.12.2",
  67. "grunt": "^1.0.1",
  68. "grunt-cli": "^1.2.0",
  69. "grunt-contrib-connect": "^1.0.2",
  70. "grunt-saucelabs": "^9.0.0",
  71. "istanbul": "^0.4.5",
  72. "mocha": "^3.2.0",
  73. "multiparty": "^4.1.3",
  74. "ndoc": "^5.0.1",
  75. "uglify-js": "^3.0.25",
  76. "zlibjs": "^0.3.1"
  77. },
  78. "files": [
  79. "index.js",
  80. "dist/",
  81. "lib/"
  82. ],
  83. "homepage": "https://github.com/nodeca/pako",
  84. "keywords": [
  85. "zlib",
  86. "deflate",
  87. "inflate",
  88. "gzip"
  89. ],
  90. "license": "(MIT AND Zlib)",
  91. "name": "pako",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/nodeca/pako.git"
  95. },
  96. "scripts": {
  97. "test": "make test"
  98. },
  99. "version": "1.0.6"
  100. }