package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "codepage@~1.12.0",
  3. "_id": "codepage@1.12.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FAN+oPs/ocaPLFvIt4vEOHgWA6UJ6t+fVbbVBoXDpTpC+4JYasomYZEEjR/Miph3qQrVnIShRwwmwu4P35JW1w==",
  6. "_location": "/codepage",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "codepage@~1.12.0",
  12. "name": "codepage",
  13. "escapedName": "codepage",
  14. "rawSpec": "~1.12.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.12.0"
  17. },
  18. "_requiredBy": [
  19. "/xlsx"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/codepage/-/codepage-1.12.2.tgz",
  22. "_shasum": "fd4424448c8bf1db5d7e01f9ecf9e8346582a195",
  23. "_spec": "codepage@~1.12.0",
  24. "_where": "D:\\proj\\CocosCreatorPlugins\\packages\\excel-fucker\\node_modules\\xlsx",
  25. "alex": {
  26. "allow": [
  27. "chinese",
  28. "european",
  29. "german",
  30. "japanese",
  31. "latin"
  32. ]
  33. },
  34. "author": {
  35. "name": "SheetJS"
  36. },
  37. "bin": {
  38. "codepage": "./bin/codepage.njs"
  39. },
  40. "browser": {
  41. "buffer": "false"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/SheetJS/js-codepage/issues"
  45. },
  46. "bundleDependencies": false,
  47. "config": {
  48. "blanket": {
  49. "pattern": "[cputils.js]"
  50. }
  51. },
  52. "dependencies": {
  53. "commander": "~2.14.1",
  54. "exit-on-epipe": "~1.0.1"
  55. },
  56. "deprecated": false,
  57. "description": "pure-JS library to handle codepages",
  58. "devDependencies": {
  59. "@sheetjs/uglify-js": "~2.7.3",
  60. "@types/commander": "^2.12.0",
  61. "@types/node": "^8.0.7",
  62. "blanket": "~1.2.3",
  63. "dtslint": "^0.1.2",
  64. "mocha": "~2.5.3",
  65. "typescript": "2.2.0",
  66. "voc": "~1.1.0"
  67. },
  68. "engines": {
  69. "node": ">=0.8"
  70. },
  71. "files": [
  72. "LICENSE",
  73. "README.md",
  74. "bin",
  75. "types/index.d.ts",
  76. "types/*.json",
  77. "cptable.js",
  78. "cputils.js",
  79. "dist/sbcs.full.js",
  80. "dist/cpexcel.full.js"
  81. ],
  82. "homepage": "http://sheetjs.com/opensource",
  83. "keywords": [
  84. "codepage",
  85. "iconv",
  86. "convert",
  87. "strings"
  88. ],
  89. "license": "Apache-2.0",
  90. "main": "cputils.js",
  91. "name": "codepage",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/SheetJS/js-codepage.git"
  95. },
  96. "scripts": {
  97. "build": "make js",
  98. "dtslint": "dtslint types",
  99. "lint": "make fullint",
  100. "pretest": "git submodule init && git submodule update",
  101. "test": "make test"
  102. },
  103. "types": "types",
  104. "version": "1.12.2"
  105. }