package.json 1.9 KB

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