-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
29 lines (29 loc) · 820 Bytes
/
package-lock.json
File metadata and controls
29 lines (29 loc) · 820 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
29
{
"name": "pm-request",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"dotenv": "^16.4.7",
"jinja2": "^0.0.1"
}
},
"node_modules/dotenv": {
"version": "16.4.7",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz",
"integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/jinja2": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/jinja2/-/jinja2-0.0.1.tgz",
"integrity": "sha512-TaiqolxzODuoU+E6C7q5GBXRM27iKEqSRhfS7ga16SwMS+Qc+cxCjB1RIbm1Tz8NG7XI83QI7or4imtnrZ6Vww=="
}
}
}