{ "_args": [ [ "@vue/composition-api@1.3.0", "D:\\jenkins\\workspace\\ljzc-fvue" ] ], "_from": "@vue/composition-api@1.3.0", "_id": "@vue/composition-api@1.3.0", "_inBundle": false, "_integrity": "sha512-LlJAZHI6kS88oFZQ55c4BcGSa6n2vZ288i96cuK+/r/VFjyAd5oQpMTw1zjxSxJ78a0x/d+lcq7Ctg+9VoD6Rw==", "_location": "/@vue/composition-api", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@vue/composition-api@1.3.0", "name": "@vue/composition-api", "escapedName": "@vue%2fcomposition-api", "scope": "@vue", "rawSpec": "1.3.0", "saveSpec": null, "fetchSpec": "1.3.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/@vue/composition-api/-/composition-api-1.3.0.tgz", "_spec": "1.3.0", "_where": "D:\\jenkins\\workspace\\ljzc-fvue", "author": { "name": "liximomo", "email": "liximomo@gmail.com" }, "bugs": { "url": "https://github.com/vuejs/composition-api/issues" }, "dependencies": { "tslib": "^2.3.0" }, "description": "Provide logic composition capabilities for Vue.", "devDependencies": { "@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-replace": "^2.4.2", "@types/jest": "^26.0.23", "@types/node": "^15.14.0", "concurrently": "^6.2.0", "conventional-changelog-cli": "^2.1.1", "conventional-github-releaser": "^3.1.5", "cross-env": "^7.0.3", "husky": "^4.3.8", "jest": "^26.6.3", "lint-staged": "^11.0.0", "prettier": "^2.3.2", "rimraf": "^3.0.2", "rollup": "^2.52.7", "rollup-plugin-dts": "^3.0.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", "ts-jest": "^26.5.5", "typescript": "^4.3.5", "vue": "^2.6.14", "vue-router": "^3.5.2", "vue-server-renderer": "^2.6.14" }, "exports": { ".": { "import": "./dist/vue-composition-api.mjs", "require": "./index.js" }, "./*": "./*" }, "files": [ "dist", "index.js" ], "homepage": "https://github.com/vuejs/composition-api#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "jest": { "verbose": true, "globals": { "__DEV__": true, "__VERSION__": "0.0.0" }, "setupFiles": [ "/test/setupTest.js" ], "setupFilesAfterEnv": [ "/test/helpers/wait-for-update.js" ], "moduleFileExtensions": [ "ts", "js" ], "testMatch": [ "/test/**/*.spec.{js,ts}" ], "preset": "ts-jest" }, "jsdelivr": "./dist/vue-composition-api.prod.js", "keywords": [ "vue", "composition-api" ], "license": "MIT", "lint-staged": { "*.js": [ "prettier --write", "git add" ], "*.ts?(x)": [ "prettier --parser=typescript --write", "git add" ] }, "main": "./index.js", "module": "./dist/vue-composition-api.mjs", "name": "@vue/composition-api", "peerDependencies": { "vue": ">= 2.5 < 3" }, "prettier": { "semi": false, "singleQuote": true, "printWidth": 80 }, "repository": { "type": "git", "url": "git+https://github.com/vuejs/composition-api.git" }, "scripts": { "build": "rimraf dist typings && tsc --emitDeclarationOnly && rollup -c", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "lint": "prettier --write --parser typescript \"{src,test,test-dts}/**/*.ts?(x)\" && prettier --write \"{src,test}/**/*.js\"", "release": "yarn version && yarn test && yarn publish --non-interactive && git push --follow-tags", "release-gh": "conventional-github-releaser -p angular", "start": "concurrently \"tsc --emitDeclarationOnly -w\" \"cross-env rollup -c -w\"", "test": "yarn test-dts && yarn test-unit", "test-dts": "tsc -p ./test-dts/tsconfig.json && yarn build && tsc -p ./test-dts/tsconfig.build.json", "test-unit": "cross-env NODE_ENV=test jest", "update-readme": "node ./scripts/update-readme.js", "version": "yarn changelog && yarn update-readme && git add CHANGELOG.md README.*" }, "sideEffects": false, "types": "./dist/vue-composition-api.d.ts", "unpkg": "./dist/vue-composition-api.prod.js", "version": "1.3.0" }