You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
905 B
41 lines
905 B
{ |
|
"name": "@vue/reactivity", |
|
"version": "3.2.37", |
|
"description": "@vue/reactivity", |
|
"main": "index.js", |
|
"module": "dist/reactivity.esm-bundler.js", |
|
"types": "dist/reactivity.d.ts", |
|
"unpkg": "dist/reactivity.global.js", |
|
"jsdelivr": "dist/reactivity.global.js", |
|
"files": [ |
|
"index.js", |
|
"dist" |
|
], |
|
"sideEffects": false, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/vuejs/core.git", |
|
"directory": "packages/reactivity" |
|
}, |
|
"buildOptions": { |
|
"name": "VueReactivity", |
|
"formats": [ |
|
"esm-bundler", |
|
"esm-browser", |
|
"cjs", |
|
"global" |
|
] |
|
}, |
|
"keywords": [ |
|
"vue" |
|
], |
|
"author": "Evan You", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/vuejs/core/issues" |
|
}, |
|
"homepage": "https://github.com/vuejs/core/tree/main/packages/reactivity#readme", |
|
"dependencies": { |
|
"@vue/shared": "3.2.37" |
|
} |
|
}
|
|
|