{"name":"cbor","version":"3.0.2","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"},"browser":{"fs":false},"scripts":{"clean":"rm -rf coverage .nyc_output/ docs/api man/*","prelint":"optional-dev-dependency -t lint","lint":"standard src/*.js bin/* test/*.js","predoc":"optional-dev-dependency -t doc","doc":"jsdoc -c .jsdoc.conf","precoverage":"optional-dev-dependency -t coverage","coverage":"nyc npm test","coveragehtml":"nyc report -r html","precoveragehtml":"npm run coverage","test":"ava","preman":"optional-dev-dependency -t doc","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; optional-dev-dependency -t dev","dev":"npm-run-all -p --silent watch live","precoveralls":"optional-dev-dependency -t ci","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":"^0.21","concordance":"^3.0","garbage":"0.0.0","optional-dev-dependency":">=1.4"},"license":"MIT","dependencies":{"bignumber.js":"^4.0","commander":"^2.11","json-text-sequence":"^0.1","nofilter":"^0.0.3"},"engines":{"node":">=4"},"optionalDevDependencies":{"ava":["*","test"],"standard":["*","lint"],"jsdoc":["*","doc"],"minami":["*","doc"],"marked-man":["*","man"],"nyc":["*","coverage"],"live-server":["*","dev"],"npm-run-all":["*","dev"],"watch":["*","dev"],"coveralls":["*","ci"]},"man":[],"gitHead":"10f9cc16c5029db84236793f1495c6fa19083090","bugs":{"url":"https://github.com/hildjj/node-cbor/issues"},"_id":"cbor@3.0.2","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"hildjj","email":"joe-github@cursive.net"},"dist":{"shasum":"e0cb8bed9388807f523c61ff0b80f3bf3543340e","size":657718,"noattachment":false,"key":"/cbor/-/cbor-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/cbor/download/cbor-3.0.2.tgz"},"maintainers":[{"name":"dotcypress","email":"dotcypress@gmail.com"},{"name":"hildjj","email":"joe-github@cursive.net"},{"name":"paroga","email":"paroga@paroga.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cbor-3.0.2.tgz_1500349919295_0.6960146087221801"},"publish_time":1500349921218,"_cnpm_publish_time":1500349921218,"_hasShrinkwrap":false,"dist-tags":{"latest":"10.0.12"}}