package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "iconv-lite@^0.6.2",
  3. "_id": "iconv-lite@0.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==",
  6. "_location": "/iconv-lite",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "iconv-lite@^0.6.2",
  12. "name": "iconv-lite",
  13. "escapedName": "iconv-lite",
  14. "rawSpec": "^0.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.6.2"
  17. },
  18. "_requiredBy": [
  19. "/mariadb"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz",
  22. "_shasum": "ce13d1875b0c3a674bd6a04b7f76b01b1b6ded01",
  23. "_spec": "iconv-lite@^0.6.2",
  24. "_where": "/home/pvvvm505/Документы/Project/node_modules/mariadb",
  25. "author": {
  26. "name": "Alexander Shtuchkin",
  27. "email": "ashtuchkin@gmail.com"
  28. },
  29. "browser": {
  30. "stream": false
  31. },
  32. "bugs": {
  33. "url": "https://github.com/ashtuchkin/iconv-lite/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "safer-buffer": ">= 2.1.2 < 3.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Convert character encodings in pure javascript.",
  41. "devDependencies": {
  42. "async": "^3.2.0",
  43. "c8": "^7.2.0",
  44. "errto": "^0.2.1",
  45. "iconv": "^2.3.5",
  46. "mocha": "^3.5.3",
  47. "request": "^2.88.2",
  48. "semver": "^6.3.0",
  49. "unorm": "^1.6.0"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "homepage": "https://github.com/ashtuchkin/iconv-lite",
  55. "keywords": [
  56. "iconv",
  57. "convert",
  58. "charset",
  59. "icu"
  60. ],
  61. "license": "MIT",
  62. "main": "./lib/index.js",
  63. "name": "iconv-lite",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/ashtuchkin/iconv-lite.git"
  67. },
  68. "scripts": {
  69. "coverage": "c8 _mocha --grep .",
  70. "test": "mocha --reporter spec --grep ."
  71. },
  72. "typings": "./lib/index.d.ts",
  73. "version": "0.6.2"
  74. }