forked from stopwords-iso/stopwords-iso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.31 KB
/
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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "stopwords-iso",
"version": "0.4.0",
"author": "Gene Diaz <[email protected]> (http://genediazjr.com)",
"description": "The most comprehensive collection of stopwords for multiple languages.",
"keywords": [
"stopwords",
"stop words"
],
"license": "MIT",
"repository": "git://github.com/stopwords-iso/stopwords-iso",
"bugs": "https://github.com/stopwords-iso/stopwords-iso/issues",
"main": "stopwords-iso.json",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "npm update && stopwords-collator -i",
"test": "npm run build && jsonlint stopwords-iso.json -q"
},
"devDependencies": {
"stopwords-collator": "*",
"stopwords-af": "0.1.x",
"stopwords-ar": "0.2.x",
"stopwords-bg": "0.2.x",
"stopwords-bn": "0.1.x",
"stopwords-br": "0.1.x",
"stopwords-ca": "0.2.x",
"stopwords-cs": "0.2.x",
"stopwords-da": "0.2.x",
"stopwords-de": "0.2.x",
"stopwords-el": "0.3.x",
"stopwords-en": "0.3.x",
"stopwords-eo": "0.1.x",
"stopwords-es": "0.3.x",
"stopwords-et": "0.1.x",
"stopwords-eu": "0.1.x",
"stopwords-fa": "0.3.x",
"stopwords-fi": "0.2.x",
"stopwords-fr": "0.2.x",
"stopwords-ga": "0.1.x",
"stopwords-gl": "0.1.x",
"stopwords-ha": "0.1.x",
"stopwords-he": "0.1.x",
"stopwords-hi": "0.2.x",
"stopwords-hr": "0.1.x",
"stopwords-hu": "0.2.x",
"stopwords-hy": "0.1.x",
"stopwords-id": "0.2.x",
"stopwords-it": "0.3.x",
"stopwords-ja": "0.2.x",
"stopwords-ko": "0.2.x",
"stopwords-ku": "0.1.x",
"stopwords-la": "0.1.x",
"stopwords-lt": "0.1.x",
"stopwords-lv": "0.1.x",
"stopwords-mr": "0.1.x",
"stopwords-ms": "0.1.x",
"stopwords-nl": "0.3.x",
"stopwords-no": "0.1.x",
"stopwords-pl": "0.3.x",
"stopwords-pt": "0.3.x",
"stopwords-ro": "0.2.x",
"stopwords-ru": "0.3.x",
"stopwords-sk": "0.2.x",
"stopwords-sl": "0.1.x",
"stopwords-so": "0.1.x",
"stopwords-st": "0.1.x",
"stopwords-sv": "0.2.x",
"stopwords-sw": "0.1.x",
"stopwords-th": "0.2.x",
"stopwords-tl": "0.1.x",
"stopwords-tr": "0.2.x",
"stopwords-uk": "0.1.x",
"stopwords-ur": "0.1.x",
"stopwords-vi": "0.1.x",
"stopwords-yo": "0.1.x",
"stopwords-zh": "0.3.x",
"stopwords-zu": "0.1.x",
"jsonlint": "1.6.x"
}
}