-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
23 lines (23 loc) · 865 Bytes
/
package-lock.json
File metadata and controls
23 lines (23 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "bountyreports",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"csv-parse": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-4.4.3.tgz",
"integrity": "sha512-TiLGAy14FPJ7/yB+Gn6RgSxoZLpf6pJTRkGqmCt9t/SGVwubrXjbUWtEw39RlKB6hDHzbdjLyBZaysQ0Ji6p/w=="
},
"csv-writer": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/csv-writer/-/csv-writer-1.5.0.tgz",
"integrity": "sha512-Um27xYNzwI6iAXf96tz7j8nnabBbADeDd2cQ5gAjJaXyPrj3C7qX7uCI8Wp8Q+e9rRdkWQ+Sa1J6X5cDyInLWw=="
},
"lodash": {
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg=="
}
}
}