package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "buffer-crc32@0.2.13",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "buffer-crc32@0.2.13",
  10. "_id": "buffer-crc32@0.2.13",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
  13. "_location": "/buffer-crc32",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "buffer-crc32@0.2.13",
  19. "name": "buffer-crc32",
  20. "escapedName": "buffer-crc32",
  21. "rawSpec": "0.2.13",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.13"
  24. },
  25. "_requiredBy": [
  26. "/yauzl"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
  29. "_spec": "0.2.13",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Brian J. Brennan",
  33. "email": "brianloveswords@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/brianloveswords/buffer-crc32/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Vladimir Kuznetsov"
  41. }
  42. ],
  43. "dependencies": {},
  44. "description": "A pure javascript CRC32 algorithm that plays nice with binary data",
  45. "devDependencies": {
  46. "tap": "~0.2.5"
  47. },
  48. "engines": {
  49. "node": "*"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/brianloveswords/buffer-crc32",
  55. "license": "MIT",
  56. "licenses": [
  57. {
  58. "type": "MIT",
  59. "url": "https://github.com/brianloveswords/buffer-crc32/raw/master/LICENSE"
  60. }
  61. ],
  62. "main": "index.js",
  63. "name": "buffer-crc32",
  64. "optionalDependencies": {},
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/brianloveswords/buffer-crc32.git"
  68. },
  69. "scripts": {
  70. "test": "tap tests/*.test.js"
  71. },
  72. "version": "0.2.13"
  73. }