package.json 2.9 KB

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