-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
25 lines (25 loc) · 792 Bytes
/
package-lock.json
File metadata and controls
25 lines (25 loc) · 792 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
{
"name": "infraTie",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"jquery": "^3.7.1",
"jquery.redirect": "^1.2.0"
}
},
"node_modules/jquery": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
"integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==",
"license": "MIT"
},
"node_modules/jquery.redirect": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/jquery.redirect/-/jquery.redirect-1.2.0.tgz",
"integrity": "sha512-KDZhc2uOf82FBWUP6UJQIiVnNlzQqQ34PPX00hoVRI/DzU2nCL5YYSIVziFTSs9UQ2JpbFUy3JNPleSE0/Sr2Q==",
"license": "CC-BY-SA-4.0"
}
}
}