| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_from": "@vue/runtime-core@3.5.13",
- "_id": "@vue/runtime-core@3.5.13",
- "_inBundle": false,
- "_integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==",
- "_location": "/@vue/runtime-core",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@vue/runtime-core@3.5.13",
- "name": "@vue/runtime-core",
- "escapedName": "@vue%2fruntime-core",
- "scope": "@vue",
- "rawSpec": "3.5.13",
- "saveSpec": null,
- "fetchSpec": "3.5.13"
- },
- "_requiredBy": [
- "/@vue/runtime-dom"
- ],
- "_resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz",
- "_shasum": "1fafa4bf0b97af0ebdd9dbfe98cd630da363a455",
- "_spec": "@vue/runtime-core@3.5.13",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@vue\\runtime-dom",
- "author": {
- "name": "Evan You"
- },
- "bugs": {
- "url": "https://github.com/vuejs/core/issues"
- },
- "buildOptions": {
- "name": "VueRuntimeCore",
- "formats": [
- "esm-bundler",
- "cjs"
- ]
- },
- "bundleDependencies": false,
- "dependencies": {
- "@vue/reactivity": "3.5.13",
- "@vue/shared": "3.5.13"
- },
- "deprecated": false,
- "description": "@vue/runtime-core",
- "exports": {
- ".": {
- "types": "./dist/runtime-core.d.ts",
- "node": {
- "production": "./dist/runtime-core.cjs.prod.js",
- "development": "./dist/runtime-core.cjs.js",
- "default": "./index.js"
- },
- "module": "./dist/runtime-core.esm-bundler.js",
- "import": "./dist/runtime-core.esm-bundler.js",
- "require": "./index.js"
- },
- "./*": "./*"
- },
- "files": [
- "index.js",
- "dist"
- ],
- "homepage": "https://github.com/vuejs/core/tree/main/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/core.git",
- "directory": "packages/runtime-core"
- },
- "sideEffects": false,
- "types": "dist/runtime-core.d.ts",
- "version": "3.5.13"
- }
|