-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
36 lines (36 loc) · 1.17 KB
/
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
31
32
33
34
35
36
{
"name": "wy_jstools",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "wy_jstools",
"version": "1.0.3",
"license": "ISC",
"dependencies": {
"dayjs": "^1.11.10",
"picasso-library": "^1.0.1"
}
},
"node_modules/dayjs": {
"version": "1.11.10",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
"integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ=="
},
"node_modules/picasso-library": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/picasso-library/-/picasso-library-1.0.1.tgz",
"integrity": "sha512-P2bBk4rHjWStZEuKWD79UxFt16TkEF3aIAk9A5a/BuhGxkxI0Nt3xEC18+IVYHbpoS9UlkTlSdXoDwCIG6YGkw==",
"dependencies": {
"dayjs": "^1.11.10",
"wy_jscolor": "^1.0.1"
}
},
"node_modules/wy_jscolor": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wy_jscolor/-/wy_jscolor-1.0.2.tgz",
"integrity": "sha512-/6VauLSxbZez6dYYn4Wxr7qKFmMks2LQ2sG1QcA2ugwmKKPvyNUl/yI2OrBjf96b4Uu3htyLn9fpU4oNuimqEQ=="
}
}
}