-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
68 lines (68 loc) · 2.04 KB
/
package-lock.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "line-analyzer",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "line-analyzer",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"mecab-async": "^0.1.2"
}
},
"kuromoji-js-dictionary": {
"version": "1.0.0",
"extraneous": true,
"license": "MIT",
"dependencies": {
"@oclif/command": "^1.4.6",
"@oclif/config": "^1.3.62",
"@oclif/plugin-help": "^1.2.2",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"iconv-lite": "^0.4.19",
"kuromoji": "^0.1.2",
"linebyline": "^1.3.0",
"rimraf": "^2.6.2",
"rxjs": "^5.5.8",
"tar": "^4.4.1"
},
"bin": {
"dict": "index.js"
},
"devDependencies": {
"conventional-changelog-cli": "^1.3.21"
}
},
"node_modules/mecab-async": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/mecab-async/-/mecab-async-0.1.2.tgz",
"integrity": "sha512-/hruCkDWB+jM1bYMFM53HLzG6ENKVtC3n45qD1qxQUW99pz3rrsU4HKEqlYPVCr+/wv0ErBR0vNlVwAv92f2Wg==",
"dependencies": {
"shell-quote": "*"
}
},
"node_modules/shell-quote": {
"version": "1.7.3",
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
"integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw=="
}
},
"dependencies": {
"mecab-async": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/mecab-async/-/mecab-async-0.1.2.tgz",
"integrity": "sha512-/hruCkDWB+jM1bYMFM53HLzG6ENKVtC3n45qD1qxQUW99pz3rrsU4HKEqlYPVCr+/wv0ErBR0vNlVwAv92f2Wg==",
"requires": {
"shell-quote": "*"
}
},
"shell-quote": {
"version": "1.7.3",
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
"integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw=="
}
}
}