{"_id":"typewiselite","_rev":"346380","name":"typewiselite","description":"comparison for sensible javascript objects","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"dominictarr","email":"dominic.tarr@gmail.com"}],"time":{"modified":"2021-06-20T02:41:09.000Z","created":"2014-04-16T07:15:31.215Z","1.0.0":"2014-09-01T00:41:40.674Z","0.7.1":"2014-08-31T23:21:50.164Z","0.7.0":"2014-04-16T07:15:31.215Z"},"users":{},"author":{"name":"Dean Landolt","email":"dean@deanlandolt.com"},"repository":{"type":"git","url":"https://github.com/dominictarr/typewiselite.git"},"versions":{"1.0.0":{"name":"typewiselite","version":"1.0.0","description":"comparison for sensible javascript objects","devDependencies":{"tape":"~2.14.0"},"scripts":{"test":"node test/compare.js"},"repository":{"type":"git","url":"https://github.com/dominictarr/typewiselite.git"},"keywords":["sort","order","collation","leveldb","indexeddb","couchdb"],"author":{"name":"Dean Landolt","email":"dean@deanlandolt.com"},"license":"MIT","testling":{"files":"test/*.js","browsers":["ie/8..latest","firefox/17..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2..latest"]},"gitHead":"c2cd62405717371e2bcff9b9f220c4f22a011c2e","bugs":{"url":"https://github.com/dominictarr/typewiselite/issues"},"homepage":"https://github.com/dominictarr/typewiselite","_id":"typewiselite@1.0.0","_shasum":"c8882fa1bb1092c06005a97f34ef5c8508e3664e","_from":".","_npmVersion":"1.4.26","_npmUser":{"name":"dominictarr","email":"dominic.tarr@gmail.com"},"maintainers":[{"name":"dominictarr","email":"dominic.tarr@gmail.com"}],"dist":{"shasum":"c8882fa1bb1092c06005a97f34ef5c8508e3664e","size":2906,"noattachment":false,"key":"/typewiselite/-/typewiselite-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/typewiselite/download/typewiselite-1.0.0.tgz"},"directories":{},"publish_time":1409532100674,"_cnpm_publish_time":1409532100674,"_hasShrinkwrap":false},"0.7.1":{"name":"typewiselite","version":"0.7.1","description":"Typewise structured sorting for arbirarily complex data structures","main":"typewise.js","dependencies":{"bops":"~0.0"},"devDependencies":{"tape":"~1.0.4"},"scripts":{"test":"tap test/"},"repository":{"type":"git","url":"https://github.com/deanlandolt/typewise.git"},"keywords":["sort","order","collation","leveldb","indexeddb","couchdb"],"author":{"name":"Dean Landolt","email":"dean@deanlandolt.com"},"license":"MIT","testling":{"files":"test/*.js","browsers":["ie/8..latest","firefox/17..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2..latest"]},"gitHead":"a41fda86137bb8e6cd211e4d81b17f463f51fc8d","bugs":{"url":"https://github.com/deanlandolt/typewise/issues"},"homepage":"https://github.com/deanlandolt/typewise","_id":"typewiselite@0.7.1","_shasum":"1a95819b0cd54a078d19cdeac0a9a26628f73cae","_from":".","_npmVersion":"1.4.26","_npmUser":{"name":"dominictarr","email":"dominic.tarr@gmail.com"},"maintainers":[{"name":"dominictarr","email":"dominic.tarr@gmail.com"}],"dist":{"shasum":"1a95819b0cd54a078d19cdeac0a9a26628f73cae","size":5482,"noattachment":false,"key":"/typewiselite/-/typewiselite-0.7.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/typewiselite/download/typewiselite-0.7.1.tgz"},"directories":{},"publish_time":1409527310164,"_cnpm_publish_time":1409527310164,"_hasShrinkwrap":false},"0.7.0":{"name":"typewiselite","version":"0.7.0","description":"Typewise structured sorting for arbirarily complex data structures","main":"typewise.js","dependencies":{"bops":"~0.0"},"devDependencies":{"tape":"~1.0.4"},"scripts":{"test":"tap test/"},"repository":{"type":"git","url":"https://github.com/deanlandolt/typewise.git"},"keywords":["sort","order","collation","leveldb","indexeddb","couchdb"],"author":{"name":"Dean Landolt","email":"dean@deanlandolt.com"},"license":"MIT","testling":{"files":"test/*.js","browsers":["ie/8..latest","firefox/17..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2..latest"]},"bugs":{"url":"https://github.com/deanlandolt/typewise/issues"},"homepage":"https://github.com/deanlandolt/typewise","_id":"typewiselite@0.7.0","dist":{"shasum":"9a7a9c9a15ec35c702c3b6bd633b09e9f8dd9916","size":5517,"noattachment":false,"key":"/typewiselite/-/typewiselite-0.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/typewiselite/download/typewiselite-0.7.0.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"dominictarr","email":"dominic.tarr@gmail.com"},"maintainers":[{"name":"dominictarr","email":"dominic.tarr@gmail.com"}],"directories":{},"publish_time":1397632531215,"_cnpm_publish_time":1397632531215,"_hasShrinkwrap":false}},"readme":"typewise\n=========\n\n# typewiselite\n\ncompare sensible js data types\n\nthis is a fork of [typewise](https://github.com/deanlandolt/typewise)\n\n## example\n\n``` js\n\nvar compare = require('typewiselite')\n\nARRAY.sort(compare)\n\n```\n\n## ordering\n\n* null\n* boolean (false < true)\n* numbers\n* buffers\n* strings\n* object (!will throw)\n* arrays\n* undefined\n\nordering is the same as [bytewise](https://github.com/deanlandolt/bytewise)\nexcept there is no support for {} objects.\n\n## License\n\n[MIT](http://deanlandolt.mit-license.org/)\n","_attachments":{},"homepage":"https://github.com/dominictarr/typewiselite","bugs":{"url":"https://github.com/dominictarr/typewiselite/issues"},"license":"MIT"}