{ "_from": "tr46@^5.1.0", "_id": "tr46@5.1.1", "_inBundle": false, "_integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==", "_location": "/tr46", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tr46@^5.1.0", "name": "tr46", "escapedName": "tr46", "rawSpec": "^5.1.0", "saveSpec": null, "fetchSpec": "^5.1.0" }, "_requiredBy": [ "/whatwg-url" ], "_resolved": "https://registry.npmmirror.com/tr46/-/tr46-5.1.1.tgz", "_shasum": "96ae867cddb8fdb64a49cc3059a8d428bcf238ca", "_spec": "tr46@^5.1.0", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\whatwg-url", "author": { "name": "Sebastian Mayr", "email": "npm@smayr.name" }, "bugs": { "url": "https://github.com/jsdom/tr46/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Timothy Gu", "email": "timothygu99@gmail.com" } ], "dependencies": { "punycode": "^2.3.1" }, "deprecated": false, "description": "An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing", "devDependencies": { "@domenic/eslint-config": "^4.0.1", "@unicode/unicode-16.0.0": "^1.6.5", "eslint": "^9.22.0", "globals": "^16.0.0", "regenerate": "^1.4.2" }, "engines": { "node": ">=18" }, "files": [ "index.js", "lib/" ], "homepage": "https://github.com/jsdom/tr46#readme", "keywords": [ "unicode", "tr46", "uts46", "punycode", "url", "whatwg" ], "license": "MIT", "main": "index.js", "name": "tr46", "repository": { "type": "git", "url": "git+https://github.com/jsdom/tr46.git" }, "scripts": { "lint": "eslint", "prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js", "pretest": "node scripts/getLatestTests.js", "test": "node --test" }, "unicodeVersion": "16.0.0", "version": "5.1.1" }