mirror of https://github.com/vuejs/core.git
				
				
				
			
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|   "name": "@vue/compat",
 | |
|   "version": "3.2.44",
 | |
|   "description": "Vue 3 compatibility build for Vue 2",
 | |
|   "main": "index.js",
 | |
|   "module": "dist/vue.runtime.esm-bundler.js",
 | |
|   "unpkg": "dist/vue.global.js",
 | |
|   "jsdelivr": "dist/vue.global.js",
 | |
|   "files": [
 | |
|     "index.js",
 | |
|     "dist"
 | |
|   ],
 | |
|   "buildOptions": {
 | |
|     "name": "Vue",
 | |
|     "filename": "vue",
 | |
|     "compat": true,
 | |
|     "formats": [
 | |
|       "esm-bundler",
 | |
|       "esm-bundler-runtime",
 | |
|       "cjs",
 | |
|       "global",
 | |
|       "global-runtime",
 | |
|       "esm-browser",
 | |
|       "esm-browser-runtime"
 | |
|     ]
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/vuejs/core.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "vue"
 | |
|   ],
 | |
|   "author": "Evan You",
 | |
|   "license": "MIT",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/vuejs/core/issues"
 | |
|   },
 | |
|   "homepage": "https://github.com/vuejs/core/tree/main/packages/vue-compat#readme",
 | |
|   "dependencies": {
 | |
|     "@babel/parser": "^7.16.4",
 | |
|     "estree-walker": "^2.0.2",
 | |
|     "source-map": "^0.6.1"
 | |
|   },
 | |
|   "peerDependencies": {
 | |
|     "vue": "3.2.44"
 | |
|   }
 | |
| }
 |