mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-24 14:44:45 +00:00
.
This commit is contained in:
parent
00c3b50fca
commit
ae5dcb46c8
7331 changed files with 1784502 additions and 0 deletions
41
node_modules/tr46/package.json
generated
vendored
Normal file
41
node_modules/tr46/package.json
generated
vendored
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"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"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"lint": "eslint .",
|
||||
"pretest": "node scripts/getLatestTests.js",
|
||||
"prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js"
|
||||
},
|
||||
"repository": "Sebmaster/tr46.js",
|
||||
"keywords": [
|
||||
"unicode",
|
||||
"tr46",
|
||||
"url",
|
||||
"whatwg"
|
||||
],
|
||||
"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"
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz"
|
||||
,"_integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk="
|
||||
,"_from": "tr46@1.0.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue