-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 843 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
26 lines (26 loc) · 843 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
{
"name": "argmap",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@netlify/blobs": "^6.3.1",
"netlify-plugin-cache": "^1.0.3"
}
},
"node_modules/@netlify/blobs": {
"version": "6.4.2",
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-6.4.2.tgz",
"integrity": "sha512-MccXfC/b8vRr5FWJTvMN7L3aBgtrbhNLWQsSu802C/R2Gmlb5C9/OC0IY4i0+BEZ8rS+F4TU/8NQsVlqHHVESQ==",
"engines": {
"node": "^14.16.0 || >=16.0.0"
}
},
"node_modules/netlify-plugin-cache": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/netlify-plugin-cache/-/netlify-plugin-cache-1.0.3.tgz",
"integrity": "sha512-CTOwNWrTOP59T6y6unxQNnp1WX702v2R/faR5peSH94ebrYfyY4zT5IsRcIiHKq57jXeyCrhy0GLuTN8ktzuQg=="
}
}
}