package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "iconv-lite@~0.2.11",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt"
  6. ]
  7. ],
  8. "_from": "iconv-lite@>=0.2.11 <0.3.0",
  9. "_id": "iconv-lite@0.2.11",
  10. "_inCache": true,
  11. "_location": "/iconv-lite",
  12. "_npmUser": {
  13. "email": "ashtuchkin@gmail.com",
  14. "name": "ashtuchkin"
  15. },
  16. "_npmVersion": "1.3.2",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "iconv-lite",
  20. "raw": "iconv-lite@~0.2.11",
  21. "rawSpec": "~0.2.11",
  22. "scope": null,
  23. "spec": ">=0.2.11 <0.3.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/grunt"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz",
  30. "_shasum": "1ce60a3a57864a292d1321ff4609ca4bb965adc8",
  31. "_shrinkwrap": null,
  32. "_spec": "iconv-lite@~0.2.11",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt",
  34. "author": {
  35. "email": "ashtuchkin@gmail.com",
  36. "name": "Alexander Shtuchkin"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ashtuchkin/iconv-lite/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Jinwu Zhan",
  44. "url": "https://github.com/jenkinv"
  45. },
  46. {
  47. "name": "Adamansky Anton",
  48. "url": "https://github.com/adamansky"
  49. },
  50. {
  51. "name": "George Stagas",
  52. "url": "https://github.com/stagas"
  53. },
  54. {
  55. "name": "Mike D Pilsbury",
  56. "url": "https://github.com/pekim"
  57. },
  58. {
  59. "name": "Niggler",
  60. "url": "https://github.com/Niggler"
  61. },
  62. {
  63. "name": "wychi",
  64. "url": "https://github.com/wychi"
  65. },
  66. {
  67. "name": "David Kuo",
  68. "url": "https://github.com/david50407"
  69. },
  70. {
  71. "name": "ChangZhuo Chen",
  72. "url": "https://github.com/czchen"
  73. },
  74. {
  75. "name": "Lee Treveil",
  76. "url": "https://github.com/leetreveil"
  77. },
  78. {
  79. "name": "Brian White",
  80. "url": "https://github.com/mscdex"
  81. }
  82. ],
  83. "dependencies": {},
  84. "description": "Convert character encodings in pure javascript.",
  85. "devDependencies": {
  86. "iconv": ">=1.1",
  87. "vows": ""
  88. },
  89. "directories": {},
  90. "dist": {
  91. "shasum": "1ce60a3a57864a292d1321ff4609ca4bb965adc8",
  92. "tarball": "http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz"
  93. },
  94. "engines": {
  95. "node": ">=0.4.0"
  96. },
  97. "homepage": "https://github.com/ashtuchkin/iconv-lite",
  98. "installable": true,
  99. "keywords": [
  100. "charset",
  101. "convert",
  102. "iconv"
  103. ],
  104. "license": "MIT",
  105. "main": "index.js",
  106. "maintainers": [
  107. {
  108. "name": "ashtuchkin",
  109. "email": "ashtuchkin@gmail.com"
  110. }
  111. ],
  112. "name": "iconv-lite",
  113. "optionalDependencies": {},
  114. "repository": {
  115. "type": "git",
  116. "url": "git://github.com/ashtuchkin/iconv-lite.git"
  117. },
  118. "scripts": {
  119. "test": "vows --spec"
  120. },
  121. "version": "0.2.11"
  122. }