84 lines
2.2 KiB
JSON
84 lines
2.2 KiB
JSON
{
|
|
"_from": "@vue/reactivity@3.5.13",
|
|
"_id": "@vue/reactivity@3.5.13",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==",
|
|
"_location": "/@vue/reactivity",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@vue/reactivity@3.5.13",
|
|
"name": "@vue/reactivity",
|
|
"escapedName": "@vue%2freactivity",
|
|
"scope": "@vue",
|
|
"rawSpec": "3.5.13",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.5.13"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vue/runtime-core"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.13.tgz",
|
|
"_shasum": "b41ff2bb865e093899a22219f5b25f97b6fe155f",
|
|
"_spec": "@vue/reactivity@3.5.13",
|
|
"_where": "C:\\Users\\z1058\\Desktop\\fn\\node_modules\\@vue\\runtime-core",
|
|
"author": {
|
|
"name": "Evan You"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/core/issues"
|
|
},
|
|
"buildOptions": {
|
|
"name": "VueReactivity",
|
|
"formats": [
|
|
"esm-bundler",
|
|
"esm-browser",
|
|
"cjs",
|
|
"global"
|
|
]
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@vue/shared": "3.5.13"
|
|
},
|
|
"deprecated": false,
|
|
"description": "@vue/reactivity",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/reactivity.d.ts",
|
|
"node": {
|
|
"production": "./dist/reactivity.cjs.prod.js",
|
|
"development": "./dist/reactivity.cjs.js",
|
|
"default": "./index.js"
|
|
},
|
|
"module": "./dist/reactivity.esm-bundler.js",
|
|
"import": "./dist/reactivity.esm-bundler.js",
|
|
"require": "./index.js"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/vuejs/core/tree/main/packages/reactivity#readme",
|
|
"jsdelivr": "dist/reactivity.global.js",
|
|
"keywords": [
|
|
"vue"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"module": "dist/reactivity.esm-bundler.js",
|
|
"name": "@vue/reactivity",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/core.git",
|
|
"directory": "packages/reactivity"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "dist/reactivity.d.ts",
|
|
"unpkg": "dist/reactivity.global.js",
|
|
"version": "3.5.13"
|
|
}
|