package.json (1626B)
1 { 2 "name": "@stdlib/number/float64/base/get-high-word", 3 "version": "0.0.0", 4 "description": "Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.", 5 "license": "Apache-2.0", 6 "author": { 7 "name": "The Stdlib Authors", 8 "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" 9 }, 10 "contributors": [ 11 { 12 "name": "The Stdlib Authors", 13 "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" 14 } 15 ], 16 "main": "./lib", 17 "gypfile": true, 18 "directories": { 19 "benchmark": "./benchmark", 20 "doc": "./docs", 21 "example": "./examples", 22 "include": "./include", 23 "lib": "./lib", 24 "src": "./src", 25 "test": "./test" 26 }, 27 "types": "./docs/types", 28 "scripts": {}, 29 "homepage": "https://github.com/stdlib-js/stdlib", 30 "repository": { 31 "type": "git", 32 "url": "git://github.com/stdlib-js/stdlib.git" 33 }, 34 "bugs": { 35 "url": "https://github.com/stdlib-js/stdlib/issues" 36 }, 37 "dependencies": {}, 38 "devDependencies": {}, 39 "engines": { 40 "node": ">=0.10.0", 41 "npm": ">2.7.0" 42 }, 43 "os": [ 44 "aix", 45 "darwin", 46 "freebsd", 47 "linux", 48 "macos", 49 "openbsd", 50 "sunos", 51 "win32", 52 "windows" 53 ], 54 "keywords": [ 55 "stdlib", 56 "stdtypes", 57 "base", 58 "utilities", 59 "utility", 60 "utils", 61 "util", 62 "types", 63 "type", 64 "float64", 65 "floating-point", 66 "float", 67 "double", 68 "dbl", 69 "words", 70 "word", 71 "high", 72 "sign", 73 "signbit", 74 "significand", 75 "mantissa", 76 "exponent", 77 "fraction", 78 "ieee754" 79 ] 80 }