react / wstein / node_modules / browserify / node_modules / buffer / node_modules / ieee754 / package.json
80538 views{1"name": "ieee754",2"version": "1.1.5",3"description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",4"main": "index.js",5"dependencies": {},6"devDependencies": {7"standard": "^3.7.3",8"tape": "^4.0.0",9"zuul": "^3.0.0"10},11"repository": {12"type": "git",13"url": "git://github.com/feross/ieee754.git"14},15"keywords": [16"ieee754",17"IEEE 754",18"floating point",19"buffer",20"convert"21],22"author": {23"name": "Feross Aboukhadijeh",24"email": "[email protected]",25"url": "http://feross.org/"26},27"contributors": [28{29"name": "Romain Beauxis",30"email": "[email protected]"31}32],33"scripts": {34"test": "standard && npm run test-node && npm run test-browser",35"test-browser": "zuul -- test/*.js",36"test-browser-local": "zuul --local -- test/*.js",37"test-node": "tape test/*.js"38},39"license": "MIT",40"gitHead": "a92e12057e5005f2b8903872a181f020ac5ba01c",41"bugs": {42"url": "https://github.com/feross/ieee754/issues"43},44"homepage": "https://github.com/feross/ieee754",45"_id": "[email protected]",46"_shasum": "2ddd7b4e3e48bcc67a32eed6abe9eeb18c5159e8",47"_from": "ieee754@>=1.1.4 <2.0.0",48"_npmVersion": "2.7.4",49"_nodeVersion": "0.12.2",50"_npmUser": {51"name": "feross",52"email": "[email protected]"53},54"maintainers": [55{56"name": "feross",57"email": "[email protected]"58}59],60"dist": {61"shasum": "2ddd7b4e3e48bcc67a32eed6abe9eeb18c5159e8",62"tarball": "http://registry.npmjs.org/ieee754/-/ieee754-1.1.5.tgz"63},64"directories": {},65"_resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.5.tgz",66"readme": "ERROR: No README data found!"67}686970