{
  "_from": "ieee-float@^0.6.0",
  "_id": "ieee-float@0.6.0",
  "_inBundle": false,
  "_integrity": "sha1-poqFa6HvUR5/oOfn4VXDpjZCpV0=",
  "_location": "/ieee-float",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ieee-float@^0.6.0",
    "name": "ieee-float",
    "escapedName": "ieee-float",
    "rawSpec": "^0.6.0",
    "saveSpec": null,
    "fetchSpec": "^0.6.0"
  },
  "_requiredBy": [
    "/fcbuffer"
  ],
  "_resolved": "https://registry.npm.alibaba-inc.com/ieee-float/download/ieee-float-0.6.0.tgz",
  "_shasum": "a68a856ba1ef511e7fa0e7e7e155c3a63642a55d",
  "_spec": "ieee-float@^0.6.0",
  "_where": "/Users/liudan/ant-baas/alipay-program-plugin/node_modules/fcbuffer",
  "author": {
    "name": "Andras"
  },
  "bugs": {
    "url": "https://github.com/andrasq/node-ieee-float/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "pure javascript IEEE 754 32-bit and 64-bit floating point binary conversion",
  "devDependencies": {
    "qnit": "0.19.0",
    "qtimeit": "0.21.0"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "homepage": "https://github.com/andrasq/node-ieee-float/tree/readme#readme",
  "keywords": [
    "ieee",
    "754",
    "floating point",
    "conversion",
    "read",
    "write"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "ieee-float",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrasq/node-ieee-float.git#readme"
  },
  "scripts": {
    "benchmark": "node benchmark.js",
    "clean": "rm -rf .nyc_output coverage npm-debug.log",
    "coverage": "nyc --reporter lcov --reporter text npm test",
    "test": "qnit -t 30000 test*"
  },
  "version": "0.6.0"
}
