This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-blog-newsletter/cronjob/node_modules/tr46/package.json

86 lines
2 KiB
JSON
Raw Normal View History

2024-05-26 22:54:55 +02:00
{
"_from": "tr46@^3.0.0",
"_id": "tr46@3.0.0",
"_inBundle": false,
"_integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
"_location": "/tr46",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tr46@^3.0.0",
"name": "tr46",
"escapedName": "tr46",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/whatwg-url"
],
"_resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
"_shasum": "555c4e297a950617e8eeddef633c87d4d9d6cbf9",
"_spec": "tr46@^3.0.0",
"_where": "/home/dorians/cronjob/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.1.1"
},
"deprecated": false,
"description": "An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing",
"devDependencies": {
"@domenic/eslint-config": "^1.4.0",
"@unicode/unicode-14.0.0": "^1.2.1",
"eslint": "^7.32.0",
"minipass-fetch": "^1.4.1",
"mocha": "^9.1.1",
"regenerate": "^1.4.2"
},
"engines": {
"node": ">=12"
},
"files": [
"index.js",
"lib/mappingTable.json",
"lib/regexes.js",
"lib/statusMapping.js"
],
"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": "mocha"
},
"unicodeVersion": "14.0.0",
"version": "3.0.0"
}