2025-03-19 15:35:09 +08:00

126 lines
3.9 KiB
JSON

{
"_from": "@vue/composition-api@^1.7.1",
"_id": "@vue/composition-api@1.7.2",
"_inBundle": false,
"_integrity": "sha512-M8jm9J/laYrYT02665HkZ5l2fWTK4dcVg3BsDHm/pfz+MjDYwX+9FUaZyGwEyXEDonQYRCo0H7aLgdklcIELjw==",
"_location": "/@vue/composition-api",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@vue/composition-api@^1.7.1",
"name": "@vue/composition-api",
"escapedName": "@vue%2fcomposition-api",
"scope": "@vue",
"rawSpec": "^1.7.1",
"saveSpec": null,
"fetchSpec": "^1.7.1"
},
"_requiredBy": [
"/@tencentcloud/call-uikit-vue2.6",
"/@tencentcloud/chat-uikit-uniapp",
"/@tencentcloud/tui-customer-service-plugin"
],
"_resolved": "https://registry.npmmirror.com/@vue/composition-api/-/composition-api-1.7.2.tgz",
"_shasum": "0b656f3ec39fefc2cf40aaa8c12426bcfeae1b44",
"_spec": "@vue/composition-api@^1.7.1",
"_where": "C:\\Users\\z1058\\Desktop\\fn\\node_modules\\@tencentcloud\\chat-uikit-uniapp",
"author": {
"name": "liximomo",
"email": "liximomo@gmail.com"
},
"bugs": {
"url": "https://github.com/vuejs/composition-api/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Provide logic composition capabilities for Vue.",
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/node": "^17.0.31",
"bumpp": "^9.1.1",
"conventional-changelog-cli": "^2.2.2",
"conventional-github-releaser": "^3.1.5",
"jsdom": "^20.0.0",
"lint-staged": "^14.0.0",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"rollup": "^2.72.0",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"simple-git-hooks": "^2.9.0",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vitest": "^0.34.1",
"vue": "^2.6.14",
"vue-router": "^3.5.3",
"vue-server-renderer": "^2.6.14",
"vue3": "npm:vue@3.2.21"
},
"exports": {
".": {
"import": "./dist/vue-composition-api.mjs",
"types": "./dist/vue-composition-api.d.ts",
"require": "./index.js"
},
"./*": "./*"
},
"files": [
"dist",
"index.js"
],
"homepage": "https://github.com/vuejs/composition-api#readme",
"jsdelivr": "./dist/vue-composition-api.prod.js",
"keywords": [
"vue",
"composition-api"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"main": "./index.js",
"module": "./dist/vue-composition-api.mjs",
"name": "@vue/composition-api",
"packageManager": "pnpm@8.6.12",
"peerDependencies": {
"vue": ">= 2.5 < 2.7"
},
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 80
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/composition-api.git"
},
"scripts": {
"build": "rimraf dist && rollup -c",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && pnpm run update-readme && git add CHANGELOG.md README.*",
"lint": "prettier --write --parser typescript \"{src,test,test-dts}/**/*.ts?(x)\" && prettier --write \"{src,test}/**/*.js\"",
"prepublishOnly": "npm run build",
"release": "bumpp -x \"npm run changelog\" --all && npm publish",
"release-gh": "conventional-github-releaser -p angular",
"start": "rollup -c -w",
"test": "vitest",
"test:all": "pnpm run test && pnpm run test:dts",
"test:dts": "tsc -p ./test-dts/tsconfig.json && tsc -p ./test-dts/tsconfig.vue3.json && pnpm run build && tsc -p ./test-dts/tsconfig.build.json",
"update-readme": "node ./scripts/update-readme.js"
},
"sideEffects": false,
"simple-git-hooks": {
"pre-commit": "lint-staged"
},
"types": "./dist/vue-composition-api.d.ts",
"unpkg": "./dist/vue-composition-api.prod.js",
"version": "1.7.2"
}