1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/@vue/babel-sugar-v-on/package.json

91 lines
3.1 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "@vue/babel-sugar-v-on@^1.4.0",
"_id": "@vue/babel-sugar-v-on@1.4.0",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-m+zud4wKLzSKgQrWwhqRObWzmTuyzl6vOP7024lrpeJM4x2UhQtRDLgYjXAw9xBXjCwS0pP9kXjg91F9ZNo9JA==",
2023-12-18 13:12:25 +08:00
"_location": "/@vue/babel-sugar-v-on",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "@vue/babel-sugar-v-on@^1.4.0",
2023-12-18 13:12:25 +08:00
"name": "@vue/babel-sugar-v-on",
"escapedName": "@vue%2fbabel-sugar-v-on",
"scope": "@vue",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.4.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.4.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/@vue/babel-preset-jsx"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.4.0.tgz",
"_shasum": "43b7106a9672d8cbeefc0eb8afe1d376edc6166e",
"_spec": "@vue/babel-sugar-v-on@^1.4.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@vue\\babel-preset-jsx",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Nick Messing",
"email": "dot.nick.dot.messing@gmail.com"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.2.0",
2024-01-16 21:26:16 +08:00
"@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
2023-12-18 13:12:25 +08:00
"camelcase": "^5.0.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Babel syntactic sugar for v-model support in Vue JSX",
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
2024-01-16 21:26:16 +08:00
"@babel/plugin-transform-arrow-functions": "^7.12.1",
2023-12-18 13:12:25 +08:00
"@babel/preset-env": "^7.2.0",
2024-01-16 21:26:16 +08:00
"@vue/test-utils": "1.0.0-beta.26",
2023-12-18 13:12:25 +08:00
"ava": "^0.25.0",
"jsdom": "^13.0.0",
"jsdom-global": "^3.0.2",
"ninos": "^2.0.2",
"nyc": "^13.1.0",
"rollup": "^0.67.4",
"rollup-plugin-babel": "4.0.3",
"rollup-plugin-babel-minify": "^6.2.0",
"rollup-plugin-istanbul": "^2.0.1",
"vue": "^2.5.17",
"vue-template-compiler": "^2.5.17"
},
"files": [],
2024-01-16 21:26:16 +08:00
"gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008",
2023-12-18 13:12:25 +08:00
"license": "MIT",
"main": "dist/plugin.js",
"name": "@vue/babel-sugar-v-on",
"nyc": {
"exclude": [
"dist",
"test"
]
},
2024-01-16 21:26:16 +08:00
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
2023-12-18 13:12:25 +08:00
"private": false,
2024-01-16 21:26:16 +08:00
"publishConfig": {
"access": "public"
},
2023-12-18 13:12:25 +08:00
"repository": {
"type": "git",
"url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-on"
},
"scripts": {
"build": "rollup -c",
2024-01-16 21:26:16 +08:00
"build:dependency": "cd ../babel-plugin-transform-vue-jsx && yarn build",
2023-12-18 13:12:25 +08:00
"build:test": "rollup -c rollup.config.testing.js",
"prepublish": "yarn build",
2024-01-16 21:26:16 +08:00
"pretest:functional": "yarn build:dependency && yarn build:test && nyc --reporter=html --reporter=text-summary babel test/functional.js --plugins ./dist/plugin.testing.js,../babel-plugin-transform-vue-jsx/dist/plugin.js,@babel/plugin-transform-arrow-functions --out-file test/functional-compiled.js",
2023-12-18 13:12:25 +08:00
"pretest:snapshot": "yarn build:test",
"test": "rm -rf coverage* && yarn test:snapshot && mv coverage coverage-snapshot && yarn test:functional && mv coverage coverage-functional",
"test:functional": "ava -v test/functional-compiled.js",
"test:snapshot": "nyc --reporter=html --reporter=text-summary ava -v test/snapshot.js"
},
2024-01-16 21:26:16 +08:00
"version": "1.4.0"
2023-12-18 13:12:25 +08:00
}