微信云开发插件
This commit is contained in:
21
extensions/WeChat MiniGame Cloud Template/node_modules/@vue/compiler-ssr/LICENSE
generated
vendored
Normal file
21
extensions/WeChat MiniGame Cloud Template/node_modules/@vue/compiler-ssr/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2018-present, Yuxi (Evan) You
|
||||
|
||||
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.
|
||||
1
extensions/WeChat MiniGame Cloud Template/node_modules/@vue/compiler-ssr/README.md
generated
vendored
Normal file
1
extensions/WeChat MiniGame Cloud Template/node_modules/@vue/compiler-ssr/README.md
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# @vue/compiler-ssr
|
||||
1274
extensions/WeChat MiniGame Cloud Template/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js
generated
vendored
Normal file
1274
extensions/WeChat MiniGame Cloud Template/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6
extensions/WeChat MiniGame Cloud Template/node_modules/@vue/compiler-ssr/dist/compiler-ssr.d.ts
generated
vendored
Normal file
6
extensions/WeChat MiniGame Cloud Template/node_modules/@vue/compiler-ssr/dist/compiler-ssr.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { CodegenResult } from '@vue/compiler-dom';
|
||||
import { CompilerOptions } from '@vue/compiler-dom';
|
||||
|
||||
export declare function compile(template: string, options?: CompilerOptions): CodegenResult;
|
||||
|
||||
export { }
|
||||
63
extensions/WeChat MiniGame Cloud Template/node_modules/@vue/compiler-ssr/package.json
generated
vendored
Normal file
63
extensions/WeChat MiniGame Cloud Template/node_modules/@vue/compiler-ssr/package.json
generated
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_from": "@vue/compiler-ssr@3.2.47",
|
||||
"_id": "@vue/compiler-ssr@3.2.47",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==",
|
||||
"_location": "/@vue/compiler-ssr",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@vue/compiler-ssr@3.2.47",
|
||||
"name": "@vue/compiler-ssr",
|
||||
"escapedName": "@vue%2fcompiler-ssr",
|
||||
"scope": "@vue",
|
||||
"rawSpec": "3.2.47",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.2.47"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@vue/compiler-sfc",
|
||||
"/@vue/server-renderer"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.2.47.tgz",
|
||||
"_shasum": "35872c01a273aac4d6070ab9d8da918ab13057ee",
|
||||
"_spec": "@vue/compiler-ssr@3.2.47",
|
||||
"_where": "/Users/mac/Documents/editor_3d/v3.7.3/app/modules/editor-extensions/extensions/extension/static/extension-template/vue3.x-panel/node_modules/@vue/compiler-sfc",
|
||||
"author": {
|
||||
"name": "Evan You"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/core/issues"
|
||||
},
|
||||
"buildOptions": {
|
||||
"prod": false,
|
||||
"formats": [
|
||||
"cjs"
|
||||
]
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@vue/compiler-dom": "3.2.47",
|
||||
"@vue/shared": "3.2.47"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "@vue/compiler-ssr",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-ssr#readme",
|
||||
"keywords": [
|
||||
"vue"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/compiler-ssr.cjs.js",
|
||||
"name": "@vue/compiler-ssr",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/core.git",
|
||||
"directory": "packages/compiler-ssr"
|
||||
},
|
||||
"types": "dist/compiler-ssr.d.ts",
|
||||
"version": "3.2.47"
|
||||
}
|
||||
Reference in New Issue
Block a user