package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "crc-32@~1.2.0",
  3. "_id": "crc-32@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1uBwHxF+Y/4yF5G48fwnKq6QsIXheor3ZLPT80yGBV1oEUwpPojlEhQbWKVw1VwcTQyMGHK1/XMmTjmlsmTTGA==",
  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. "/xlsx"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.0.tgz",
  22. "_shasum": "cb2db6e29b88508e32d9dd0ec1693e7b41a18208",
  23. "_spec": "crc-32@~1.2.0",
  24. "_where": "D:\\proj\\CocosCreatorPlugins\\packages\\excel-fucker\\node_modules\\xlsx",
  25. "author": {
  26. "name": "sheetjs"
  27. },
  28. "bin": {
  29. "crc32": "./bin/crc32.njs"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/SheetJS/js-crc32/issues"
  33. },
  34. "bundleDependencies": false,
  35. "config": {
  36. "blanket": {
  37. "pattern": "crc32.js"
  38. }
  39. },
  40. "dependencies": {
  41. "exit-on-epipe": "~1.0.1",
  42. "printj": "~1.1.0"
  43. },
  44. "deprecated": false,
  45. "description": "Pure-JS CRC-32",
  46. "devDependencies": {
  47. "@sheetjs/uglify-js": "~2.7.3",
  48. "@types/node": "^8.0.7",
  49. "blanket": "~1.2.3",
  50. "codepage": "~1.10.0",
  51. "dtslint": "^0.1.2",
  52. "mocha": "~2.5.3",
  53. "typescript": "2.2.0"
  54. },
  55. "engines": {
  56. "node": ">=0.8"
  57. },
  58. "files": [
  59. "crc32.js",
  60. "bin/crc32.njs",
  61. "LICENSE",
  62. "README.md",
  63. "types/index.d.ts",
  64. "types/*.json"
  65. ],
  66. "homepage": "http://sheetjs.com/opensource",
  67. "keywords": [
  68. "crc",
  69. "crc32",
  70. "checksum"
  71. ],
  72. "license": "Apache-2.0",
  73. "main": "./crc32",
  74. "name": "crc-32",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/SheetJS/js-crc32.git"
  78. },
  79. "scripts": {
  80. "build": "make",
  81. "dtslint": "dtslint types",
  82. "lint": "make fullint",
  83. "test": "make test"
  84. },
  85. "types": "types",
  86. "version": "1.2.0"
  87. }