package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "crc32-stream@^4.0.2",
  3. "_id": "crc32-stream@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==",
  6. "_location": "/crc32-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "crc32-stream@^4.0.2",
  12. "name": "crc32-stream",
  13. "escapedName": "crc32-stream",
  14. "rawSpec": "^4.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.2"
  17. },
  18. "_requiredBy": [
  19. "/compress-commons"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/crc32-stream/-/crc32-stream-4.0.3.tgz",
  22. "_shasum": "85dd677eb78fa7cad1ba17cc506a597d41fc6f33",
  23. "_spec": "crc32-stream@^4.0.2",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\compress-commons",
  25. "author": {
  26. "name": "Chris Talkington",
  27. "url": "http://christalkington.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/archiverjs/node-crc32-stream/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "crc-32": "^1.2.0",
  35. "readable-stream": "^3.4.0"
  36. },
  37. "deprecated": false,
  38. "description": "a streaming CRC32 checksumer",
  39. "devDependencies": {
  40. "chai": "4.3.8",
  41. "mocha": "9.2.2"
  42. },
  43. "engines": {
  44. "node": ">= 10"
  45. },
  46. "files": [
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/archiverjs/node-crc32-stream",
  50. "keywords": [
  51. "crc32-stream",
  52. "crc32",
  53. "stream",
  54. "checksum"
  55. ],
  56. "license": "MIT",
  57. "main": "lib/index.js",
  58. "name": "crc32-stream",
  59. "publishConfig": {
  60. "registry": "https://registry.npmjs.org/"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/archiverjs/node-crc32-stream.git"
  65. },
  66. "scripts": {
  67. "test": "mocha --reporter dot"
  68. },
  69. "version": "4.0.3"
  70. }