{ "name": "@vue/babel-sugar-inject-h", "version": "1.2.2", "description": "Babel syntactic sugar for h automatic injection for Vue JSX", "main": "dist/plugin.js", "repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-inject-h", "author": "Nick Messing ", "license": "MIT", "private": false, "publishConfig": { "access": "public" }, "files": [], "scripts": { "prepublish": "yarn build", "build": "rollup -c", "build:test": "rollup -c rollup.config.testing.js", "pretest": "yarn build:test && cd ../babel-plugin-transform-vue-jsx && yarn build:test", "test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js" }, "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-istanbul": "^2.0.1", "rollup-plugin-uglify-es": "^0.0.1", "vue": "^2.5.17" }, "dependencies": { "@babel/plugin-syntax-jsx": "^7.2.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "nyc": { "exclude": [ "dist", "test" ] }, "gitHead": "e7413fd4de9f658dcc99cb17323b8404d2164bb7", "__npminstall_done": "Thu Dec 24 2020 20:20:36 GMT+0800 (CST)", "_from": "@vue/babel-sugar-inject-h@1.2.2", "_resolved": "https://registry.npm.taobao.org/@vue/babel-sugar-inject-h/download/@vue/babel-sugar-inject-h-1.2.2.tgz?cache=0&sync_timestamp=1602929880652&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-sugar-inject-h%2Fdownload%2F%40vue%2Fbabel-sugar-inject-h-1.2.2.tgz" }