package.json 2.1 KB

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