Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.4 KiB

4 years ago
{
"_args": [
[
"@vue/babel-sugar-composition-api-inject-h@1.2.1",
"/home/lefos/repos/swarmlab-playground-client"
]
],
"_development": true,
"_from": "@vue/babel-sugar-composition-api-inject-h@1.2.1",
"_id": "@vue/babel-sugar-composition-api-inject-h@1.2.1",
"_inBundle": false,
"_integrity": "sha512-4B3L5Z2G+7s+9Bwbf+zPIifkFNcKth7fQwekVbnOA3cr3Pq71q71goWr97sk4/yyzH8phfe5ODVzEjX7HU7ItQ==",
"_location": "/@vue/babel-sugar-composition-api-inject-h",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@vue/babel-sugar-composition-api-inject-h@1.2.1",
"name": "@vue/babel-sugar-composition-api-inject-h",
"escapedName": "@vue%2fbabel-sugar-composition-api-inject-h",
"scope": "@vue",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/@vue/babel-preset-jsx"
],
"_resolved": "https://registry.npmjs.org/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "/home/lefos/repos/swarmlab-playground-client",
"author": {
"name": "luwanquan",
"email": "luwanquan@f-road.com.cn"
},
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.2.0"
},
"description": "Babel syntactic sugar for h automatic injection for Vue JSX with @vue/composition-api",
"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"
},
"files": [],
"gitHead": "ebe50c0f20b991fca6588cab93965629ffbcf64f",
"license": "MIT",
"main": "dist/plugin.js",
"name": "@vue/babel-sugar-composition-api-inject-h",
"nyc": {
"exclude": [
"dist",
"test"
]
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-composition-api-inject-h"
},
"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.2.1"
}