package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "compress-commons@^4.1.0",
  3. "_id": "compress-commons@4.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ==",
  6. "_location": "/compress-commons",
  7. "_phantomChildren": {
  8. "inherits": "2.0.3",
  9. "string_decoder": "1.1.1",
  10. "util-deprecate": "1.0.2"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "compress-commons@^4.1.0",
  16. "name": "compress-commons",
  17. "escapedName": "compress-commons",
  18. "rawSpec": "^4.1.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^4.1.0"
  21. },
  22. "_requiredBy": [
  23. "/zip-stream"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.1.tgz",
  26. "_shasum": "df2a09a7ed17447642bad10a85cc9a19e5c42a7d",
  27. "_spec": "compress-commons@^4.1.0",
  28. "_where": "D:\\Thasleembanu\\Project\\Laps 2\\09-May-2023_Revathi\\BPM-UI\\node_modules\\zip-stream",
  29. "author": {
  30. "name": "Chris Talkington",
  31. "url": "http://christalkington.com/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/archiverjs/node-compress-commons/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "buffer-crc32": "^0.2.13",
  39. "crc32-stream": "^4.0.2",
  40. "normalize-path": "^3.0.0",
  41. "readable-stream": "^3.6.0"
  42. },
  43. "deprecated": false,
  44. "description": "a library that defines a common interface for working with archive formats within node",
  45. "devDependencies": {
  46. "chai": "^4.0.0",
  47. "mkdirp": "^1.0.4",
  48. "mocha": "^8.0.1",
  49. "rimraf": "^3.0.2"
  50. },
  51. "engines": {
  52. "node": ">= 10"
  53. },
  54. "files": [
  55. "lib"
  56. ],
  57. "homepage": "https://github.com/archiverjs/node-compress-commons",
  58. "keywords": [
  59. "compress",
  60. "commons",
  61. "archive"
  62. ],
  63. "license": "MIT",
  64. "main": "lib/compress-commons.js",
  65. "name": "compress-commons",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/archiverjs/node-compress-commons.git"
  69. },
  70. "scripts": {
  71. "test": "mocha --reporter dot"
  72. },
  73. "version": "4.1.1"
  74. }