{ "_from": "whatwg-encoding@^3.1.1", "_id": "whatwg-encoding@3.1.1", "_inBundle": false, "_integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", "_location": "/whatwg-encoding", "_phantomChildren": { "safer-buffer": "2.1.2" }, "_requested": { "type": "range", "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.npmmirror.com/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", "_shasum": "d0f4ef769905d426e1688f3e34381a99b60b76e5", "_spec": "whatwg-encoding@^3.1.1", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/encoding-sniffer", "author": { "name": "Domenic Denicola", "email": "d@domenic.me", "url": "https://domenic.me/" }, "bugs": { "url": "https://github.com/jsdom/whatwg-encoding/issues" }, "bundleDependencies": false, "dependencies": { "iconv-lite": "0.6.3" }, "deprecated": false, "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" }