Variables
				
					
					Const ALWAYS_IGNORE
					ALWAYS_IGNORE: string[] = [`/package.tgz`,`.github`,`.git`,`.hg`,`node_modules`,`.npmignore`,`.gitignore`,`.#*`,`.DS_Store`,]
					
				
				
					
					Const DEPENDENCY_TYPES
					DEPENDENCY_TYPES: string[] = [`dependencies`, `devDependencies`, `peerDependencies`]
					
				
				
					
					Const NEVER_IGNORE
					NEVER_IGNORE: string[] = [`/package.json`,`/readme`,`/readme.*`,`/license`,`/license.*`,`/licence`,`/licence.*`,`/changelog`,`/changelog.*`,]
					
				
				
					
					Const WORKSPACE_PROTOCOL
					WORKSPACE_PROTOCOL: "workspace:" = `workspace:`
					
				
			
			 
@yarnpkg/plugin-packThis plugin adds support for the
yarn packcommand.Install
This plugin is included by default in Yarn.