{
  "_from": "iconv-lite@^0.7.0",
  "_id": "iconv-lite@0.7.2",
  "_inBundle": false,
  "_integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
  "_location": "/iconv-lite",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "iconv-lite@^0.7.0",
    "name": "iconv-lite",
    "escapedName": "iconv-lite",
    "rawSpec": "^0.7.0",
    "saveSpec": null,
    "fetchSpec": "^0.7.0"
  },
  "_requiredBy": [
    "/body-parser",
    "/mysql2",
    "/raw-body"
  ],
  "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
  "_shasum": "d0bdeac3f12b4835b7359c2ad89c422a4d1cc72e",
  "_spec": "iconv-lite@^0.7.0",
  "_where": "/var/www/jschat.store/MrX/node_modules/body-parser",
  "author": {
    "name": "Alexander Shtuchkin",
    "email": "ashtuchkin@gmail.com"
  },
  "browser": {
    "stream": false
  },
  "bugs": {
    "url": "https://github.com/pillarjs/iconv-lite/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "safer-buffer": ">= 2.1.2 < 3.0.0"
  },
  "deprecated": false,
  "description": "Convert character encodings in pure javascript.",
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.4",
    "@stylistic/eslint-plugin": "^5.1.0",
    "@stylistic/eslint-plugin-js": "^4.1.0",
    "@types/node": "^24.0.12",
    "async": "^3.2.0",
    "bench-node": "^0.10.0",
    "errto": "^0.2.1",
    "eslint": "^9.0.0",
    "expect-type": "^1.2.0",
    "iconv": "^2.3.5",
    "mocha": "^6.2.2",
    "neostandard": "^0.12.0",
    "nyc": "^14.1.1",
    "request": "^2.88.2",
    "semver": "^6.3.0",
    "typescript": "~5.9.2",
    "unorm": "^1.6.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "lib/",
    "encodings/",
    "types/"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/express"
  },
  "homepage": "https://github.com/pillarjs/iconv-lite",
  "keywords": [
    "iconv",
    "convert",
    "charset",
    "icu"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "iconv-lite",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pillarjs/iconv-lite.git"
  },
  "scripts": {
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "test": "mocha --reporter spec --check-leaks --grep .",
    "test:ci": "nyc --exclude test --reporter=lcovonly --reporter=text npm test",
    "test:cov": "nyc --exclude test --reporter=html --reporter=text npm test",
    "test:performance": "node --allow-natives-syntax performance/index.js",
    "test:tap": "mocha --reporter tap --check-leaks --grep .",
    "test:typescript": "tsc && attw --pack",
    "test:webpack": "npm pack && mv iconv-lite-*.tgz test/webpack/iconv-lite.tgz && cd test/webpack && npm install && npm run test && rm iconv-lite.tgz",
    "typegen": "node generation/gen-typings.js"
  },
  "typings": "./lib/index.d.ts",
  "version": "0.7.2"
}
