73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
|
{
|
||
|
"_from": "@vue/babel-sugar-functional-vue@^1.0.0",
|
||
|
"_id": "@vue/babel-sugar-functional-vue@1.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-XE/jNaaorTuhWayCz+QClk5AB9OV5HzrwbzEC6sIUY0J60A28ONQKeTwxfidW42egOkqNH/UU6eE3KLfmiDj0Q==",
|
||
|
"_location": "/@vue/babel-sugar-functional-vue",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "@vue/babel-sugar-functional-vue@^1.0.0",
|
||
|
"name": "@vue/babel-sugar-functional-vue",
|
||
|
"escapedName": "@vue%2fbabel-sugar-functional-vue",
|
||
|
"scope": "@vue",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@vue/babel-preset-jsx"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.0.0.tgz",
|
||
|
"_shasum": "17e2c4ca27b74b244da3b923240ec91d10048cb3",
|
||
|
"_spec": "@vue/babel-sugar-functional-vue@^1.0.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"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Babel syntactic sugar for functional components",
|
||
|
"devDependencies": {
|
||
|
"@babel/cli": "^7.2.0",
|
||
|
"@babel/core": "^7.2.0",
|
||
|
"@babel/preset-env": "^7.2.0",
|
||
|
"ava": "^0.25.0",
|
||
|
"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"
|
||
|
},
|
||
|
"files": [],
|
||
|
"gitHead": "32ab59219d8c6fef6ba8ff399132872bc7fff477",
|
||
|
"license": "MIT",
|
||
|
"main": "dist/plugin.js",
|
||
|
"name": "@vue/babel-sugar-functional-vue",
|
||
|
"nyc": {
|
||
|
"exclude": [
|
||
|
"dist",
|
||
|
"test"
|
||
|
]
|
||
|
},
|
||
|
"private": false,
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-functional-vue"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rollup -c",
|
||
|
"build:test": "rollup -c rollup.config.testing.js",
|
||
|
"prepublish": "yarn build",
|
||
|
"pretest": "yarn build:test",
|
||
|
"test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
|
||
|
},
|
||
|
"version": "1.0.0"
|
||
|
}
|