-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
30 lines (30 loc) · 902 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
25
26
27
28
29
30
{
"name": "Projects",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"react-tick": "^0.1.3"
}
},
"node_modules/react-tick": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/react-tick/-/react-tick-0.1.3.tgz",
"integrity": "sha512-U3gbu28RW3H0mZx+k8gFC9zxLDVTbsUiLJyJppxOU2Zr29Lab0T+I47WSiH3rm71ZTiHqGa9/7P4GLNIDrlkMQ==",
"license": "MIT",
"dependencies": {
"object-assign": "^2.0.0"
}
},
"node_modules/react-tick/node_modules/object-assign": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz",
"integrity": "sha512-CdsOUYIh5wIiozhJ3rLQgmUTgcyzFwZZrqhkKhODMoGtPKM+wt0h0CNIoauJWMsS9822EdzPsF/6mb4nLvPN5g==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
}
}
}