| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@vue/cli-plugin-babel",
- "version": "3.12.1",
- "description": "babel plugin for vue-cli",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue-cli.git",
- "directory": "packages/@vue/cli-plugin-babel"
- },
- "keywords": [
- "vue",
- "cli",
- "babel"
- ],
- "author": "Evan You",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/vuejs/vue-cli/issues"
- },
- "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
- "dependencies": {
- "@babel/core": "^7.0.0",
- "@vue/babel-preset-app": "^3.12.1",
- "@vue/cli-shared-utils": "^3.12.1",
- "babel-loader": "^8.0.5",
- "webpack": "^4.0.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:30 GMT+0800 (CST)",
- "_from": "@vue/cli-plugin-babel@3.12.1",
- "_resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-babel/download/@vue/cli-plugin-babel-3.12.1.tgz?cache=0&sync_timestamp=1607993492631&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-babel%2Fdownload%2F%40vue%2Fcli-plugin-babel-3.12.1.tgz"
- }
|