package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "buffer-crc32@0.2.13",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  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. "/archiver",
  27. "/compress-commons"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
  30. "_spec": "0.2.13",
  31. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  32. "author": {
  33. "name": "Brian J. Brennan",
  34. "email": "brianloveswords@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/brianloveswords/buffer-crc32/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Vladimir Kuznetsov"
  42. }
  43. ],
  44. "dependencies": {},
  45. "description": "A pure javascript CRC32 algorithm that plays nice with binary data",
  46. "devDependencies": {
  47. "tap": "~0.2.5"
  48. },
  49. "engines": {
  50. "node": "*"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/brianloveswords/buffer-crc32",
  56. "license": "MIT",
  57. "licenses": [
  58. {
  59. "type": "MIT",
  60. "url": "https://github.com/brianloveswords/buffer-crc32/raw/master/LICENSE"
  61. }
  62. ],
  63. "main": "index.js",
  64. "name": "buffer-crc32",
  65. "optionalDependencies": {},
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/brianloveswords/buffer-crc32.git"
  69. },
  70. "scripts": {
  71. "test": "tap tests/*.test.js"
  72. },
  73. "version": "0.2.13"
  74. }