選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "text-decoding",
  3. "_id": "text-decoding@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/0TJD42KDnVwKmDK6jj3xP7E2MG7SHAOG4tyTgyUCRPdHwvkquYNLEQltmdMa3owq3TkddCVcTsoctJI8VQNKA==",
  6. "_location": "/text-decoding",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "text-decoding",
  12. "name": "text-decoding",
  13. "escapedName": "text-decoding",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/text-decoding/-/text-decoding-1.0.0.tgz",
  23. "_shasum": "38a5692d23b5c2b12942d6e245599cb58b1bc52f",
  24. "_spec": "text-decoding",
  25. "_where": "D:\\uni-ETC\\kyushu-etc-applet",
  26. "author": {
  27. "name": "Anton",
  28. "email": "anton@adc.sh"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/idiocc/text-decoding/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "[fork] TextEncoder and TextDecoder (Polyfill for the Encoding Living Standard's API) For Node.JS.",
  36. "devDependencies": {
  37. "alamode": "^2.3.4",
  38. "documentary": "^1.27.4",
  39. "eslint-config-artdeco": "1.0.1",
  40. "yarn-s": "1.1.0",
  41. "zoroaster": "^4.1.1-alpha"
  42. },
  43. "externs": "types/externs.js",
  44. "files": [
  45. "build",
  46. "src",
  47. "types/externs.js"
  48. ],
  49. "homepage": "https://github.com/idiocc/text-decoding#readme",
  50. "keywords": [
  51. "text-encoding",
  52. "encoding",
  53. "text-decoding",
  54. "TextEncoder",
  55. "TextDecoder",
  56. "decoding",
  57. "ascii",
  58. "windows-1252",
  59. "big5",
  60. "euc-jp",
  61. "euc-kr",
  62. "gb18030",
  63. "iso-20220jp",
  64. "shift-jis",
  65. "single-byte",
  66. "utf8",
  67. "utf16",
  68. "x-user-defined",
  69. "unicode"
  70. ],
  71. "license": "MIT",
  72. "main": "build/index.js",
  73. "module": "src/index.js",
  74. "name": "text-decoding",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/idiocc/text-decoding.git"
  78. },
  79. "scripts": {
  80. "b": "alamode src -o build -s",
  81. "build": "yarn-s d b doc",
  82. "d": "yarn-s d1 externs",
  83. "d1": "typal types/index.js src -c -t types/index.xml",
  84. "doc": "NODE_DEBUG=doc doc -o README.md",
  85. "e": "alanode",
  86. "externs": "typal types/externs.js",
  87. "lint": "eslint .",
  88. "mask": "yarn t test/mask",
  89. "spec": "yarn t test/spec",
  90. "t": "zoroaster -a",
  91. "test": "yarn t test/spec test/mask",
  92. "test-build": "ALAMODE_ENV=test-build yarn test"
  93. },
  94. "version": "1.0.0"
  95. }