-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
31 lines (31 loc) · 911 Bytes
/
package-lock.json
File metadata and controls
31 lines (31 loc) · 911 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
27
28
29
30
31
{
"name": "scroll-pacer-js",
"version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scroll-pacer-js",
"version": "1.0.2",
"license": "MIT",
"dependencies": {
"pacer-js": "^1.0.5"
}
},
"node_modules/pacer-js": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/pacer-js/-/pacer-js-1.0.5.tgz",
"integrity": "sha512-Jr/GXXJpGzICgSHX2/6V9hqoWNuHgGsiwWSXw3sGlzCHaWO+xLW7sr1JRmr/FVBMZt51eG1Itqp9EuF+BvTIJg==",
"license": "MIT",
"dependencies": {
"snacks-js": "^1.0.3"
}
},
"node_modules/snacks-js": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/snacks-js/-/snacks-js-1.0.3.tgz",
"integrity": "sha512-lu234TAJNHPE5PL1z/uH9eJ3PWmJzyZk6dBwk5qj8O4G0BHwKJMoO+Dt3GSMrcBsifd8xJcMr5dWvxPNETvXTw==",
"license": "MIT"
}
}
}