| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_from": "@vue/runtime-dom@3.5.16",
- "_id": "@vue/runtime-dom@3.5.16",
- "_inBundle": false,
- "_integrity": "sha512-T1qqYJsG2xMGhImRUV9y/RseB9d0eCYZQ4CWca9ztCuiPj/XWNNN+lkNBuzVbia5z4/cgxdL28NoQCvC0Xcfww==",
- "_location": "/@vue/runtime-dom",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@vue/runtime-dom@3.5.16",
- "name": "@vue/runtime-dom",
- "escapedName": "@vue%2fruntime-dom",
- "scope": "@vue",
- "rawSpec": "3.5.16",
- "saveSpec": null,
- "fetchSpec": "3.5.16"
- },
- "_requiredBy": [
- "/vue"
- ],
- "_resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.16.tgz",
- "_shasum": "c1bcbcca862b77186f81c92edd5176e74670f078",
- "_spec": "@vue/runtime-dom@3.5.16",
- "_where": "E:\\vue_project\\el-table-column\\node_modules\\vue",
- "author": {
- "name": "Evan You"
- },
- "bugs": {
- "url": "https://github.com/vuejs/core/issues"
- },
- "buildOptions": {
- "name": "VueRuntimeDOM",
- "formats": [
- "esm-bundler",
- "esm-browser",
- "cjs",
- "global"
- ]
- },
- "bundleDependencies": false,
- "dependencies": {
- "@vue/reactivity": "3.5.16",
- "@vue/runtime-core": "3.5.16",
- "@vue/shared": "3.5.16",
- "csstype": "^3.1.3"
- },
- "deprecated": false,
- "description": "@vue/runtime-dom",
- "devDependencies": {
- "@types/trusted-types": "^2.0.7"
- },
- "exports": {
- ".": {
- "types": "./dist/runtime-dom.d.ts",
- "node": {
- "production": "./dist/runtime-dom.cjs.prod.js",
- "development": "./dist/runtime-dom.cjs.js",
- "default": "./index.js"
- },
- "module": "./dist/runtime-dom.esm-bundler.js",
- "import": "./dist/runtime-dom.esm-bundler.js",
- "require": "./index.js"
- },
- "./*": "./*"
- },
- "files": [
- "index.js",
- "dist"
- ],
- "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-dom#readme",
- "keywords": [
- "vue"
- ],
- "license": "MIT",
- "main": "index.js",
- "module": "dist/runtime-dom.esm-bundler.js",
- "name": "@vue/runtime-dom",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/core.git",
- "directory": "packages/runtime-dom"
- },
- "sideEffects": false,
- "types": "dist/runtime-dom.d.ts",
- "unpkg": "dist/runtime-dom.global.js",
- "version": "3.5.16"
- }
|