-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage-lock.json
More file actions
46 lines (46 loc) · 1.57 KB
/
Copy pathpackage-lock.json
File metadata and controls
46 lines (46 loc) · 1.57 KB
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
{
"name": "secrets-test",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@netlify/functions": "^0.7.3-handle-secrets.1"
}
},
"node_modules/@netlify/functions": {
"version": "0.7.3-handle-secrets.1",
"resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.7.3-handle-secrets.1.tgz",
"integrity": "sha512-niJrtDmoDqU+NrT3dP7zTmHkPPEuuodQsvXnpMB7q0+4l0fNPQmFfE5qPZdYd5q+6eP4q35NnqF82pxff4Z0aQ==",
"dependencies": {
"is-promise": "^4.0.0"
},
"engines": {
"node": ">=8.3.0"
}
},
"node_modules/is-promise": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
"integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ=="
}
},
"dependencies": {
"@netlify/functions": {
"version": "0.7.3-handle-secrets.1",
"resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.7.3-handle-secrets.1.tgz",
"integrity": "sha512-niJrtDmoDqU+NrT3dP7zTmHkPPEuuodQsvXnpMB7q0+4l0fNPQmFfE5qPZdYd5q+6eP4q35NnqF82pxff4Z0aQ==",
"requires": {
"is-promise": "^4.0.0"
}
},
"is-promise": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
"integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ=="
}
}
}