-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
60 lines (60 loc) · 1.96 KB
/
Copy pathpackage-lock.json
File metadata and controls
60 lines (60 loc) · 1.96 KB
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
{
"name": "choudoufu-prose-lint",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "choudoufu-prose-lint",
"dependencies": {
"sentences": "0.1.1"
}
},
"node_modules/compromise": {
"version": "14.16.0",
"resolved": "https://registry.npmjs.org/compromise/-/compromise-14.16.0.tgz",
"integrity": "sha512-4DFYl/Hl7sW4XWUDfx9S5vxqyYKpZDwwqrpXsQv5acdbVP+joKceIcIaLb0lhVWUpDBV0OnExk/o/dnYUwXnhQ==",
"license": "MIT",
"dependencies": {
"efrt": "2.7.0",
"grad-school": "0.0.5",
"suffix-thumb": "5.0.2"
},
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/efrt": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/efrt/-/efrt-2.7.0.tgz",
"integrity": "sha512-/RInbCy1d4P6Zdfa+TMVsf/ufZVotat5hCw3QXmWtjU+3pFEOvOQ7ibo3aIxyCJw2leIeAMjmPj+1SLJiCpdrQ==",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/grad-school": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/grad-school/-/grad-school-0.0.5.tgz",
"integrity": "sha512-rXunEHF9M9EkMydTBux7+IryYXEZinRk6g8OBOGDBzo/qWJjhTxy86i5q7lQYpCLHN8Sqv1XX3OIOc7ka2gtvQ==",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/sentences": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/sentences/-/sentences-0.1.1.tgz",
"integrity": "sha512-xCRST4LvxpoNmwlX0eiAZroDTm+kdCCvLWClbLBEO/KXD3wwssCJe3HneNtkytD1CDha2fzjiC7kMy9ksuQ8ow==",
"license": "MIT",
"dependencies": {
"compromise": "^14.15.1"
}
},
"node_modules/suffix-thumb": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/suffix-thumb/-/suffix-thumb-5.0.2.tgz",
"integrity": "sha512-I5PWXAFKx3FYnI9a+dQMWNqTxoRt6vdBdb0O+BJ1sxXCWtSoQCusc13E58f+9p4MYx/qCnEMkD5jac6K2j3dgA==",
"license": "MIT"
}
}
}