-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
28 lines (28 loc) · 809 Bytes
/
package-lock.json
File metadata and controls
28 lines (28 loc) · 809 Bytes
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
{
"name": "api-tasklist",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "api-tasklist",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"csv-parse": "^5.3.4"
}
},
"node_modules/csv-parse": {
"version": "5.3.4",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.3.4.tgz",
"integrity": "sha512-f2E4NzkIX4bVIx5Ff2gKT1BlVwyFQ+2iFy+QrqgUXaFLUo7vSzN6XQ8LV5V/T/p/9g7mJdtYHKLkwG5PiG82fg=="
}
},
"dependencies": {
"csv-parse": {
"version": "5.3.4",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.3.4.tgz",
"integrity": "sha512-f2E4NzkIX4bVIx5Ff2gKT1BlVwyFQ+2iFy+QrqgUXaFLUo7vSzN6XQ8LV5V/T/p/9g7mJdtYHKLkwG5PiG82fg=="
}
}
}