-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
50 lines (50 loc) · 1.52 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "dotenv-ga",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"devDependencies": {
"dotenv-vault-core": "^0.7.0"
}
},
"node_modules/dotenv": {
"version": "16.0.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz",
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==",
"dev": true,
"engines": {
"node": ">=12"
}
},
"node_modules/dotenv-vault-core": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/dotenv-vault-core/-/dotenv-vault-core-0.7.0.tgz",
"integrity": "sha512-C8qnftaiA8OZyCYI59Ex/e6/sEr1aIAUXLhp2bDoMsGgwNoBBfKakfG0hnZAxWKKJCCOflNZiO3M1B1oJRM0+A==",
"dev": true,
"dependencies": {
"dotenv": "^16.0.3"
},
"engines": {
"node": ">=12"
}
}
},
"dependencies": {
"dotenv": {
"version": "16.0.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz",
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==",
"dev": true
},
"dotenv-vault-core": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/dotenv-vault-core/-/dotenv-vault-core-0.7.0.tgz",
"integrity": "sha512-C8qnftaiA8OZyCYI59Ex/e6/sEr1aIAUXLhp2bDoMsGgwNoBBfKakfG0hnZAxWKKJCCOflNZiO3M1B1oJRM0+A==",
"dev": true,
"requires": {
"dotenv": "^16.0.3"
}
}
}
}