-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
24 lines (24 loc) · 918 Bytes
/
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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"bower": {
"version": "1.8.12",
"resolved": "https://registry.npmjs.org/bower/-/bower-1.8.12.tgz",
"integrity": "sha512-u1xy9SrwwoPlgjuHNjhV+YUPVdqyBj2ALBxuzeIUKXaPI2i2xypGgxqXkuHcITGdi5yBj5JuXgyMvgiWiS1S3Q=="
},
"easy-autocomplete": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/easy-autocomplete/-/easy-autocomplete-1.3.5.tgz",
"integrity": "sha1-Ki0t9pnxPdxIZhyTdblDes8aCpw=",
"requires": {
"jquery": "*"
}
},
"jquery": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz",
"integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg=="
}
}
}