{"name":"cbor","version":"2.0.0","description":"Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).","main":"./lib/cbor.js","repository":{"type":"git","url":"git+ssh://git@github.com/hildjj/node-cbor.git"},"homepage":"http://hildjj.github.io/node-cbor/","directories":{"lib":"lib","man":"man"},"bin":{"cbor2comment":"./bin/cbor2comment","cbor2diag":"./bin/cbor2diag","cbor2json":"./bin/cbor2json","json2cbor":"./bin/json2cbor"},"scripts":{"clean":"rm -rf coverage .nyc_output/ docs/api man/*","lint":"standard src/*.js bin/* test/*.js","doc":"jsdoc -c .jsdoc.conf","coverage":"nyc npm test","coveragehtml":"nyc report -r html","precoveragehtml":"npm run coverage","test":"ava","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","watch":"watch 'npm run coveragehtml' lib/ test/","release":"npm version patch && git push --follow-tags && npm publish","live":"live-server --port=4002 --ignorePattern='(js|css|png)$' coverage","predev":"if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi","dev":"npm-run-all -p --silent watch live","coveralls":"nyc report --reporter=text-lcov | coveralls"},"keywords":["coap","cbor","json"],"author":{"name":"Joe Hildebrand","email":"joe-github@cursive.net"},"contributors":[{"name":"Patrick Gansterer","email":"paroga@paroga.com","url":"http://paroga.com/"},{"name":"Artyom Yagilev","email":"github@scorpi.org","url":"http://scorpi.org/"}],"ava":{"files":["test/*.ava.js"]},"devDependencies":{"ava":"*","garbage":"*","ink-docstrap":"*","jsdoc":"*","live-server":"*","marked-man":"*","npm-run-all":"*","nyc":"*","standard":"*","watch":"*"},"license":"MIT","dependencies":{"bignumber.js":"~2.4","commander":"^2.9","json-text-sequence":"^0.1","nofilter":"^0.0.3"},"engines":{"node":">=4"},"man":[],"gitHead":"5bd29fdd2303502ba71e05e10178bdf4b73093cc","bugs":{"url":"https://github.com/hildjj/node-cbor/issues"},"_id":"cbor@2.0.0","_shasum":"7eda5b9d8ab71f3cf3b60cdf1d780161275cd3ff","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.7.0","_npmUser":{"name":"hildjj","email":"joe-github@cursive.net"},"dist":{"shasum":"7eda5b9d8ab71f3cf3b60cdf1d780161275cd3ff","size":779626,"noattachment":false,"key":"/cbor/-/cbor-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/cbor/download/cbor-2.0.0.tgz"},"maintainers":[{"name":"dotcypress","email":"dotcypress@gmail.com"},{"name":"hildjj","email":"joe-github@cursive.net"},{"name":"paroga","email":"paroga@paroga.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/cbor-2.0.0.tgz_1476123091349_0.2259519558865577"},"publish_time":1476123092473,"_cnpm_publish_time":1476123092473,"_hasShrinkwrap":false,"dist-tags":{"latest":"10.0.12"}}