package.json 3.7 KB

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