{
  "_from": "iconv-lite@0.7.0",
  "_id": "iconv-lite@0.7.0",
  "_inBundle": false,
  "_integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
  "_location": "/mailparser/iconv-lite",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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": [
    "/mailparser"
  ],
  "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
  "_shasum": "c50cd80e6746ca8115eb98743afa81aa0e147a3e",
  "_spec": "iconv-lite@0.7.0",
  "_where": "/home/easypc6/backend/node_modules/mailparser",
  "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": {
    "@stylistic/eslint-plugin": "^5.1.0",
    "@stylistic/eslint-plugin-js": "^4.1.0",
    "async": "^3.2.0",
    "bench-node": "^0.10.0",
    "errto": "^0.2.1",
    "eslint": "^9.0.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",
    "unorm": "^1.6.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "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:webpack": "npm pack && mv iconv-lite-*.tgz test/webpack/iconv-lite.tgz && cd test/webpack && npm install && npm run test && rm iconv-lite.tgz"
  },
  "typings": "./lib/index.d.ts",
  "version": "0.7.0"
}
