| 
									
										
										
										
											2019-12-03 15:28:59 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "checkout", | 
					
						
							| 
									
										
										
										
											2023-09-22 17:40:21 +00:00
										 |  |  |   "version": "4.1.0", | 
					
						
							| 
									
										
										
										
											2019-12-03 15:28:59 +00:00
										 |  |  |   "description": "checkout action", | 
					
						
							|  |  |  |   "main": "lib/main.js", | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							| 
									
										
										
										
											2020-03-02 16:33:30 +00:00
										 |  |  |     "build": "tsc && ncc build && node lib/misc/generate-docs.js", | 
					
						
							| 
									
										
										
										
											2020-05-19 16:34:05 +00:00
										 |  |  |     "format": "prettier --write '**/*.ts'", | 
					
						
							|  |  |  |     "format-check": "prettier --check '**/*.ts'", | 
					
						
							| 
									
										
										
										
											2019-12-03 15:28:59 +00:00
										 |  |  |     "lint": "eslint src/**/*.ts", | 
					
						
							| 
									
										
										
										
											2021-10-19 19:30:04 +00:00
										 |  |  |     "test": "jest", | 
					
						
							|  |  |  |     "licensed-check": "src/misc/licensed-check.sh", | 
					
						
							|  |  |  |     "licensed-generate": "src/misc/licensed-generate.sh" | 
					
						
							| 
									
										
										
										
											2019-12-03 15:28:59 +00:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							|  |  |  |     "url": "git+https://github.com/actions/checkout.git" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "keywords": [ | 
					
						
							|  |  |  |     "github", | 
					
						
							|  |  |  |     "actions", | 
					
						
							|  |  |  |     "checkout" | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   "author": "GitHub", | 
					
						
							|  |  |  |   "license": "MIT", | 
					
						
							|  |  |  |   "bugs": { | 
					
						
							|  |  |  |     "url": "https://github.com/actions/checkout/issues" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "homepage": "https://github.com/actions/checkout#readme", | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							| 
									
										
										
										
											2022-10-03 17:04:49 +00:00
										 |  |  |     "@actions/core": "^1.10.0", | 
					
						
							| 
									
										
										
										
											2019-12-03 15:28:59 +00:00
										 |  |  |     "@actions/exec": "^1.0.1", | 
					
						
							| 
									
										
										
										
											2023-04-12 11:55:27 +00:00
										 |  |  |     "@actions/github": "^5.0.0", | 
					
						
							| 
									
										
										
										
											2023-03-15 19:45:08 +00:00
										 |  |  |     "@actions/io": "^1.1.3", | 
					
						
							| 
									
										
										
										
											2019-12-12 18:16:16 +00:00
										 |  |  |     "@actions/tool-cache": "^1.1.2", | 
					
						
							|  |  |  |     "uuid": "^3.3.3" | 
					
						
							| 
									
										
										
										
											2019-12-03 15:28:59 +00:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "devDependencies": { | 
					
						
							| 
									
										
										
										
											2021-10-19 14:52:57 +00:00
										 |  |  |     "@types/jest": "^27.0.2", | 
					
						
							| 
									
										
										
										
											2023-08-29 15:01:52 +00:00
										 |  |  |     "@types/node": "^20.5.3", | 
					
						
							| 
									
										
										
										
											2019-12-12 18:16:16 +00:00
										 |  |  |     "@types/uuid": "^3.4.6", | 
					
						
							| 
									
										
										
										
											2022-12-12 18:44:24 +00:00
										 |  |  |     "@typescript-eslint/eslint-plugin": "^5.45.0", | 
					
						
							|  |  |  |     "@typescript-eslint/parser": "^5.45.0", | 
					
						
							| 
									
										
										
										
											2023-03-09 16:42:29 +00:00
										 |  |  |     "@vercel/ncc": "^0.36.1", | 
					
						
							| 
									
										
										
										
											2021-10-19 14:52:57 +00:00
										 |  |  |     "eslint": "^7.32.0", | 
					
						
							|  |  |  |     "eslint-plugin-github": "^4.3.2", | 
					
						
							| 
									
										
										
										
											2022-12-12 18:44:24 +00:00
										 |  |  |     "eslint-plugin-jest": "^25.7.0", | 
					
						
							| 
									
										
										
										
											2021-10-19 14:52:57 +00:00
										 |  |  |     "jest": "^27.3.0", | 
					
						
							|  |  |  |     "jest-circus": "^27.3.0", | 
					
						
							| 
									
										
										
										
											2019-12-03 15:28:59 +00:00
										 |  |  |     "js-yaml": "^3.13.1", | 
					
						
							|  |  |  |     "prettier": "^1.19.1", | 
					
						
							| 
									
										
										
										
											2021-10-19 14:52:57 +00:00
										 |  |  |     "ts-jest": "^27.0.7", | 
					
						
							|  |  |  |     "typescript": "^4.4.4" | 
					
						
							| 
									
										
										
										
											2019-12-03 15:28:59 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2023-08-24 13:54:47 +00:00
										 |  |  | } |