Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

25
node_modules/tr46/package.json generated vendored Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "tr46",
"version": "1.0.1",
"description": "An implementation of the Unicode TR46 spec",
"main": "index.js",
"files": [
"index.js",
"lib/mappingTable.json",
"lib/regexes.js"
],
"repository": "Sebmaster/tr46.js",
"author": "Sebastian Mayr <npm@smayr.name>",
"license": "MIT",
"dependencies": {
"punycode": "^2.1.0"
},
"devDependencies": {
"eslint": "^3.13.0",
"mocha": "^3.2.0",
"regenerate": "^1.3.2",
"request": "^2.79.0",
"unicode-10.0.0": "^0.7.4"
},
"unicodeVersion": "10.0.0"
}