87 lines
2.6 KiB
JSON
87 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"babel-plugin-transform-vue-jsx@3.7.0",
|
|
"/Applications/work/GitLab/lepu-test-platform-web"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "babel-plugin-transform-vue-jsx@3.7.0",
|
|
"_id": "babel-plugin-transform-vue-jsx@3.7.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-W39X07/n3oJMQd8tALBO+440NraGSF//Lo1ydd/9Nme3+QiRGFBb1Q39T9iixh0jZPPbfv3so18tNoIgLatymw==",
|
|
"_location": "/babel-plugin-transform-vue-jsx",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "babel-plugin-transform-vue-jsx@3.7.0",
|
|
"name": "babel-plugin-transform-vue-jsx",
|
|
"escapedName": "babel-plugin-transform-vue-jsx",
|
|
"rawSpec": "3.7.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.7.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-3.7.0.tgz",
|
|
"_spec": "3.7.0",
|
|
"_where": "/Applications/work/GitLab/lepu-test-platform-web",
|
|
"author": {
|
|
"name": "Evan You"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/babel-plugin-transform-vue-jsx/issues"
|
|
},
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"description": "Babel plugin for Vue 2.0 JSX",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.0",
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-register": "^6.26.0",
|
|
"chai": "^4.1.2",
|
|
"eslint": "^4.16.0",
|
|
"eslint-plugin-vue-libs": "^2.1.0",
|
|
"mocha": "^5.0.0",
|
|
"vue": "^2.5.13",
|
|
"webpack": "^3.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib",
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/vuejs/babel-plugin-transform-vue-jsx#readme",
|
|
"keywords": [
|
|
"vue",
|
|
"babel",
|
|
"jsx"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "babel-plugin-transform-vue-jsx",
|
|
"peerDependencies": {
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/babel-plugin-transform-vue-jsx.git"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack -p index.js dist/babel-plugin-transform-vue-jsx.min.js --target=web --output-library=babel-plugin-transform-vue-jsx --output-library-target=umd --module-bind 'js=babel-loader'",
|
|
"dev": "cd example && webpack --watch",
|
|
"lint": "eslint index.js",
|
|
"prepublish": "npm run build",
|
|
"test": "npm run lint && mocha --compilers js:babel-register"
|
|
},
|
|
"unpkg": "dist/babel-plugin-transform-vue-jsx.min.js",
|
|
"version": "3.7.0"
|
|
}
|