mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-15 14:50:29 +08:00
docs:更新文档
This commit is contained in:
70
node_modules/@vue/runtime-core/package.json
generated
vendored
Normal file
70
node_modules/@vue/runtime-core/package.json
generated
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@vue/runtime-core@3.0.2",
|
||||
"J:\\Github\\CURD-TS"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@vue/runtime-core@3.0.2",
|
||||
"_id": "@vue/runtime-core@3.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-1+1GKvHLC/mDZmjk5vqz8vSxvAA=",
|
||||
"_location": "/@vue/runtime-core",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@vue/runtime-core@3.0.2",
|
||||
"name": "@vue/runtime-core",
|
||||
"escapedName": "@vue%2fruntime-core",
|
||||
"scope": "@vue",
|
||||
"rawSpec": "3.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@vue/runtime-dom"
|
||||
],
|
||||
"_resolved": "http://192.168.250.101:4873/@vue%2fruntime-core/-/runtime-core-3.0.2.tgz",
|
||||
"_spec": "3.0.2",
|
||||
"_where": "J:\\Github\\CURD-TS",
|
||||
"author": {
|
||||
"name": "Evan You"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/vue-next/issues"
|
||||
},
|
||||
"buildOptions": {
|
||||
"name": "VueRuntimeCore",
|
||||
"formats": [
|
||||
"esm-bundler",
|
||||
"cjs"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/reactivity": "3.0.2",
|
||||
"@vue/shared": "3.0.2"
|
||||
},
|
||||
"description": "@vue/runtime-core",
|
||||
"files": [
|
||||
"index.js",
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-core#readme",
|
||||
"keywords": [
|
||||
"vue"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"module": "dist/runtime-core.esm-bundler.js",
|
||||
"name": "@vue/runtime-core",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-next.git",
|
||||
"directory": "packages/runtime-core"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"types": "dist/runtime-core.d.ts",
|
||||
"version": "3.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user