package.json 2.8 KB

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