{"name":"token-types","version":"2.1.0","description":"Common token types for decoding and encoding numeric and string values","author":{"name":"Borewit","url":"https://github.com/Borewit"},"funding":{"type":"github","url":"https://github.com/sponsors/Borewit"},"scripts":{"clean":"del-cli lib/**/*.js lib/***.js.map *.d.ts test/**/*.d.ts test/**/*.js test/**/*.js.map .nyc_output","build":"npm run compile","compile-src":"tsc --p lib","compile-test":"tsc --p test","compile":"npm run compile-src && npm run compile-test","lint-ts":"tslint index.ts --exclude '*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","lint-md":"remark -u preset-lint-recommended .","lint":"npm run lint-ts && npm run lint-md","test":"mocha --require ts-node/register --require source-map-support/register --full-trace --recursive test/test-*.ts","test-coverage":"nyc npm run test","coveralls":"npm run test-coverage && nyc report --reporter=text-lcov | coveralls"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/token-types.git"},"license":"MIT","main":"lib/index.js","types":"lib/index.d.ts","bugs":{"url":"https://github.com/Borewit/token-types/issues"},"devDependencies":{"@types/chai":"^4.2.12","@types/mocha":"^5.2.5","@types/node":"^14.6.4","chai":"^4.2.0","coveralls":"^3.1.0","del-cli":"^3.0.0","mocha":"^7.2.0","nyc":"^15.0.0","remark-cli":"^7.0.1","remark-preset-lint-recommended":"^3.0.3","source-map-support":"^0.5.19","ts-node":"^9.0.0","tslint":"^6.0.0","typescript":"^4.0.2"},"dependencies":{"@tokenizer/token":"^0.1.1","ieee754":"^1.1.13"},"remarkConfig":{"plugins":["preset-lint-recommended"]},"nyc":{"exclude":["test/**/*.ts","lib/**/*.*.js"],"extension":[".ts"],"sourceMap":true,"instrument":true,"reporter":["lcov","text"],"report-dir":"coverage"},"keywords":["token","integer","unsigned","numeric","float","IEEE","754","strtok3"],"gitHead":"94770e938d4ab920bf021e2069eb1cf997d70e52","homepage":"https://github.com/Borewit/token-types#readme","_id":"token-types@2.1.0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"eba77672bcbf7a769e3f9784e66843583c6cd09f","size":6127,"noattachment":false,"key":"/token-types/-/token-types-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/token-types/download/token-types-2.1.0.tgz"},"_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"directories":{},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/token-types_2.1.0_1610303787841_0.6300255077816184"},"_hasShrinkwrap":false,"publish_time":1610303787959,"_cnpm_publish_time":1610303787959,"dist-tags":{"cjs":"4.2.1","esm":"5.0.0-alpha.3","latest":"6.1.2"}}