package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "crc32-stream@3.0.1",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "crc32-stream@3.0.1",
  10. "_id": "crc32-stream@3.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-mctvpXlbzsvK+6z8kJwSJ5crm7yBwrQMTybJzMw1O4lLGJqjlDCXY2Zw7KheiA6XBEcBmfLx1D88mjRGVJtY9w==",
  13. "_location": "/crc32-stream",
  14. "_phantomChildren": {
  15. "inherits": "2.0.4",
  16. "string_decoder": "1.1.1",
  17. "util-deprecate": "1.0.2"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "crc32-stream@3.0.1",
  23. "name": "crc32-stream",
  24. "escapedName": "crc32-stream",
  25. "rawSpec": "3.0.1",
  26. "saveSpec": null,
  27. "fetchSpec": "3.0.1"
  28. },
  29. "_requiredBy": [
  30. "/compress-commons"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-3.0.1.tgz",
  33. "_spec": "3.0.1",
  34. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  35. "author": {
  36. "name": "Chris Talkington",
  37. "url": "http://christalkington.com/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/archiverjs/node-crc32-stream/issues"
  41. },
  42. "dependencies": {
  43. "crc": "^3.4.4",
  44. "readable-stream": "^3.4.0"
  45. },
  46. "description": "a streaming CRC32 checksumer",
  47. "devDependencies": {
  48. "chai": "^4.0.0",
  49. "mocha": "^6.2.0"
  50. },
  51. "engines": {
  52. "node": ">= 6.9.0"
  53. },
  54. "files": [
  55. "lib"
  56. ],
  57. "homepage": "https://github.com/archiverjs/node-crc32-stream",
  58. "keywords": [
  59. "crc32-stream",
  60. "crc32",
  61. "stream",
  62. "checksum"
  63. ],
  64. "license": "MIT",
  65. "main": "lib/index.js",
  66. "name": "crc32-stream",
  67. "publishConfig": {
  68. "registry": "https://registry.npmjs.org/"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/archiverjs/node-crc32-stream.git"
  73. },
  74. "scripts": {
  75. "test": "mocha --reporter dot"
  76. },
  77. "version": "3.0.1"
  78. }