ccc-tnt-psd2ui/npm-packages/mac-v3.4.+/@vue/shared/package.json

33 lines
708 B
JSON
Raw Permalink Normal View History

2023-07-24 03:13:08 +00:00
{
"name": "@vue/shared",
2023-09-06 01:51:55 +00:00
"version": "3.3.4",
2023-07-24 03:13:08 +00:00
"description": "internal utils shared across @vue packages",
"main": "index.js",
"module": "dist/shared.esm-bundler.js",
"types": "dist/shared.d.ts",
"files": [
"index.js",
"dist"
],
"sideEffects": false,
"buildOptions": {
"formats": [
"esm-bundler",
"cjs"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core.git",
"directory": "packages/shared"
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core/issues"
},
"homepage": "https://github.com/vuejs/core/tree/main/packages/shared#readme"
2023-09-06 01:51:55 +00:00
}