full-icu
Version:
install 'full-icu' data for your current node
38 lines (37 loc) • 873 B
JSON
{
"name": "full-icu",
"version": "1.6.0",
"description": "install 'full-icu' data for your current node",
"scripts": {
"lint": "standard && eslint *.js test/*.js",
"postinstall": "node postinstall.js",
"test": "tap test/*.js"
},
"keywords": [
"icu4c"
],
"bin": {
"full-icu": "./node-full-icu.js",
"node-full-icu-path": "./node-icu-data.js"
},
"main": "full-icu.js",
"author": "Steven R. Loomis <srl295@gmail.com>",
"license": "Unicode-DFS-2016",
"repository": {
"type": "git",
"url": "https://github.com/nodejs/full-icu-npm.git"
},
"bugs": {
"url": "https://github.com/nodejs/full-icu-npm/issues"
},
"dependencies": {
"yauzl": "^2.10.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.5.0",
"globals": "^17.6.0",
"standard": "^17.1.2",
"tap": "^21.7.4"
}
}