forked from clearnote01/readability
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
40 lines (40 loc) · 1.39 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
{
"name": "text-readability",
"version": "1.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"normalize-strings": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/normalize-strings/-/normalize-strings-1.1.0.tgz",
"integrity": "sha1-skp17UgXY5RAT3Rkm1y4BA6JmnU="
},
"pluralize": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
"integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA=="
},
"syllable": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/syllable/-/syllable-3.4.0.tgz",
"integrity": "sha512-NmJCmtxoFwB8GxzjzWGl3cPsCKC5k9DV8I+iOX9t5ob38tPARQftYoFiSB/Qg1Rq4ZSabaqmxkcstikwvTIQ+w==",
"requires": {
"normalize-strings": "^1.1.0",
"pluralize": "^7.0.0",
"trim": "0.0.1"
},
"dependencies": {
"pluralize": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz",
"integrity": "sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow=="
}
}
},
"trim": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",
"integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0="
}
}
}