Onlife/node_modules/unorm/package.json
2025-04-19 15:38:48 +08:00

74 lines
1.8 KiB
JSON

{
"_from": "unorm",
"_id": "unorm@1.6.0",
"_inBundle": false,
"_integrity": "sha512-b2/KCUlYZUeA7JFUuRJZPUtr4gZvBh7tavtv4fvk4+KV9pfGiR6CQAQAWl49ZpR3ts2dk4FYkP7EIgDJoiOLDA==",
"_location": "/unorm",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "unorm",
"name": "unorm",
"escapedName": "unorm",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmmirror.com/unorm/-/unorm-1.6.0.tgz",
"_shasum": "029b289661fba714f1a9af439eb51d9b16c205af",
"_spec": "unorm",
"_where": "D:\\ruyi\\dapp",
"author": {
"name": "Bjarke Walling",
"email": "bwp@bwp.dk"
},
"bugs": {
"url": "https://github.com/walling/unorm/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Bjarke Walling",
"email": "bwp@bwp.dk"
},
{
"name": "Oleg Grenrus",
"email": "oleg.grenrus@iki.fi"
},
{
"name": "Matsuza",
"email": "matsuza@gmail.com"
}
],
"deprecated": false,
"description": "JavaScript Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD. Read <http://unicode.org/reports/tr15/> UAX #15 Unicode Normalization Forms.",
"devDependencies": {
"benchmark": "~1.0.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.0",
"grunt-simple-mocha": "~0.4.0",
"unorm": "1.6.0"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/walling/unorm#readme",
"license": "MIT or GPL-2.0",
"main": "./lib/unorm.js",
"name": "unorm",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/walling/unorm.git"
},
"scripts": {
"test": "grunt test"
},
"version": "1.6.0"
}