{"_id":"itype","_rev":"4138669","name":"itype","description":"Improved type check","dist-tags":{"latest":"3.0.1"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"time":{"modified":"2026-03-01T19:04:03.000Z","created":"2014-12-22T09:04:29.453Z","3.0.1":"2019-12-13T09:57:06.755Z","3.0.0":"2019-12-13T09:56:14.485Z","2.0.4":"2019-12-13T08:24:22.654Z","2.0.3":"2016-12-28T15:16:37.370Z","2.0.2":"2016-12-28T15:14:04.140Z","2.0.1":"2016-12-28T15:10:40.935Z","2.0.0":"2016-12-28T14:57:20.741Z","1.0.2":"2015-01-30T08:52:12.922Z","1.0.1":"2014-12-22T12:13:54.675Z","1.0.0":"2014-12-22T09:04:29.453Z"},"users":{},"author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"https://github.com/coderaiser"},"repository":{"type":"git","url":"git://github.com/coderaiser/itype.git"},"versions":{"3.0.1":{"name":"itype","version":"3.0.1","author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"https://github.com/coderaiser"},"description":"Improved type check","main":"lib/itype.js","repository":{"type":"git","url":"git://github.com/coderaiser/itype.git"},"keywords":["type","string","array","object","boolean","null","undefined","check"],"scripts":{"test":"madrun test","watcher":"madrun watcher","watch:test":"madrun watch:test","watch:coverage":"madrun watch:coverage","lint":"madrun lint","fix:lint":"madrun fix:lint","coverage":"madrun coverage","report":"madrun report"},"engines":{"node":">=8"},"dependencies":{},"license":"MIT","devDependencies":{"coveralls":"^3.0.9","eslint":"^6.7.2","eslint-plugin-node":"^10.0.0","eslint-plugin-putout":"^3.0.0","madrun":"^5.0.1","nodemon":"^2.0.2","nyc":"^14.1.1","putout":"^7.3.1","supertape":"^1.2.3"},"gitHead":"59ed42762c47568191d1292323858607381c8a8f","bugs":{"url":"https://github.com/coderaiser/itype/issues"},"homepage":"https://github.com/coderaiser/itype#readme","_id":"itype@3.0.1","_nodeVersion":"13.3.0","_npmVersion":"6.12.1","dist":{"shasum":"99eeb4f5429c3a7be061882f0235bea67de71e03","size":2310,"noattachment":false,"key":"/itype/-/itype-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/itype/download/itype-3.0.1.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/itype_3.0.1_1576231026610_0.5988283058475934"},"_hasShrinkwrap":false,"publish_time":1576231026755,"_cnpm_publish_time":1576231026755,"_cnpmcore_publish_time":"2021-12-16T17:29:08.934Z"},"3.0.0":{"name":"itype","version":"3.0.0","author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"https://github.com/coderaiser"},"description":"Improved type check","main":"lib/itype.js","repository":{"type":"git","url":"git://github.com/coderaiser/itype.git"},"keywords":["type","string","array","object","boolean","null","undefined","check"],"scripts":{"test":"madrun test","watcher":"madrun watcher","watch:test":"madrun watch:test","watch:coverage":"madrun watch:coverage","lint":"madrun lint","fix:lint":"madrun fix:lint","coverage":"madrun coverage","report":"madrun report"},"engines":{"node":">=8"},"dependencies":{},"license":"MIT","devDependencies":{"coveralls":"^3.0.9","eslint":"^6.7.2","eslint-plugin-node":"^10.0.0","eslint-plugin-putout":"^3.0.0","madrun":"^5.0.1","nodemon":"^2.0.2","nyc":"^14.1.1","putout":"^7.3.1","supertape":"^1.2.3"},"gitHead":"034a979c2c7a8c8eadc272ed4b59b5eaf590d569","bugs":{"url":"https://github.com/coderaiser/itype/issues"},"homepage":"https://github.com/coderaiser/itype#readme","_id":"itype@3.0.0","_nodeVersion":"13.3.0","_npmVersion":"6.12.1","dist":{"shasum":"2ee63f6d85445e6d7a7ebc7346a23f94f72a1bc2","size":3396,"noattachment":false,"key":"/itype/-/itype-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/itype/download/itype-3.0.0.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/itype_3.0.0_1576230974298_0.1561468815754261"},"_hasShrinkwrap":false,"publish_time":1576230974485,"_cnpm_publish_time":1576230974485,"_cnpmcore_publish_time":"2021-12-16T17:29:09.169Z"},"2.0.4":{"name":"itype","version":"2.0.4","author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"https://github.com/coderaiser"},"description":"Improved type check","main":"lib/itype.js","repository":{"type":"git","url":"git://github.com/coderaiser/itype.git"},"keywords":["type","string","array","object","boolean","null","undefined","check"],"scripts":{"test":"tape test/*.js","watcher":"nodemon -w test -w lib --exec","watch:test":"npm run watcher -- npm test","watch:coverage":"npm run watcher -- npm run coverage","lint":"eslint lib test","build":"redrun clean init 6to5 legacy:* bundle minify","init":"mkdirp dist legacy","minify":"minify dist/itype.js > dist/itype.min.js","wisdom":"npm run build","clean":"rimraf legacy dist","bundle:base":"browserify -s itype --ng false","bundle":"npm run bundle:base -- -r ./legacy/lib/itype.js:itype ./legacy/lib/itype.js -o dist/itype.js","coverage":"nyc npm test","report":"nyc report --reporter=text-lcov | coveralls","6to5":"buble lib -o legacy/lib","legacy:index":"echo \"module.exports = require('./lib/itype');\" > legacy/index.js"},"dependencies":{},"license":"MIT","devDependencies":{"browserify":"^13.0.0","buble":"^0.15.1","coveralls":"^2.11.9","eslint":"^3.10.2","minify":"^2.0.5","mkdirp":"^0.5.1","nodemon":"^1.11.0","nyc":"^10.0.0","redrun":"^5.0.1","tape":"^4.5.1"},"gitHead":"6b333296300b8a4f62a1e9ba55b1820922f0b489","bugs":{"url":"https://github.com/coderaiser/itype/issues"},"homepage":"https://github.com/coderaiser/itype#readme","_id":"itype@2.0.4","_nodeVersion":"13.3.0","_npmVersion":"6.12.1","dist":{"shasum":"cace43cef7b7788d6f51364dce0220ff95d1c571","size":3464,"noattachment":false,"key":"/itype/-/itype-2.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/itype/download/itype-2.0.4.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/itype_2.0.4_1576225462454_0.9448616087809478"},"_hasShrinkwrap":false,"publish_time":1576225462654,"_cnpm_publish_time":1576225462654,"_cnpmcore_publish_time":"2021-12-16T17:29:09.498Z"},"2.0.3":{"name":"itype","version":"2.0.3","author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"https://github.com/coderaiser"},"description":"Improved type check","main":"lib/itype.js","repository":{"type":"git","url":"git://github.com/coderaiser/itype.git"},"keywords":["type","string","array","object","boolean","null","undefined","check"],"scripts":{"test":"tape test/*.js","watcher":"nodemon -w test -w lib --exec","watch:test":"npm run watcher -- npm test","watch:coverage":"npm run watcher -- npm run coverage","lint":"eslint lib test","build":"redrun clean init 6to5 legacy:* bundle minify","init":"mkdirp dist legacy","minify":"minify dist/itype.js > dist/itype.min.js","wisdom":"npm run build","clean":"rimraf legacy dist","bundle:base":"browserify -s itype --ng false","bundle":"npm run bundle:base -- -r ./legacy/lib/itype.js:itype ./legacy/lib/itype.js -o dist/itype.js","coverage":"nyc npm test","report":"nyc report --reporter=text-lcov | coveralls","6to5":"buble lib -o legacy/lib","legacy:index":"echo \"module.exports = require('./lib/itype');\" > legacy/index.js"},"dependencies":{},"license":"MIT","devDependencies":{"browserify":"^13.0.0","buble":"^0.15.1","coveralls":"^2.11.9","eslint":"^3.10.2","minify":"^2.0.5","mkdirp":"^0.5.1","nodemon":"^1.11.0","nyc":"^10.0.0","redrun":"^5.0.1","tape":"^4.5.1"},"gitHead":"ec7f35bfdc6f9078d4e4792dd347bf98dd2f8ccc","bugs":{"url":"https://github.com/coderaiser/itype/issues"},"homepage":"https://github.com/coderaiser/itype#readme","_id":"itype@2.0.3","_shasum":"b49789166185eddcfc8d306691102c5b7e2d27a9","_from":".","_npmVersion":"4.0.1","_nodeVersion":"7.3.0","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"dist":{"shasum":"b49789166185eddcfc8d306691102c5b7e2d27a9","size":3478,"noattachment":false,"key":"/itype/-/itype-2.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/itype/download/itype-2.0.3.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/itype-2.0.3.tgz_1482938195447_0.4679544575046748"},"directories":{},"publish_time":1482938197370,"_hasShrinkwrap":false,"_cnpm_publish_time":1482938197370,"_cnpmcore_publish_time":"2021-12-16T17:29:09.746Z"},"2.0.2":{"name":"itype","version":"2.0.2","author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"https://github.com/coderaiser"},"description":"Improved type check","main":"lib/itype.js","repository":{"type":"git","url":"git://github.com/coderaiser/itype.git"},"keywords":["type","string","array","object","boolean","null","undefined","check"],"scripts":{"test":"tape test/*.js","watcher":"nodemon -w test -w lib --exec","watch:test":"npm run watcher -- npm test","watch:coverage":"npm run watcher -- npm run coverage","lint":"eslint lib test","build":"redrun clean init 6to5 legacy:* bundle minify","init":"mkdirp dist legacy","minify":"minify dist/itype.js > dist/itype.min.js","wisdom":"npm run build","clean":"rimraf legacy dist","bundle:base":"browserify -s itype --ng false","bundle":"npm run bundle:base -- -r ./legacy/lib/itype.js:itype ./legacy/lib/itype.js -o dist/itype.js","coverage":"nyc npm test","report":"nyc report --reporter=text-lcov | coveralls","6to5":"buble lib -o legacy/lib","legacy:index":"echo \"module.exports = require('./lib/itype');\" > legacy/index.js"},"dependencies":{},"license":"MIT","devDependencies":{"browserify":"^13.0.0","buble":"^0.15.1","coveralls":"^2.11.9","eslint":"^3.10.2","minify":"^2.0.5","mkdirp":"^0.5.1","nodemon":"^1.11.0","nyc":"^10.0.0","redrun":"^5.0.1","tape":"^4.5.1"},"gitHead":"8974233b8b2ed2869a00ae6bbf6a5f014b67d62c","bugs":{"url":"https://github.com/coderaiser/itype/issues"},"homepage":"https://github.com/coderaiser/itype#readme","_id":"itype@2.0.2","_shasum":"a0464b0a36eb2977aab6212978d07c670d55b726","_from":".","_npmVersion":"4.0.1","_nodeVersion":"7.3.0","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"dist":{"shasum":"a0464b0a36eb2977aab6212978d07c670d55b726","size":3470,"noattachment":false,"key":"/itype/-/itype-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/itype/download/itype-2.0.2.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/itype-2.0.2.tgz_1482938043627_0.8169560150709003"},"directories":{},"publish_time":1482938044140,"_hasShrinkwrap":false,"_cnpm_publish_time":1482938044140,"_cnpmcore_publish_time":"2021-12-16T17:29:09.995Z"},"2.0.1":{"name":"itype","version":"2.0.1","author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"https://github.com/coderaiser"},"description":"Improved type check","main":"lib/itype.js","repository":{"type":"git","url":"git://github.com/coderaiser/itype.git"},"keywords":["type","string","array","object","boolean","null","undefined","check"],"scripts":{"test":"tape test/*.js","watcher":"nodemon -w test -w lib --exec","watch:test":"npm run watcher -- npm test","watch:coverage":"npm run watcher -- npm run coverage","lint":"eslint lib test","build":"redrun clean init 6to5 legacy:* bundle minify","init":"mkdirp dist legacy","minify":"minify dist/itype.js > dist/itype.min.js","wisdom":"npm run build","clean":"rimraf legacy dist","bundle:base":"browserify -s itype --ng false","bundle":"npm run bundle:base -- -r ./legacy/lib/itype.js:itype ./legacy/lib/itype.js -o dist/itype.js","coverage":"nyc npm test","report":"nyc report --reporter=text-lcov | coveralls","6to5":"buble lib -o legacy/lib","legacy:index":"echo \"module.exports = require('./lib/itype');\" > legacy/index.js"},"dependencies":{},"license":"MIT","devDependencies":{"browserify":"^13.0.0","buble":"^0.15.1","coveralls":"^2.11.9","eslint":"^3.10.2","minify":"^2.0.5","mkdirp":"^0.5.1","nodemon":"^1.11.0","nyc":"^10.0.0","redrun":"^5.0.1","tape":"^4.5.1"},"gitHead":"470562e41e67ca0c98bbce0a646781d7bcbb24c2","bugs":{"url":"https://github.com/coderaiser/itype/issues"},"homepage":"https://github.com/coderaiser/itype#readme","_id":"itype@2.0.1","_shasum":"95d91bd15d0b4c3d0d43145b82d833fcfa6a74c8","_from":".","_npmVersion":"4.0.1","_nodeVersion":"7.3.0","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"dist":{"shasum":"95d91bd15d0b4c3d0d43145b82d833fcfa6a74c8","size":3460,"noattachment":false,"key":"/itype/-/itype-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/itype/download/itype-2.0.1.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/itype-2.0.1.tgz_1482937840328_0.9079970892053097"},"directories":{},"publish_time":1482937840935,"_hasShrinkwrap":false,"_cnpm_publish_time":1482937840935,"_cnpmcore_publish_time":"2021-12-16T17:29:10.212Z"},"2.0.0":{"name":"itype","version":"2.0.0","author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"https://github.com/coderaiser"},"description":"Improved type check","main":"lib/itype.js","repository":{"type":"git","url":"git://github.com/coderaiser/itype.git"},"keywords":["type","string","array","object","boolean","null","undefined","check"],"scripts":{"test":"tape test/*.js","watcher":"nodemon -w test -w lib --exec","watch:test":"npm run watcher -- npm test","watch:coverage":"npm run watcher -- npm run coverage","lint":"eslint lib test","build":"redrun clean init 6to5 legacy:* bundle minify","init":"mkdirp dist legacy","minify":"minify dist/itype.js > dist/itype.min.js","wisdom":"npm run build","clean":"rimraf legacy dist","bundle:base":"browserify -s itype --ng false","bundle":"npm run bundle:base -- -r ./legacy/lib/itype.js:itype ./legacy/lib/itype.js -o dist/itype.js","coverage":"nyc npm test","report":"nyc report --reporter=text-lcov | coveralls","6to5":"buble lib -o legacy/lib","legacy:index":"echo \"module.exports = require('./lib/itype');\" > legacy/index.js"},"dependencies":{},"license":"MIT","devDependencies":{"browserify":"^13.0.0","buble":"^0.15.1","coveralls":"^2.11.9","eslint":"^3.10.2","minify":"^2.0.5","mkdirp":"^0.5.1","nodemon":"^1.11.0","nyc":"^10.0.0","redrun":"^5.0.1","tape":"^4.5.1"},"gitHead":"c5816f5ce89905144bffb406fde0b0d7c3a38fe6","bugs":{"url":"https://github.com/coderaiser/itype/issues"},"homepage":"https://github.com/coderaiser/itype#readme","_id":"itype@2.0.0","_shasum":"07087e9b5412d83da0174ca07423acae18a05e91","_from":".","_npmVersion":"4.0.1","_nodeVersion":"7.3.0","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"dist":{"shasum":"07087e9b5412d83da0174ca07423acae18a05e91","size":3445,"noattachment":false,"key":"/itype/-/itype-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/itype/download/itype-2.0.0.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/itype-2.0.0.tgz_1482937038706_0.46209839382208884"},"directories":{},"publish_time":1482937040741,"_hasShrinkwrap":false,"_cnpm_publish_time":1482937040741,"_cnpmcore_publish_time":"2021-12-16T17:29:10.422Z"},"1.0.2":{"name":"itype","version":"1.0.2","author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"https://github.com/coderaiser"},"description":"Improved type check","main":"lib/itype.js","repository":{"type":"git","url":"git://github.com/coderaiser/itype.git"},"keywords":["type"],"license":"MIT","gitHead":"af4837df0f2af9ce4985008828a387a75a1fb9e3","bugs":{"url":"https://github.com/coderaiser/itype/issues"},"homepage":"https://github.com/coderaiser/itype","_id":"itype@1.0.2","scripts":{},"_shasum":"3d723439ba5e45d42f9092b3f011f2a814969f96","_from":".","_npmVersion":"2.3.0","_nodeVersion":"1.0.4","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"dist":{"shasum":"3d723439ba5e45d42f9092b3f011f2a814969f96","size":1800,"noattachment":false,"key":"/itype/-/itype-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/itype/download/itype-1.0.2.tgz"},"directories":{},"publish_time":1422607932922,"_hasShrinkwrap":false,"_cnpm_publish_time":1422607932922,"_cnpmcore_publish_time":"2021-12-16T17:29:10.634Z"},"1.0.1":{"name":"itype","version":"1.0.1","author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"https://github.com/coderaiser"},"description":"Improved type check","main":"lib/itype.js","repository":{"type":"git","url":"git://github.com/coderaiser/itype.git"},"keywords":["type"],"license":"MIT","gitHead":"3faa0329025f28cb37467b209aa81c5e8e7f1e3b","bugs":{"url":"https://github.com/coderaiser/itype/issues"},"homepage":"https://github.com/coderaiser/itype","_id":"itype@1.0.1","scripts":{},"_shasum":"cff8234a236a288a8b7aa217170f39fe9fb339e7","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"dist":{"shasum":"cff8234a236a288a8b7aa217170f39fe9fb339e7","size":1763,"noattachment":false,"key":"/itype/-/itype-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/itype/download/itype-1.0.1.tgz"},"directories":{},"publish_time":1419250434675,"_hasShrinkwrap":false,"_cnpm_publish_time":1419250434675,"_cnpmcore_publish_time":"2021-12-16T17:29:10.876Z"},"1.0.0":{"name":"itype","version":"1.0.0","author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"https://github.com/coderaiser"},"description":"Improved type check","main":"lib/itype.js","repository":{"type":"git","url":"git://github.com/coderaiser/itype.git"},"keywords":["type"],"license":"MIT","gitHead":"85d2da8fbfc81ed83a528e0cdd7da4c0fcbc7715","bugs":{"url":"https://github.com/coderaiser/itype/issues"},"homepage":"https://github.com/coderaiser/itype","_id":"itype@1.0.0","scripts":{},"_shasum":"117ea795fb05f1403edabd9d7a40dd4a8fb5be28","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"dist":{"shasum":"117ea795fb05f1403edabd9d7a40dd4a8fb5be28","size":1681,"noattachment":false,"key":"/itype/-/itype-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/itype/download/itype-1.0.0.tgz"},"directories":{},"publish_time":1419239069453,"_hasShrinkwrap":false,"_cnpm_publish_time":1419239069453,"_cnpmcore_publish_time":"2021-12-16T17:29:11.054Z"}},"readme":"# iType [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Coverage Status][CoverageIMGURL]][CoverageURL]\n\nImproved type check.\n\n## Install\n\n```\nnpm i itype --save\n```\n\n## How to use?\n\n```js\nconst itype = require('itype');\n\nconsole.og(itype.string('hello'))\n// returns\ntrue\n\nconsole.log(itype('world'));\n// returns\n'string'\n\nconsole.log(itype.array([1, 2]));\n// returns\ntrue\n```\n\n## License\n\nMIT\n\n[NPMIMGURL]:                https://img.shields.io/npm/v/itype.svg?style=flat\n[BuildStatusIMGURL]:        https://img.shields.io/travis/coderaiser/itype/master.svg?style=flat\n[DependencyStatusIMGURL]:   https://img.shields.io/david/coderaiser/itype.svg?style=flat\n[LicenseIMGURL]:            https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat\n[NPMURL]:                   https://npmjs.org/package/itype \"npm\"\n[BuildStatusURL]:           https://travis-ci.org/coderaiser/itype  \"Build Status\"\n[DependencyStatusURL]:      https://david-dm.org/coderaiser/itype \"Dependency Status\"\n[LicenseURL]:               https://tldrlegal.com/license/mit-license \"MIT License\"\n\n[CoverageURL]:              https://coveralls.io/github/coderaiser/itype?branch=master\n[CoverageIMGURL]:           https://coveralls.io/repos/coderaiser/itype/badge.svg?branch=master&service=github\n\n","_attachments":{},"homepage":"https://github.com/coderaiser/itype#readme","bugs":{"url":"https://github.com/coderaiser/itype/issues"},"license":"MIT"}