You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			24 lines
		
	
	
		
			652 B
		
	
	
	
		
			JSON
		
	
		
		
			
		
	
	
			24 lines
		
	
	
		
			652 B
		
	
	
	
		
			JSON
		
	
| 
											9 months ago
										 | { | ||
|  |   "name": "@webassemblyjs/floating-point-hex-parser", | ||
|  |   "scripts": { | ||
|  |     "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall" | ||
|  |   }, | ||
|  |   "repository": { | ||
|  |     "type": "git", | ||
|  |     "url": "https://github.com/xtuc/webassemblyjs.git" | ||
|  |   }, | ||
|  |   "publishConfig": { | ||
|  |     "access": "public" | ||
|  |   }, | ||
|  |   "version": "1.11.6", | ||
|  |   "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification", | ||
|  |   "main": "lib/index.js", | ||
|  |   "module": "esm/index.js", | ||
|  |   "keywords": [ | ||
|  |     "webassembly", | ||
|  |     "floating-point" | ||
|  |   ], | ||
|  |   "author": "Mauro Bringolf", | ||
|  |   "license": "MIT" | ||
|  | } |