wishthis/node_modules/tr46/package.json

32 lines
732 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "tr46",
"version": "0.0.3",
2022-02-23 16:41:13 +00:00
"description": "An implementation of the Unicode TR46 spec",
2022-04-08 10:55:35 +00:00
"main": "index.js",
"scripts": {
"test": "mocha",
"pretest": "node scripts/getLatestUnicodeTests.js",
"prepublish": "node scripts/generateMappingTable.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sebmaster/tr46.js.git"
2022-02-23 16:41:13 +00:00
},
2022-01-21 08:28:41 +00:00
"keywords": [
"unicode",
"tr46",
"url",
"whatwg"
],
2022-04-08 10:55:35 +00:00
"author": "Sebastian Mayr <npm@smayr.name>",
2022-01-21 08:28:41 +00:00
"license": "MIT",
2022-04-08 10:55:35 +00:00
"bugs": {
"url": "https://github.com/Sebmaster/tr46.js/issues"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/Sebmaster/tr46.js#readme",
"devDependencies": {
"mocha": "^2.2.5",
"request": "^2.57.0"
}
2022-01-21 08:28:41 +00:00
}