-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
40 lines (40 loc) · 1013 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "full-icu",
"version": "1.5.1-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": "^7.7.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"standard": "^16.0.3",
"tap": "^16.3.4"
}
}