package.json 2.51 KB
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
{
  "_args": [
    [
      "babel-plugin-transform-vue-jsx@3.7.0",
      "E:\\changfa\\crscd-view"
    ]
  ],
  "_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": "E:\\changfa\\crscd-view",
  "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"
}