{
  "_from": "cbor@^4.1.1",
  "_id": "cbor@4.1.5",
  "_inBundle": false,
  "_integrity": "sha512-WqpISHl7/kk1u1uoaqctGyGiET3+wGN4A6pPsFCzEBztJJlCVxnMB4JwcuuNSrMiV4V6UBlxMkhNzJrUxDWO1A==",
  "_location": "/cbor",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cbor@^4.1.1",
    "name": "cbor",
    "escapedName": "cbor",
    "rawSpec": "^4.1.1",
    "saveSpec": null,
    "fetchSpec": "^4.1.1"
  },
  "_requiredBy": [
    "/@rlay/web3-rlay"
  ],
  "_resolved": "https://registry.npmjs.org/cbor/-/cbor-4.1.5.tgz",
  "_shasum": "c8ef3702b2f8710bde1425903c0c16a50419d369",
  "_spec": "cbor@^4.1.1",
  "_where": "/Users/mj/rlay-utils/rlay-client-lib/node_modules/@rlay/web3-rlay",
  "author": {
    "name": "Joe Hildebrand",
    "email": "joe-github@cursive.net"
  },
  "ava": {
    "files": [
      "test/*.ava.js"
    ]
  },
  "bin": {
    "cbor2comment": "./bin/cbor2comment",
    "cbor2diag": "./bin/cbor2diag",
    "cbor2json": "./bin/cbor2json",
    "json2cbor": "./bin/json2cbor"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/hildjj/node-cbor/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Patrick Gansterer",
      "email": "paroga@paroga.com",
      "url": "http://paroga.com/"
    },
    {
      "name": "Artyom Yagilev",
      "email": "github@scorpi.org",
      "url": "http://scorpi.org/"
    },
    {
      "name": "Denis Lapaev",
      "email": "den@lapaev.me",
      "url": "http://lapaev.me/"
    },
    {
      "name": "Ruben Bridgewater",
      "email": "ruben@bridgewater.de"
    },
    {
      "name": "Burt Harris",
      "email": "Burt_Harris_cbor@azxs.33mail.com"
    }
  ],
  "dependencies": {
    "bignumber.js": "^8.0.2",
    "commander": "^2.19.0",
    "json-text-sequence": "^0.1",
    "nofilter": "^1.0.1"
  },
  "deprecated": false,
  "description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).",
  "devDependencies": {
    "ava": "^1.2.0",
    "concordance": "^4.0",
    "garbage": "0.0",
    "jsdoc": "^3.5",
    "live-server": "*",
    "marked-man": "*",
    "minami": "*",
    "mock-stdio": "^1.0.3",
    "npm-run-all": "^4.1.5",
    "nyc": "^13.1.0",
    "watch": "*"
  },
  "directories": {
    "lib": "lib",
    "man": "man"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "homepage": "http://hildjj.github.io/node-cbor/",
  "keywords": [
    "coap",
    "cbor",
    "json"
  ],
  "license": "MIT",
  "main": "./lib/cbor.js",
  "man": [],
  "name": "cbor",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/hildjj/node-cbor.git"
  },
  "scripts": {
    "clean": "rm -rf coverage .nyc_output/ docs/api man/*",
    "coverage": "nyc npm test",
    "coveragehtml": "nyc report -r html",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "dev": "npm-run-all -p --silent watch live",
    "doc": "jsdoc -c .jsdoc.conf",
    "lint": "eslint lib/*.js bin/* test/*.js",
    "live": "live-server --port=4002 --ignorePattern='(js|css|png)$' coverage",
    "man": "mkdir -p man; for f in man_src/*.md; do b=`basename $f`; marked-man $f -o man/${b%.md}.1; gzip -9f man/${b%.md}.1; done",
    "precoveragehtml": "npm run coverage",
    "predev": "node tools/copyif.js",
    "release": "npm version patch && git push --follow-tags && npm publish",
    "test": "ava",
    "watch": "watch 'npm run coveragehtml' lib/ test/"
  },
  "version": "4.1.5"
}
