{
  "_args": [
    [
      "whatwg-encoding@3.1.1",
      "/var/www/html/api.shopperr.in"
    ]
  ],
  "_from": "whatwg-encoding@3.1.1",
  "_id": "whatwg-encoding@3.1.1",
  "_inBundle": false,
  "_integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
  "_location": "/whatwg-encoding",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "whatwg-encoding@3.1.1",
    "name": "whatwg-encoding",
    "escapedName": "whatwg-encoding",
    "rawSpec": "3.1.1",
    "saveSpec": null,
    "fetchSpec": "3.1.1"
  },
  "_requiredBy": [
    "/encoding-sniffer"
  ],
  "_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
  "_spec": "3.1.1",
  "_where": "/var/www/html/api.shopperr.in",
  "author": {
    "name": "Domenic Denicola",
    "email": "d@domenic.me",
    "url": "https://domenic.me/"
  },
  "bugs": {
    "url": "https://github.com/jsdom/whatwg-encoding/issues"
  },
  "dependencies": {
    "iconv-lite": "0.6.3"
  },
  "description": "Decode strings according to the WHATWG Encoding Standard",
  "devDependencies": {
    "@domenic/eslint-config": "^3.0.0",
    "eslint": "^8.53.0"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "lib/"
  ],
  "homepage": "https://github.com/jsdom/whatwg-encoding#readme",
  "keywords": [
    "encoding",
    "whatwg"
  ],
  "license": "MIT",
  "main": "lib/whatwg-encoding.js",
  "name": "whatwg-encoding",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/whatwg-encoding.git"
  },
  "scripts": {
    "lint": "eslint .",
    "prepare": "node scripts/update.js",
    "pretest": "npm run prepare",
    "test": "node --test"
  },
  "version": "3.1.1"
}
