2021-03-01 15:06:11 +08:00

94 lines
2.2 KiB
JSON

{
"_args": [
[
"rollup-plugin-vue@6.0.0-beta.11",
"J:\\Github\\CURD-TS"
]
],
"_development": true,
"_from": "rollup-plugin-vue@6.0.0-beta.11",
"_id": "rollup-plugin-vue@6.0.0-beta.11",
"_inBundle": false,
"_integrity": "sha1-/bxrdISjYe+MXoAJzvSmvUVDUBM=",
"_location": "/rollup-plugin-vue",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rollup-plugin-vue@6.0.0-beta.11",
"name": "rollup-plugin-vue",
"escapedName": "rollup-plugin-vue",
"rawSpec": "6.0.0-beta.11",
"saveSpec": null,
"fetchSpec": "6.0.0-beta.11"
},
"_requiredBy": [
"/vite"
],
"_resolved": "http://192.168.250.101:4873/rollup-plugin-vue/-/rollup-plugin-vue-6.0.0-beta.11.tgz",
"_spec": "6.0.0-beta.11",
"_where": "J:\\Github\\CURD-TS",
"author": {
"name": "Rahul Kadyan",
"email": "hi@znck.me",
"url": "https://znck.me"
},
"dependencies": {
"debug": "^4.1.1",
"hash-sum": "^2.0.0",
"rollup-pluginutils": "^2.8.2"
},
"description": "> Roll Vue 3 SFCs with Rollup.",
"devDependencies": {
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/debug": "^4.1.5",
"@types/jest": "^25.2.3",
"@types/node": "^13.13.2",
"@vue/compiler-sfc": "^3.0.0-rc.5",
"husky": "^4.2.0",
"jest": "^26.0.1",
"lint-staged": "^10.1.7",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"rollup": "^2.7.2",
"rollup-plugin-postcss": "^3.1.8",
"ts-jest": "^26.0.0",
"typescript": "^3.9.3"
},
"files": [
"dist"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"license": "MIT",
"lint-staged": {
"*.{ts,js,json}": [
"prettier --write"
]
},
"main": "dist/index.js",
"name": "rollup-plugin-vue",
"peerDependencies": {
"@vue/compiler-sfc": "*"
},
"prettier": {
"printWidth": 80,
"trailingComma": "es5",
"semi": false,
"singleQuote": true
},
"scripts": {
"build": "tsc -p .",
"dev": "tsc -w -p .",
"prepublishOnly": "tsc -p .",
"test": "run-p test:*",
"test:e2e": "jest --config jest.e2e.config.js",
"test:unit": "jest"
},
"typings": "dist/index.d.ts",
"version": "6.0.0-beta.11"
}