package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. "iconv-lite@0.4.19",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "iconv-lite@0.4.19",
  9. "_id": "iconv-lite@0.4.19",
  10. "_inBundle": false,
  11. "_integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==",
  12. "_location": "/iconv-lite",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "iconv-lite@0.4.19",
  18. "name": "iconv-lite",
  19. "escapedName": "iconv-lite",
  20. "rawSpec": "0.4.19",
  21. "saveSpec": null,
  22. "fetchSpec": "0.4.19"
  23. },
  24. "_requiredBy": [
  25. "/raw-body",
  26. "/urllib"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
  29. "_spec": "0.4.19",
  30. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  31. "author": {
  32. "name": "Alexander Shtuchkin",
  33. "email": "ashtuchkin@gmail.com"
  34. },
  35. "browser": {
  36. "./extend-node": false,
  37. "./streams": false
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ashtuchkin/iconv-lite/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Jinwu Zhan",
  45. "url": "https://github.com/jenkinv"
  46. },
  47. {
  48. "name": "Adamansky Anton",
  49. "url": "https://github.com/adamansky"
  50. },
  51. {
  52. "name": "George Stagas",
  53. "url": "https://github.com/stagas"
  54. },
  55. {
  56. "name": "Mike D Pilsbury",
  57. "url": "https://github.com/pekim"
  58. },
  59. {
  60. "name": "Niggler",
  61. "url": "https://github.com/Niggler"
  62. },
  63. {
  64. "name": "wychi",
  65. "url": "https://github.com/wychi"
  66. },
  67. {
  68. "name": "David Kuo",
  69. "url": "https://github.com/david50407"
  70. },
  71. {
  72. "name": "ChangZhuo Chen",
  73. "url": "https://github.com/czchen"
  74. },
  75. {
  76. "name": "Lee Treveil",
  77. "url": "https://github.com/leetreveil"
  78. },
  79. {
  80. "name": "Brian White",
  81. "url": "https://github.com/mscdex"
  82. },
  83. {
  84. "name": "Mithgol",
  85. "url": "https://github.com/Mithgol"
  86. },
  87. {
  88. "name": "Nazar Leush",
  89. "url": "https://github.com/nleush"
  90. }
  91. ],
  92. "description": "Convert character encodings in pure javascript.",
  93. "devDependencies": {
  94. "async": "*",
  95. "errto": "*",
  96. "iconv": "*",
  97. "istanbul": "*",
  98. "mocha": "*",
  99. "request": "*",
  100. "semver": "*",
  101. "unorm": "*"
  102. },
  103. "engines": {
  104. "node": ">=0.10.0"
  105. },
  106. "homepage": "https://github.com/ashtuchkin/iconv-lite",
  107. "keywords": [
  108. "iconv",
  109. "convert",
  110. "charset",
  111. "icu"
  112. ],
  113. "license": "MIT",
  114. "main": "./lib/index.js",
  115. "name": "iconv-lite",
  116. "repository": {
  117. "type": "git",
  118. "url": "git://github.com/ashtuchkin/iconv-lite.git"
  119. },
  120. "scripts": {
  121. "coverage": "istanbul cover _mocha -- --grep .",
  122. "coverage-open": "open coverage/lcov-report/index.html",
  123. "test": "mocha --reporter spec --grep ."
  124. },
  125. "typings": "./lib/index.d.ts",
  126. "version": "0.4.19"
  127. }