mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-10-30 01:20:05 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			525 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			525 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "big-integer",
 | |
|   "description": "An arbitrary length integer library for Javascript",
 | |
|   "main": "./BigInteger.js",
 | |
|   "authors": [
 | |
|     "Peter Olson"
 | |
|   ],
 | |
|   "license": "Unlicense",
 | |
|   "keywords": [
 | |
|     "math",
 | |
|     "big",
 | |
|     "bignum",
 | |
|     "bigint",
 | |
|     "biginteger",
 | |
|     "integer",
 | |
|     "arbitrary",
 | |
|     "precision",
 | |
|     "arithmetic"
 | |
|   ],
 | |
|   "homepage": "https://github.com/peterolson/BigInteger.js",
 | |
|   "ignore": [
 | |
|     "**/.*",
 | |
|     "node_modules",
 | |
|     "bower_components",
 | |
|     "test",
 | |
|     "coverage",
 | |
|     "tests"
 | |
|   ]
 | |
| }
 | 
