-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
31 lines (31 loc) · 906 Bytes
/
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
{
"name": "web",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"csv-file-creator": {
"version": "1.0.7",
"resolved":
"https://registry.npmjs.org/csv-file-creator/-/csv-file-creator-1.0.7.tgz",
"integrity": "sha1-M4kmHaY59Dwd7w0s0VeMZrmoAlk="
},
"eslint-plugin-flowtype": {
"version": "2.35.1",
"resolved":
"https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.35.1.tgz",
"integrity":
"sha512-YTCeVsMOi3ga8PJjdAV97FaTNXNknzrO+4ZDMHJN65i4uMjL5KgfgQZpyVsBirWOfgXMKRduxpsyM64K/0LbXw==",
"dev": true,
"requires": {
"lodash": "4.17.4"
}
},
"lodash": {
"version": "4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
"dev": true
}
}
}