package.json 2.3 KB

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