完成世界书、骰子、apiconfig页面处理
This commit is contained in:
7
frontend/node_modules/trough/index.d.ts
generated
vendored
Normal file
7
frontend/node_modules/trough/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export type Callback = import('./lib/index.js').Callback;
|
||||
export type Middleware = import('./lib/index.js').Middleware;
|
||||
export type Pipeline = import('./lib/index.js').Pipeline;
|
||||
export type Run = import('./lib/index.js').Run;
|
||||
export type Use = import('./lib/index.js').Use;
|
||||
export { trough, wrap } from "./lib/index.js";
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
1
frontend/node_modules/trough/index.d.ts.map
generated
vendored
Normal file
1
frontend/node_modules/trough/index.d.ts.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"uBACa,OAAO,gBAAgB,EAAE,QAAQ;yBACjC,OAAO,gBAAgB,EAAE,UAAU;uBACnC,OAAO,gBAAgB,EAAE,QAAQ;kBACjC,OAAO,gBAAgB,EAAE,GAAG;kBAC5B,OAAO,gBAAgB,EAAE,GAAG"}
|
||||
9
frontend/node_modules/trough/index.js
generated
vendored
Normal file
9
frontend/node_modules/trough/index.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @typedef {import('./lib/index.js').Callback} Callback
|
||||
* @typedef {import('./lib/index.js').Middleware} Middleware
|
||||
* @typedef {import('./lib/index.js').Pipeline} Pipeline
|
||||
* @typedef {import('./lib/index.js').Run} Run
|
||||
* @typedef {import('./lib/index.js').Use} Use
|
||||
*/
|
||||
|
||||
export {trough, wrap} from './lib/index.js'
|
||||
1
frontend/node_modules/trough/lib/index.d.ts.map
generated
vendored
Normal file
1
frontend/node_modules/trough/lib/index.d.ts.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AAEH;;;;;GAKG;AACH,0BAHa,QAAQ,CAoEpB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,iCAPW,UAAU,YAEV,QAAQ,GAEN,GAAG,CAuEf;;;;gCAzMqB,KAAK,GAAG,IAAI,GAAG,SAAS,aAAa,MAAM,GAAG,CAAC,KAAK,IAAI;;;;oCAGtD,MAAM,GAAG,CAAC,KAAK,GAAG;;;;;;;;SAK5B,GAAG;;;;SAEH,GAAG;;;;;;;;;;;;6BAGO,MAAM,GAAG,CAAC,KAAK,IAAI;;;;uBAWzB,UAAU,KAAK,QAAQ"}
|
||||
21
frontend/node_modules/trough/license
generated
vendored
Normal file
21
frontend/node_modules/trough/license
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
(The MIT License)
|
||||
|
||||
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
Reference in New Issue
Block a user