-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
98 lines (98 loc) · 4.39 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "@noodlestan/designer-boilerplate-minimal",
"version": "0.0.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@noodlestan/designer-boilerplate-minimal",
"version": "0.0.7",
"license": "MIT",
"dependencies": {
"@noodlestan/designer-decisions": "0.0.12",
"@noodlestan/designer-functions": "0.0.12",
"@noodlestan/designer-schemas": "0.0.12"
}
},
"node_modules/@noodlestan/designer-decisions": {
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/@noodlestan/designer-decisions/-/designer-decisions-0.0.12.tgz",
"integrity": "sha512-OytZbyaXb52mWY/4H1eyKwsihqVRJwi0Fz93ZELDUEqUTCqPMZ3E7du5/1fACpA9uCPC2t2HICYukX6y6auuAg==",
"dependencies": {
"ajv": "8.17.1",
"chroma-js": "3.1.2"
}
},
"node_modules/@noodlestan/designer-functions": {
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/@noodlestan/designer-functions/-/designer-functions-0.0.12.tgz",
"integrity": "sha512-KJI5aKLl0u1R/c9UgHcik7WCyGc6uScntfBBSmOZg93430F22i7Ywa41Ifm+810LhptiTzLvzHQwhtsf7C7eag==",
"dependencies": {
"@noodlestan/designer-decisions": "v0.0.12",
"ajv": "8.17.1",
"chroma-js": "3.1.2"
}
},
"node_modules/@noodlestan/designer-schemas": {
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/@noodlestan/designer-schemas/-/designer-schemas-0.0.12.tgz",
"integrity": "sha512-n1DAp05rIobWbDQEFVDvS7kkZl3LH1ckBTyak/PjI1xLJa39r1FdK55sGazRK+w90WnKJMPMJdf17+6jhuovxw==",
"dependencies": {
"@noodlestan/designer-decisions": "v0.0.12"
}
},
"node_modules/ajv": {
"version": "8.17.1",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
"dependencies": {
"fast-deep-equal": "^3.1.3",
"fast-uri": "^3.0.1",
"json-schema-traverse": "^1.0.0",
"require-from-string": "^2.0.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/chroma-js": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/chroma-js/-/chroma-js-3.1.2.tgz",
"integrity": "sha512-IJnETTalXbsLx1eKEgx19d5L6SRM7cH4vINw/99p/M11HCuXGRWL+6YmCm7FWFGIo6dtWuQoQi1dc5yQ7ESIHg=="
},
"node_modules/fast-deep-equal": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
},
"node_modules/fast-uri": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz",
"integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
]
},
"node_modules/json-schema-traverse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
},
"node_modules/require-from-string": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
"engines": {
"node": ">=0.10.0"
}
}
}
}