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.
85 lines
2.6 KiB
85 lines
2.6 KiB
{
|
|
"_args": [
|
|
[
|
|
"@vue/babel-plugin-jsx@1.0.0-rc.3",
|
|
"/Users/linhuakun/Downloads/nodejs/codewhy"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "@vue/babel-plugin-jsx@1.0.0-rc.3",
|
|
"_id": "@vue/babel-plugin-jsx@1.0.0-rc.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-q0d+6Vx2T75ohCou3dR08SLnCsY=",
|
|
"_location": "/@vue/babel-plugin-jsx",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@vue/babel-plugin-jsx@1.0.0-rc.3",
|
|
"name": "@vue/babel-plugin-jsx",
|
|
"escapedName": "@vue%2fbabel-plugin-jsx",
|
|
"scope": "@vue",
|
|
"rawSpec": "1.0.0-rc.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0-rc.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vue/babel-preset-app"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.0.0-rc.3.tgz?cache=0&sync_timestamp=1600074466005&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-plugin-jsx%2Fdownload%2F%40vue%2Fbabel-plugin-jsx-1.0.0-rc.3.tgz",
|
|
"_spec": "1.0.0-rc.3",
|
|
"_where": "/Users/linhuakun/Downloads/nodejs/codewhy",
|
|
"author": {
|
|
"name": "Amour1688",
|
|
"email": "lcz_1996@foxmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/jsx-next/issues"
|
|
},
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.0.0",
|
|
"@babel/plugin-syntax-jsx": "^7.0.0",
|
|
"@babel/traverse": "^7.0.0",
|
|
"@babel/types": "^7.0.0",
|
|
"@vue/babel-helper-vue-transform-on": "^1.0.0-rc.2",
|
|
"camelcase": "^6.0.0",
|
|
"html-tags": "^3.1.0",
|
|
"svg-tags": "^1.0.0"
|
|
},
|
|
"description": "Babel plugin for Vue 3.0 JSX",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@types/jest": "^26.0.7",
|
|
"@types/svg-tags": "^1.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.0.1",
|
|
"@typescript-eslint/parser": "^4.0.1",
|
|
"@vue/compiler-dom": "3.0.0-rc.10",
|
|
"@vue/test-utils": "2.0.0-beta.2",
|
|
"jest": "^26.0.1",
|
|
"regenerator-runtime": "^0.13.5",
|
|
"ts-jest": "^26.1.3",
|
|
"typescript": "^4.0.2",
|
|
"vue": "3.0.0-rc.10"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"name": "@vue/babel-plugin-jsx",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/jsx-next.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "npm run build && webpack-dev-server",
|
|
"lint": "eslint 'src/*.ts'",
|
|
"prepublish": "npm run build",
|
|
"test": "npm run build && jest --coverage"
|
|
},
|
|
"version": "1.0.0-rc.3"
|
|
}
|