{"name":"cbor","version":"2.0.1","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/*","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":"*","garbage":"*","optional-dev-dependency":"git://github.com/hildjj/optional-dev-dependency.git#package"},"license":"MIT","dependencies":{"bignumber.js":"~2.4","commander":"^2.9","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":"9af7a5eaccdd7c2261b7dd35b4c9d1947b299367","bugs":{"url":"https://github.com/hildjj/node-cbor/issues"},"_id":"cbor@2.0.1","_shasum":"b8848b46c197002bac37abb748d2d2008942ac72","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.1","_npmUser":{"name":"hildjj","email":"joe-github@cursive.net"},"dist":{"shasum":"b8848b46c197002bac37abb748d2d2008942ac72","size":654245,"noattachment":false,"key":"/cbor/-/cbor-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/cbor/download/cbor-2.0.1.tgz"},"maintainers":[{"name":"dotcypress","email":"dotcypress@gmail.com"},{"name":"hildjj","email":"joe-github@cursive.net"},{"name":"paroga","email":"paroga@paroga.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/cbor-2.0.1.tgz_1477344298663_0.09637746587395668"},"publish_time":1477344298924,"_cnpm_publish_time":1477344298924,"_hasShrinkwrap":false,"dist-tags":{"latest":"10.0.12"}}