package.json 1.76 KB
{
  "_args": [
    [
      "ieee754@1.1.12",
      "/Library/WebServer/Documents/mywork/dyitoc"
    ]
  ],
  "_development": true,
  "_from": "ieee754@1.1.12",
  "_id": "ieee754@1.1.12",
  "_inBundle": false,
  "_integrity": "sha1-UL8k5bnIu5ivSWTJQc2wkY2ntgs=",
  "_location": "/ieee754",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ieee754@1.1.12",
    "name": "ieee754",
    "escapedName": "ieee754",
    "rawSpec": "1.1.12",
    "saveSpec": null,
    "fetchSpec": "1.1.12"
  },
  "_requiredBy": [
    "/buffer"
  ],
  "_resolved": "http://registry.npm.taobao.org/ieee754/download/ieee754-1.1.12.tgz",
  "_spec": "1.1.12",
  "_where": "/Library/WebServer/Documents/mywork/dyitoc",
  "author": {
    "name": "Feross Aboukhadijeh",
    "email": "feross@feross.org",
    "url": "http://feross.org"
  },
  "bugs": {
    "url": "https://github.com/feross/ieee754/issues"
  },
  "contributors": [
    {
      "name": "Romain Beauxis",
      "email": "toots@rastageeks.org"
    }
  ],
  "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
  "devDependencies": {
    "airtap": "0.0.7",
    "standard": "*",
    "tape": "^4.0.0"
  },
  "homepage": "https://github.com/feross/ieee754#readme",
  "keywords": [
    "IEEE 754",
    "buffer",
    "convert",
    "floating point",
    "ieee754"
  ],
  "license": "BSD-3-Clause",
  "main": "index.js",
  "name": "ieee754",
  "repository": {
    "type": "git",
    "url": "git://github.com/feross/ieee754.git"
  },
  "scripts": {
    "test": "standard && npm run test-node && npm run test-browser",
    "test-browser": "airtap -- test/*.js",
    "test-browser-local": "airtap --local -- test/*.js",
    "test-node": "tape test/*.js"
  },
  "version": "1.1.12"
}