Path: blob/master/node_modules/@protobufjs/float/package.json
1126 views
{1"name": "@protobufjs/float",2"description": "Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.",3"version": "1.0.2",4"author": "Daniel Wirtz <[email protected]>",5"repository": {6"type": "git",7"url": "https://github.com/dcodeIO/protobuf.js.git"8},9"dependencies": {},10"license": "BSD-3-Clause",11"main": "index.js",12"types": "index.d.ts",13"devDependencies": {14"benchmark": "^2.1.4",15"chalk": "^1.1.3",16"ieee754": "^1.1.8",17"istanbul": "^0.4.5",18"tape": "^4.6.3"19},20"scripts": {21"test": "tape tests/*.js",22"coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js",23"bench": "node bench"24}25}2627