123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "@vue/reactivity@3.2.25",
- "_id": "@vue/reactivity@3.2.25",
- "_inBundle": false,
- "_integrity": "sha512-Dxc/u/dxoneIDqyfmuwPVBR0G3OQJqe3Dtz4z3NGt+CGj4UuOZQfN5raJPmp6xGYgrtC6PAWoCgHhyrgr1qCtg==",
- "_location": "/@vue/reactivity",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@vue/reactivity@3.2.25",
- "name": "@vue/reactivity",
- "escapedName": "@vue%2freactivity",
- "scope": "@vue",
- "rawSpec": "3.2.25",
- "saveSpec": null,
- "fetchSpec": "3.2.25"
- },
- "_requiredBy": [
- "/@vue/runtime-core"
- ],
- "_resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.25.tgz",
- "_shasum": "71c5ea9f3c7b71ee40085328c9198a1dc26da71f",
- "_spec": "@vue/reactivity@3.2.25",
- "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/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.2.25"
- },
- "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.2.25"
- }
|