package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "iconv-lite@0.4.24",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "iconv-lite@0.4.24",
  9. "_id": "iconv-lite@0.4.24",
  10. "_inBundle": false,
  11. "_integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  12. "_location": "/iconv-lite",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "iconv-lite@0.4.24",
  18. "name": "iconv-lite",
  19. "escapedName": "iconv-lite",
  20. "rawSpec": "0.4.24",
  21. "saveSpec": null,
  22. "fetchSpec": "0.4.24"
  23. },
  24. "_requiredBy": [
  25. "/body-parser",
  26. "/raw-body"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  29. "_spec": "0.4.24",
  30. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  31. "author": {
  32. "name": "Alexander Shtuchkin",
  33. "email": "ashtuchkin@gmail.com"
  34. },
  35. "browser": {
  36. "./lib/extend-node": false,
  37. "./lib/streams": false
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ashtuchkin/iconv-lite/issues"
  41. },
  42. "dependencies": {
  43. "safer-buffer": ">= 2.1.2 < 3"
  44. },
  45. "description": "Convert character encodings in pure javascript.",
  46. "devDependencies": {
  47. "async": "*",
  48. "errto": "*",
  49. "iconv": "*",
  50. "istanbul": "*",
  51. "mocha": "^3.1.0",
  52. "request": "~2.87.0",
  53. "semver": "*",
  54. "unorm": "*"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "homepage": "https://github.com/ashtuchkin/iconv-lite",
  60. "keywords": [
  61. "iconv",
  62. "convert",
  63. "charset",
  64. "icu"
  65. ],
  66. "license": "MIT",
  67. "main": "./lib/index.js",
  68. "name": "iconv-lite",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/ashtuchkin/iconv-lite.git"
  72. },
  73. "scripts": {
  74. "coverage": "istanbul cover _mocha -- --grep .",
  75. "coverage-open": "open coverage/lcov-report/index.html",
  76. "test": "mocha --reporter spec --grep ."
  77. },
  78. "typings": "./lib/index.d.ts",
  79. "version": "0.4.24"
  80. }