package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "crc-32@1.2.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "crc-32@1.2.2",
  9. "_id": "crc-32@1.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  12. "_location": "/crc-32",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "crc-32@1.2.2",
  18. "name": "crc-32",
  19. "escapedName": "crc-32",
  20. "rawSpec": "1.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.2"
  23. },
  24. "_requiredBy": [
  25. "/cfb",
  26. "/xlsx"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  29. "_spec": "1.2.2",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  31. "author": {
  32. "name": "sheetjs"
  33. },
  34. "bin": {
  35. "crc32": "bin/crc32.njs"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/SheetJS/js-crc32/issues"
  39. },
  40. "config": {
  41. "blanket": {
  42. "pattern": "crc32.js"
  43. }
  44. },
  45. "dependencies": {},
  46. "description": "Pure-JS CRC-32",
  47. "devDependencies": {
  48. "@sheetjs/uglify-js": "~2.7.3",
  49. "@types/node": "^8.0.7",
  50. "blanket": "~1.2.3",
  51. "codepage": "~1.10.0",
  52. "dtslint": "^0.1.2",
  53. "exit-on-epipe": "~1.0.1",
  54. "mocha": "~2.5.3",
  55. "printj": "~1.3.1",
  56. "typescript": "2.2.0"
  57. },
  58. "engines": {
  59. "node": ">=0.8"
  60. },
  61. "files": [
  62. "crc32.js",
  63. "crc32c.js",
  64. "bin/crc32.njs",
  65. "LICENSE",
  66. "README.md",
  67. "types/index.d.ts",
  68. "types/*.json"
  69. ],
  70. "homepage": "https://sheetjs.com/",
  71. "keywords": [
  72. "crc",
  73. "crc32",
  74. "checksum"
  75. ],
  76. "license": "Apache-2.0",
  77. "main": "crc32.js",
  78. "name": "crc-32",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/SheetJS/js-crc32.git"
  82. },
  83. "scripts": {
  84. "build": "make",
  85. "dtslint": "dtslint types",
  86. "lint": "make fullint",
  87. "test": "make test"
  88. },
  89. "types": "types/index.d.ts",
  90. "typesVersions": {
  91. "*": {
  92. "*": [
  93. "types/index.d.ts"
  94. ]
  95. }
  96. },
  97. "version": "1.2.2"
  98. }