package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "iconv-lite@0.4.24",
  5. "E:\\item\\newItem\\admin"
  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. "/external-editor",
  27. "/raw-body",
  28. "/vue-puzzle-vcode/body-parser",
  29. "/vue-puzzle-vcode/raw-body",
  30. "/whatwg-encoding"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  33. "_spec": "0.4.24",
  34. "_where": "E:\\item\\newItem\\admin",
  35. "author": {
  36. "name": "Alexander Shtuchkin",
  37. "email": "ashtuchkin@gmail.com"
  38. },
  39. "browser": {
  40. "./lib/extend-node": false,
  41. "./lib/streams": false
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ashtuchkin/iconv-lite/issues"
  45. },
  46. "dependencies": {
  47. "safer-buffer": ">= 2.1.2 < 3"
  48. },
  49. "description": "Convert character encodings in pure javascript.",
  50. "devDependencies": {
  51. "async": "*",
  52. "errto": "*",
  53. "iconv": "*",
  54. "istanbul": "*",
  55. "mocha": "^3.1.0",
  56. "request": "~2.87.0",
  57. "semver": "*",
  58. "unorm": "*"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "homepage": "https://github.com/ashtuchkin/iconv-lite",
  64. "keywords": [
  65. "iconv",
  66. "convert",
  67. "charset",
  68. "icu"
  69. ],
  70. "license": "MIT",
  71. "main": "./lib/index.js",
  72. "name": "iconv-lite",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/ashtuchkin/iconv-lite.git"
  76. },
  77. "scripts": {
  78. "coverage": "istanbul cover _mocha -- --grep .",
  79. "coverage-open": "open coverage/lcov-report/index.html",
  80. "test": "mocha --reporter spec --grep ."
  81. },
  82. "typings": "./lib/index.d.ts",
  83. "version": "0.4.24"
  84. }