123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "@vue/reactivity@3.0.0",
- "_id": "@vue/reactivity@3.0.0",
- "_inBundle": false,
- "_integrity": "sha512-mEGkztGQrAPZRhV7C6PorrpT3+NtuA4dY2QjMzzrW31noKhssWTajRZTwpLF39NBRrF5UU6cp9+1I0FfavMgEQ==",
- "_location": "/@vue/reactivity",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@vue/reactivity@3.0.0",
- "name": "@vue/reactivity",
- "escapedName": "@vue%2freactivity",
- "scope": "@vue",
- "rawSpec": "3.0.0",
- "saveSpec": null,
- "fetchSpec": "3.0.0"
- },
- "_requiredBy": [
- "/@vue/runtime-core"
- ],
- "_resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.0.0.tgz",
- "_shasum": "fd15632a608650ce2a969c721787e27e2c80aa6b",
- "_spec": "@vue/reactivity@3.0.0",
- "_where": "C:\\Users\\Administrator\\Desktop\\test\\zx_bms_uni\\node_modules\\@vue\\runtime-core",
- "author": {
- "name": "Evan You"
- },
- "bugs": {
- "url": "https://github.com/vuejs/vue-next/issues"
- },
- "buildOptions": {
- "name": "VueReactivity",
- "formats": [
- "esm-bundler",
- "esm-browser",
- "cjs",
- "global"
- ]
- },
- "bundleDependencies": false,
- "dependencies": {
- "@vue/shared": "3.0.0"
- },
- "deprecated": false,
- "description": "@vue/reactivity",
- "files": [
- "index.js",
- "dist"
- ],
- "homepage": "https://github.com/vuejs/vue-next/tree/master/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/vue-next.git",
- "directory": "packages/reactivity"
- },
- "sideEffects": false,
- "types": "dist/reactivity.d.ts",
- "unpkg": "dist/reactivity.global.js",
- "version": "3.0.0"
- }
|