Dashboard sipadu mbip
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "codepage@~1.14.0",
  3. "_id": "codepage@1.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-jL4lSBMjVZ19MHVxsP/5HnodL5k=",
  6. "_location": "/codepage",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "codepage@~1.14.0",
  12. "name": "codepage",
  13. "escapedName": "codepage",
  14. "rawSpec": "~1.14.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.14.0"
  17. },
  18. "_requiredBy": [
  19. "/xlsx"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/codepage/-/codepage-1.14.0.tgz",
  22. "_shasum": "8cbe25481323559d7d307571b0fff91e7a1d2f99",
  23. "_spec": "codepage@~1.14.0",
  24. "_where": "/var/www/html/mdch.sipadu/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. "bits/*.js",
  76. "types/index.d.ts",
  77. "types/*.json",
  78. "cptable.js",
  79. "cputils.js",
  80. "dist/sbcs.full.js",
  81. "dist/cpexcel.full.js"
  82. ],
  83. "homepage": "http://sheetjs.com/opensource",
  84. "keywords": [
  85. "codepage",
  86. "iconv",
  87. "convert",
  88. "strings"
  89. ],
  90. "license": "Apache-2.0",
  91. "main": "cputils.js",
  92. "name": "codepage",
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/SheetJS/js-codepage.git"
  96. },
  97. "scripts": {
  98. "build": "make js",
  99. "dtslint": "dtslint types",
  100. "lint": "make fullint",
  101. "pretest": "git submodule init && git submodule update",
  102. "test": "make test"
  103. },
  104. "types": "types",
  105. "version": "1.14.0"
  106. }