83 lines
2.8 KiB
JSON
83 lines
2.8 KiB
JSON
|
{
|
||
|
"_from": "@vue/babel-sugar-v-on@^1.1.0",
|
||
|
"_id": "@vue/babel-sugar-v-on@1.1.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-8DwAj/RLpmrDP4eZ3erJcKcyuLArLUYagNODTsSQrMdG5zmLJoFFtEjODfYRh/XxM2wXv9Wxe+HAB41FQxxwQA==",
|
||
|
"_location": "/@vue/babel-sugar-v-on",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "@vue/babel-sugar-v-on@^1.1.0",
|
||
|
"name": "@vue/babel-sugar-v-on",
|
||
|
"escapedName": "@vue%2fbabel-sugar-v-on",
|
||
|
"scope": "@vue",
|
||
|
"rawSpec": "^1.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@vue/babel-preset-jsx"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.1.0.tgz",
|
||
|
"_shasum": "1f2b35eeeabb87eaf8925931f4d34fd8e6404a45",
|
||
|
"_spec": "@vue/babel-sugar-v-on@^1.1.0",
|
||
|
"_where": "/home/soeren/dev/keksaccountgui/node_modules/@vue/babel-preset-jsx",
|
||
|
"author": {
|
||
|
"name": "Nick Messing",
|
||
|
"email": "dot.nick.dot.messing@gmail.com"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"@babel/plugin-syntax-jsx": "^7.2.0",
|
||
|
"@vue/babel-plugin-transform-vue-jsx": "^1.0.0",
|
||
|
"camelcase": "^5.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Babel syntactic sugar for v-model support in Vue JSX",
|
||
|
"devDependencies": {
|
||
|
"@babel/cli": "^7.2.0",
|
||
|
"@babel/core": "^7.2.0",
|
||
|
"@babel/preset-env": "^7.2.0",
|
||
|
"@vue/test-utils": "^1.0.0-beta.26",
|
||
|
"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": [],
|
||
|
"gitHead": "b87fedbbd175eeded442459e839fb7bdd9ac1d95",
|
||
|
"license": "MIT",
|
||
|
"main": "dist/plugin.js",
|
||
|
"name": "@vue/babel-sugar-v-on",
|
||
|
"nyc": {
|
||
|
"exclude": [
|
||
|
"dist",
|
||
|
"test"
|
||
|
]
|
||
|
},
|
||
|
"private": false,
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-on"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rollup -c",
|
||
|
"build:test": "rollup -c rollup.config.testing.js",
|
||
|
"prepublish": "yarn build",
|
||
|
"pretest:functional": "yarn build:test && nyc --reporter=html --reporter=text-summary babel test/functional.js --plugins ./dist/plugin.testing.js,./node_modules/@vue/babel-plugin-transform-vue-jsx/dist/plugin.js --out-file test/functional-compiled.js",
|
||
|
"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"
|
||
|
},
|
||
|
"version": "1.1.0"
|
||
|
}
|