3939f48e6d
Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 7.1.0 to 7.2.1. - [Release notes](https://github.com/megalinter/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxsecurity/megalinter/compare/v7.1.0...v7.2.1) --- updated-dependencies: - dependency-name: megalinter/megalinter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
732 B
JSON
31 lines
732 B
JSON
{
|
|
"name": "tr46",
|
|
"version": "0.0.3",
|
|
"description": "An implementation of the Unicode TR46 spec",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"unicode",
|
|
"tr46",
|
|
"url",
|
|
"whatwg"
|
|
],
|
|
"author": "Sebastian Mayr <npm@smayr.name>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Sebmaster/tr46.js/issues"
|
|
},
|
|
"homepage": "https://github.com/Sebmaster/tr46.js#readme",
|
|
"devDependencies": {
|
|
"mocha": "^2.2.5",
|
|
"request": "^2.57.0"
|
|
}
|
|
}
|