package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "crc32-stream@^4.0.2",
  3. "_id": "crc32-stream@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w==",
  6. "_location": "/crc32-stream",
  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": "crc32-stream@^4.0.2",
  16. "name": "crc32-stream",
  17. "escapedName": "crc32-stream",
  18. "rawSpec": "^4.0.2",
  19. "saveSpec": null,
  20. "fetchSpec": "^4.0.2"
  21. },
  22. "_requiredBy": [
  23. "/compress-commons"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.2.tgz",
  26. "_shasum": "c922ad22b38395abe9d3870f02fa8134ed709007",
  27. "_spec": "crc32-stream@^4.0.2",
  28. "_where": "D:\\Thasleembanu\\Project\\Laps 2\\09-May-2023_Revathi\\BPM-UI\\node_modules\\compress-commons",
  29. "author": {
  30. "name": "Chris Talkington",
  31. "url": "http://christalkington.com/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/archiverjs/node-crc32-stream/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "crc-32": "^1.2.0",
  39. "readable-stream": "^3.4.0"
  40. },
  41. "deprecated": false,
  42. "description": "a streaming CRC32 checksumer",
  43. "devDependencies": {
  44. "chai": "^4.0.0",
  45. "mocha": "^8.0.1"
  46. },
  47. "engines": {
  48. "node": ">= 10"
  49. },
  50. "files": [
  51. "lib"
  52. ],
  53. "homepage": "https://github.com/archiverjs/node-crc32-stream",
  54. "keywords": [
  55. "crc32-stream",
  56. "crc32",
  57. "stream",
  58. "checksum"
  59. ],
  60. "license": "MIT",
  61. "main": "lib/index.js",
  62. "name": "crc32-stream",
  63. "publishConfig": {
  64. "registry": "https://registry.npmjs.org/"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/archiverjs/node-crc32-stream.git"
  69. },
  70. "scripts": {
  71. "test": "mocha --reporter dot"
  72. },
  73. "version": "4.0.2"
  74. }