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.
47 lines
1.1 KiB
47 lines
1.1 KiB
{
|
|
"name": "@vue/shared",
|
|
"version": "3.5.5",
|
|
"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"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/shared.d.ts",
|
|
"node": {
|
|
"production": "./dist/shared.cjs.prod.js",
|
|
"development": "./dist/shared.cjs.js",
|
|
"default": "./index.js"
|
|
},
|
|
"module": "./dist/shared.esm-bundler.js",
|
|
"import": "./dist/shared.esm-bundler.js",
|
|
"require": "./index.js"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"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"
|
|
} |