-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
150 lines (150 loc) · 5.91 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "feathers-cf-rest",
"version": "0.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "feathers-cf-rest",
"version": "0.0.2",
"license": "MIT",
"dependencies": {
"@feathersjs/feathers": "^5.0.0-pre.14",
"@feathersjs/transport-commons": "^5.0.0-pre.14",
"itty-router": "^2.4.4"
}
},
"node_modules/@feathersjs/commons": {
"version": "5.0.0-pre.14",
"resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.0-pre.14.tgz",
"integrity": "sha512-WR8eWaNkE5kyo1EUpvJHeIZo+HcSAjoZDnH+EsHme2Z1hX2an9QE7z2LoHcelO0wU5yn2ysgDGYosEVTEZb3sQ==",
"engines": {
"node": ">= 12"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/daffl"
}
},
"node_modules/@feathersjs/errors": {
"version": "5.0.0-pre.14",
"resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.0-pre.14.tgz",
"integrity": "sha512-Z6Ktdn+AZHxc569UPsq55Rx5gmOQFLx0uM7z+7Cp7R+1GpLYCcYl+EvKqPWocHU+Mm+mKGUqOTyJw5KoJheeBg==",
"engines": {
"node": ">= 12"
}
},
"node_modules/@feathersjs/feathers": {
"version": "5.0.0-pre.14",
"resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.0-pre.14.tgz",
"integrity": "sha512-JlOaf3Pht4/C+ydgrWgkKCAKK/ZZUJqsP/DMSKzR6OIdkPeVoreufT+LbJTdLRyB/TtcwULSHdxczQhF6SvOHg==",
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.14",
"@feathersjs/hooks": "^0.6.5",
"events": "^3.3.0"
},
"engines": {
"node": ">= 12"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/daffl"
}
},
"node_modules/@feathersjs/hooks": {
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/@feathersjs/hooks/-/hooks-0.6.5.tgz",
"integrity": "sha512-WtcEoG/imdHRvC3vofGi/OcgH+cjHHhO0AfEeTlsnrKLjVKKBXV6aoIrB2nHZPpE7iW5sA7AZMR6bPD8ytxN+w==",
"engines": {
"node": ">= 10"
}
},
"node_modules/@feathersjs/transport-commons": {
"version": "5.0.0-pre.14",
"resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-5.0.0-pre.14.tgz",
"integrity": "sha512-29bl3+2S1zOPJz3bhgSvSbAlv7lyIVb9AGgzazeTIfUdUKQJcGQT4MdhQZBmHuilf6xPAgS4R+Pd+qMddlciiA==",
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.14",
"@feathersjs/errors": "^5.0.0-pre.14",
"lodash": "^4.17.21"
},
"engines": {
"node": ">= 12"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/daffl"
}
},
"node_modules/events": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
"engines": {
"node": ">=0.8.x"
}
},
"node_modules/itty-router": {
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/itty-router/-/itty-router-2.4.4.tgz",
"integrity": "sha512-mp5i47ZotK94FHondKJTZn/0dBAFzFpZpiHWn+aCgr/sg9cIVzt1gvLCKsXMkcHgKejb9GdhqvOfh7VYJJlQoQ=="
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
}
},
"dependencies": {
"@feathersjs/commons": {
"version": "5.0.0-pre.14",
"resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.0-pre.14.tgz",
"integrity": "sha512-WR8eWaNkE5kyo1EUpvJHeIZo+HcSAjoZDnH+EsHme2Z1hX2an9QE7z2LoHcelO0wU5yn2ysgDGYosEVTEZb3sQ=="
},
"@feathersjs/errors": {
"version": "5.0.0-pre.14",
"resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.0-pre.14.tgz",
"integrity": "sha512-Z6Ktdn+AZHxc569UPsq55Rx5gmOQFLx0uM7z+7Cp7R+1GpLYCcYl+EvKqPWocHU+Mm+mKGUqOTyJw5KoJheeBg=="
},
"@feathersjs/feathers": {
"version": "5.0.0-pre.14",
"resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.0-pre.14.tgz",
"integrity": "sha512-JlOaf3Pht4/C+ydgrWgkKCAKK/ZZUJqsP/DMSKzR6OIdkPeVoreufT+LbJTdLRyB/TtcwULSHdxczQhF6SvOHg==",
"requires": {
"@feathersjs/commons": "^5.0.0-pre.14",
"@feathersjs/hooks": "^0.6.5",
"events": "^3.3.0"
}
},
"@feathersjs/hooks": {
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/@feathersjs/hooks/-/hooks-0.6.5.tgz",
"integrity": "sha512-WtcEoG/imdHRvC3vofGi/OcgH+cjHHhO0AfEeTlsnrKLjVKKBXV6aoIrB2nHZPpE7iW5sA7AZMR6bPD8ytxN+w=="
},
"@feathersjs/transport-commons": {
"version": "5.0.0-pre.14",
"resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-5.0.0-pre.14.tgz",
"integrity": "sha512-29bl3+2S1zOPJz3bhgSvSbAlv7lyIVb9AGgzazeTIfUdUKQJcGQT4MdhQZBmHuilf6xPAgS4R+Pd+qMddlciiA==",
"requires": {
"@feathersjs/commons": "^5.0.0-pre.14",
"@feathersjs/errors": "^5.0.0-pre.14",
"lodash": "^4.17.21"
}
},
"events": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q=="
},
"itty-router": {
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/itty-router/-/itty-router-2.4.4.tgz",
"integrity": "sha512-mp5i47ZotK94FHondKJTZn/0dBAFzFpZpiHWn+aCgr/sg9cIVzt1gvLCKsXMkcHgKejb9GdhqvOfh7VYJJlQoQ=="
},
"lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
}
}
}