This repository has been archived by the owner on Aug 31, 2020. It is now read-only.
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.09 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": "1.0.0",
"author": "Gene Diaz <genediazjr@gmail.com> (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": "*",
"stopwords-ar": "*",
"stopwords-bg": "*",
"stopwords-bn": "*",
"stopwords-br": "*",
"stopwords-ca": "*",
"stopwords-cs": "*",
"stopwords-da": "*",
"stopwords-de": "*",
"stopwords-el": "*",
"stopwords-en": "*",
"stopwords-eo": "*",
"stopwords-es": "*",
"stopwords-et": "*",
"stopwords-eu": "*",
"stopwords-fa": "*",
"stopwords-fi": "*",
"stopwords-fr": "*",
"stopwords-ga": "*",
"stopwords-gl": "*",
"stopwords-ha": "*",
"stopwords-he": "*",
"stopwords-hi": "*",
"stopwords-hr": "*",
"stopwords-hu": "*",
"stopwords-hy": "*",
"stopwords-id": "*",
"stopwords-it": "*",
"stopwords-ja": "*",
"stopwords-ko": "*",
"stopwords-ku": "*",
"stopwords-la": "*",
"stopwords-lt": "*",
"stopwords-lv": "*",
"stopwords-mr": "*",
"stopwords-ms": "*",
"stopwords-nl": "*",
"stopwords-no": "*",
"stopwords-pl": "*",
"stopwords-pt": "*",
"stopwords-ro": "*",
"stopwords-ru": "*",
"stopwords-sk": "*",
"stopwords-sl": "*",
"stopwords-so": "*",
"stopwords-st": "*",
"stopwords-sv": "*",
"stopwords-sw": "*",
"stopwords-th": "*",
"stopwords-tl": "*",
"stopwords-tr": "*",
"stopwords-uk": "*",
"stopwords-ur": "*",
"stopwords-vi": "*",
"stopwords-yo": "*",
"stopwords-zh": "*",
"stopwords-zu": "*",
"jsonlint": "1.6.x"
}
}