mirror of
				https://gitea.com/actions/setup-go.git
				synced 2025-10-29 07:47:16 +00:00 
			
		
		
		
	
							
								
								
									
										0
									
								
								node_modules/uuid/bin/uuid
									
									
									
										generated
									
									
										vendored
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								node_modules/uuid/bin/uuid
									
									
									
										generated
									
									
										vendored
									
									
										
										
										Normal file → Executable file
									
								
							
							
								
								
									
										102
									
								
								node_modules/uuid/package.json
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										102
									
								
								node_modules/uuid/package.json
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,69 +1,21 @@ | ||||
| { | ||||
|   "_from": "uuid@^3.3.2", | ||||
|   "_id": "uuid@3.3.2", | ||||
|   "_inBundle": false, | ||||
|   "_integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", | ||||
|   "_location": "/uuid", | ||||
|   "_phantomChildren": {}, | ||||
|   "_requested": { | ||||
|     "type": "range", | ||||
|     "registry": true, | ||||
|     "raw": "uuid@^3.3.2", | ||||
|     "name": "uuid", | ||||
|     "escapedName": "uuid", | ||||
|     "rawSpec": "^3.3.2", | ||||
|     "saveSpec": null, | ||||
|     "fetchSpec": "^3.3.2" | ||||
|   }, | ||||
|   "_requiredBy": [ | ||||
|     "/@actions/tool-cache", | ||||
|     "/request" | ||||
|   ], | ||||
|   "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", | ||||
|   "_shasum": "1b4af4955eb3077c501c23872fc6513811587131", | ||||
|   "_spec": "uuid@^3.3.2", | ||||
|   "_where": "C:\\Users\\damccorm\\Documents\\setup-go\\node_modules\\@actions\\tool-cache", | ||||
|   "bin": { | ||||
|     "uuid": "./bin/uuid" | ||||
|   }, | ||||
|   "browser": { | ||||
|     "./lib/rng.js": "./lib/rng-browser.js", | ||||
|     "./lib/sha1.js": "./lib/sha1-browser.js", | ||||
|     "./lib/md5.js": "./lib/md5-browser.js" | ||||
|   }, | ||||
|   "bugs": { | ||||
|     "url": "https://github.com/kelektiv/node-uuid/issues" | ||||
|   }, | ||||
|   "bundleDependencies": false, | ||||
|   "name": "uuid", | ||||
|   "version": "3.3.2", | ||||
|   "description": "RFC4122 (v1, v4, and v5) UUIDs", | ||||
|   "commitlint": { | ||||
|     "extends": [ | ||||
|       "@commitlint/config-conventional" | ||||
|     ] | ||||
|   }, | ||||
|   "contributors": [ | ||||
|     { | ||||
|       "name": "Robert Kieffer", | ||||
|       "email": "robert@broofa.com" | ||||
|     }, | ||||
|     { | ||||
|       "name": "Christoph Tavan", | ||||
|       "email": "dev@tavan.de" | ||||
|     }, | ||||
|     { | ||||
|       "name": "AJ ONeal", | ||||
|       "email": "coolaj86@gmail.com" | ||||
|     }, | ||||
|     { | ||||
|       "name": "Vincent Voyer", | ||||
|       "email": "vincent@zeroload.net" | ||||
|     }, | ||||
|     { | ||||
|       "name": "Roman Shtylman", | ||||
|       "email": "shtylman@gmail.com" | ||||
|     } | ||||
|   "keywords": [ | ||||
|     "uuid", | ||||
|     "guid", | ||||
|     "rfc4122" | ||||
|   ], | ||||
|   "deprecated": false, | ||||
|   "description": "RFC4122 (v1, v4, and v5) UUIDs", | ||||
|   "license": "MIT", | ||||
|   "bin": { | ||||
|     "uuid": "./bin/uuid" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@commitlint/cli": "7.0.0", | ||||
|     "@commitlint/config-conventional": "7.0.1", | ||||
| @@ -73,24 +25,24 @@ | ||||
|     "runmd": "1.0.1", | ||||
|     "standard-version": "4.4.0" | ||||
|   }, | ||||
|   "homepage": "https://github.com/kelektiv/node-uuid#readme", | ||||
|   "keywords": [ | ||||
|     "uuid", | ||||
|     "guid", | ||||
|     "rfc4122" | ||||
|   ], | ||||
|   "license": "MIT", | ||||
|   "name": "uuid", | ||||
|   "repository": { | ||||
|     "type": "git", | ||||
|     "url": "git+https://github.com/kelektiv/node-uuid.git" | ||||
|   }, | ||||
|   "scripts": { | ||||
|     "commitmsg": "commitlint -E GIT_PARAMS", | ||||
|     "test": "mocha test/test.js", | ||||
|     "md": "runmd --watch --output=README.md README_js.md", | ||||
|     "prepare": "runmd --output=README.md README_js.md", | ||||
|     "release": "standard-version", | ||||
|     "test": "mocha test/test.js" | ||||
|     "prepare": "runmd --output=README.md README_js.md" | ||||
|   }, | ||||
|   "version": "3.3.2" | ||||
| } | ||||
|   "browser": { | ||||
|     "./lib/rng.js": "./lib/rng-browser.js", | ||||
|     "./lib/sha1.js": "./lib/sha1-browser.js", | ||||
|     "./lib/md5.js": "./lib/md5-browser.js" | ||||
|   }, | ||||
|   "repository": { | ||||
|     "type": "git", | ||||
|     "url": "https://github.com/kelektiv/node-uuid.git" | ||||
|   } | ||||
|  | ||||
| ,"_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz" | ||||
| ,"_integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" | ||||
| ,"_from": "uuid@3.3.2" | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Thomas Boop
					Thomas Boop