package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "_args": [
  3. [
  4. "iconv-lite@0.4.13",
  5. "D:\\work\\im\\node_modules\\raw-body"
  6. ]
  7. ],
  8. "_from": "iconv-lite@0.4.13",
  9. "_id": "iconv-lite@0.4.13",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/iconv-lite",
  13. "_nodeVersion": "4.1.1",
  14. "_npmUser": {
  15. "email": "ashtuchkin@gmail.com",
  16. "name": "ashtuchkin"
  17. },
  18. "_npmVersion": "2.14.4",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "iconv-lite",
  22. "raw": "iconv-lite@0.4.13",
  23. "rawSpec": "0.4.13",
  24. "scope": null,
  25. "spec": "0.4.13",
  26. "type": "version"
  27. },
  28. "_requiredBy": [
  29. "/libmime",
  30. "/logfilestream",
  31. "/mini-logger",
  32. "/raw-body"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
  35. "_shasum": "1f88aba4ab0b1508e8312acc39345f36e992e2f2",
  36. "_shrinkwrap": null,
  37. "_spec": "iconv-lite@0.4.13",
  38. "_where": "D:\\work\\im\\node_modules\\raw-body",
  39. "author": {
  40. "email": "ashtuchkin@gmail.com",
  41. "name": "Alexander Shtuchkin"
  42. },
  43. "browser": {
  44. "./extend-node": false,
  45. "./streams": false
  46. },
  47. "bugs": {
  48. "url": "https://github.com/ashtuchkin/iconv-lite/issues"
  49. },
  50. "contributors": [
  51. {
  52. "name": "Jinwu Zhan",
  53. "url": "https://github.com/jenkinv"
  54. },
  55. {
  56. "name": "Adamansky Anton",
  57. "url": "https://github.com/adamansky"
  58. },
  59. {
  60. "name": "George Stagas",
  61. "url": "https://github.com/stagas"
  62. },
  63. {
  64. "name": "Mike D Pilsbury",
  65. "url": "https://github.com/pekim"
  66. },
  67. {
  68. "name": "Niggler",
  69. "url": "https://github.com/Niggler"
  70. },
  71. {
  72. "name": "wychi",
  73. "url": "https://github.com/wychi"
  74. },
  75. {
  76. "name": "David Kuo",
  77. "url": "https://github.com/david50407"
  78. },
  79. {
  80. "name": "ChangZhuo Chen",
  81. "url": "https://github.com/czchen"
  82. },
  83. {
  84. "name": "Lee Treveil",
  85. "url": "https://github.com/leetreveil"
  86. },
  87. {
  88. "name": "Brian White",
  89. "url": "https://github.com/mscdex"
  90. },
  91. {
  92. "name": "Mithgol",
  93. "url": "https://github.com/Mithgol"
  94. },
  95. {
  96. "name": "Nazar Leush",
  97. "url": "https://github.com/nleush"
  98. }
  99. ],
  100. "dependencies": {},
  101. "description": "Convert character encodings in pure javascript.",
  102. "devDependencies": {
  103. "async": "*",
  104. "errto": "*",
  105. "iconv": "2.1",
  106. "istanbul": "*",
  107. "mocha": "*",
  108. "request": "2.47",
  109. "unorm": "*"
  110. },
  111. "directories": {},
  112. "dist": {
  113. "shasum": "1f88aba4ab0b1508e8312acc39345f36e992e2f2",
  114. "tarball": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz"
  115. },
  116. "engines": {
  117. "node": ">=0.8.0"
  118. },
  119. "gitHead": "f5ec51b1e7dd1477a3570824960641eebdc5fbc6",
  120. "homepage": "https://github.com/ashtuchkin/iconv-lite",
  121. "keywords": [
  122. "iconv",
  123. "convert",
  124. "charset",
  125. "icu"
  126. ],
  127. "license": "MIT",
  128. "main": "./lib/index.js",
  129. "maintainers": [
  130. {
  131. "email": "ashtuchkin@gmail.com",
  132. "name": "ashtuchkin"
  133. }
  134. ],
  135. "name": "iconv-lite",
  136. "optionalDependencies": {},
  137. "readme": "ERROR: No README data found!",
  138. "repository": {
  139. "type": "git",
  140. "url": "git://github.com/ashtuchkin/iconv-lite.git"
  141. },
  142. "scripts": {
  143. "coverage": "istanbul cover _mocha -- --grep .",
  144. "coverage-open": "open coverage/lcov-report/index.html",
  145. "test": "mocha --reporter spec --grep ."
  146. },
  147. "version": "0.4.13"
  148. }