mirror of
				https://github.com/therootcompany/keypairs.js.git
				synced 2024-11-16 17:29:03 +00:00 
			
		
		
		
	chore: fix url, update lint config
This commit is contained in:
		
							parent
							
								
									2e74219361
								
							
						
					
					
						commit
						ac1ff1ad4d
					
				
							
								
								
									
										6
									
								
								.jshintrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.jshintrc
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
						"esversion": 11,
 | 
				
			||||||
 | 
						"node": true,
 | 
				
			||||||
 | 
						"unused": true,
 | 
				
			||||||
 | 
						"curly": true
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										20
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								package.json
									
									
									
									
									
								
							@ -12,26 +12,12 @@
 | 
				
			|||||||
	"scripts": {
 | 
						"scripts": {
 | 
				
			||||||
		"test": "node tests"
 | 
							"test": "node tests"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"files": [
 | 
						"files": ["*.js", "bin", "lib", "dist"],
 | 
				
			||||||
		"*.js",
 | 
					 | 
				
			||||||
		"bin",
 | 
					 | 
				
			||||||
		"lib",
 | 
					 | 
				
			||||||
		"dist"
 | 
					 | 
				
			||||||
	],
 | 
					 | 
				
			||||||
	"repository": {
 | 
						"repository": {
 | 
				
			||||||
		"type": "git",
 | 
							"type": "git",
 | 
				
			||||||
		"url": "https://git.rootprojects.org/root/csr.js.git"
 | 
							"url": "https://github.com/therootcompany/keypairs.js.git"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"keywords": [
 | 
						"keywords": ["ASN.1", "DER", "PEM", "x509", "RSA", "EC", "ECDSA", "asn1"],
 | 
				
			||||||
		"ASN.1",
 | 
					 | 
				
			||||||
		"DER",
 | 
					 | 
				
			||||||
		"PEM",
 | 
					 | 
				
			||||||
		"x509",
 | 
					 | 
				
			||||||
		"RSA",
 | 
					 | 
				
			||||||
		"EC",
 | 
					 | 
				
			||||||
		"ECDSA",
 | 
					 | 
				
			||||||
		"asn1"
 | 
					 | 
				
			||||||
	],
 | 
					 | 
				
			||||||
	"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | 
						"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | 
				
			||||||
	"license": "MPL-2.0",
 | 
						"license": "MPL-2.0",
 | 
				
			||||||
	"dependencies": {
 | 
						"dependencies": {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user