mirror of
				https://github.com/taixingyiji/openit.git
				synced 2025-11-04 14:54:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			551 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			551 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "ip-address",
 | 
						|
  "description": "A library for parsing IPv6 and IPv4 IP addresses in node and the browser.",
 | 
						|
  "main": "dist/ip-address-globals.js",
 | 
						|
  "authors": [
 | 
						|
    "Beau Gunderson <beau@beaugunderson.com> (https://beaugunderson.com/)"
 | 
						|
  ],
 | 
						|
  "license": "MIT",
 | 
						|
  "keywords": [
 | 
						|
    "ipv6",
 | 
						|
    "ipv4",
 | 
						|
    "browser",
 | 
						|
    "validation"
 | 
						|
  ],
 | 
						|
  "homepage": "https://github.com/beaugunderson/ip-address",
 | 
						|
  "moduleType": [
 | 
						|
    "globals"
 | 
						|
  ],
 | 
						|
  "ignore": [
 | 
						|
    "**/.*",
 | 
						|
    "node_modules",
 | 
						|
    "bower_components",
 | 
						|
    "test",
 | 
						|
    "tests"
 | 
						|
  ]
 | 
						|
}
 |