package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "name": "iconv-lite",
  3. "description": "Convert character encodings in pure javascript.",
  4. "version": "0.4.3",
  5. "license": "MIT",
  6. "keywords": [
  7. "iconv",
  8. "convert",
  9. "charset",
  10. "icu"
  11. ],
  12. "author": {
  13. "name": "Alexander Shtuchkin",
  14. "email": "ashtuchkin@gmail.com"
  15. },
  16. "contributors": [
  17. {
  18. "name": "Jinwu Zhan",
  19. "url": "https://github.com/jenkinv"
  20. },
  21. {
  22. "name": "Adamansky Anton",
  23. "url": "https://github.com/adamansky"
  24. },
  25. {
  26. "name": "George Stagas",
  27. "url": "https://github.com/stagas"
  28. },
  29. {
  30. "name": "Mike D Pilsbury",
  31. "url": "https://github.com/pekim"
  32. },
  33. {
  34. "name": "Niggler",
  35. "url": "https://github.com/Niggler"
  36. },
  37. {
  38. "name": "wychi",
  39. "url": "https://github.com/wychi"
  40. },
  41. {
  42. "name": "David Kuo",
  43. "url": "https://github.com/david50407"
  44. },
  45. {
  46. "name": "ChangZhuo Chen",
  47. "url": "https://github.com/czchen"
  48. },
  49. {
  50. "name": "Lee Treveil",
  51. "url": "https://github.com/leetreveil"
  52. },
  53. {
  54. "name": "Brian White",
  55. "url": "https://github.com/mscdex"
  56. },
  57. {
  58. "name": "Mithgol",
  59. "url": "https://github.com/Mithgol"
  60. }
  61. ],
  62. "main": "./lib/index.js",
  63. "homepage": "https://github.com/ashtuchkin/iconv-lite",
  64. "bugs": {
  65. "url": "https://github.com/ashtuchkin/iconv-lite/issues"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/ashtuchkin/iconv-lite.git"
  70. },
  71. "engines": {
  72. "node": ">=0.8.0"
  73. },
  74. "scripts": {
  75. "test": "mocha --reporter spec --grep ."
  76. },
  77. "browser": {
  78. "./extend-node": false,
  79. "./streams": false
  80. },
  81. "devDependencies": {
  82. "mocha": "*",
  83. "request": "*",
  84. "unorm": "*",
  85. "errto": "*",
  86. "async": "*",
  87. "iconv": "~2.1.4"
  88. },
  89. "gitHead": "42f4a837055c1277a73468ccaedb5f5eac31425d",
  90. "_id": "iconv-lite@0.4.3",
  91. "_shasum": "9e7887793b769cc695eb22d2546a4fd2d79b7a1e",
  92. "_from": "iconv-lite@0.4.3",
  93. "_npmVersion": "1.4.14",
  94. "_npmUser": {
  95. "name": "ashtuchkin",
  96. "email": "ashtuchkin@gmail.com"
  97. },
  98. "maintainers": [
  99. {
  100. "name": "ashtuchkin",
  101. "email": "ashtuchkin@gmail.com"
  102. }
  103. ],
  104. "dist": {
  105. "shasum": "9e7887793b769cc695eb22d2546a4fd2d79b7a1e",
  106. "tarball": "http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.3.tgz"
  107. },
  108. "directories": {},
  109. "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.3.tgz"
  110. }