package.json 2.7 KB

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