{"maintainers":[{"name":"anonymous","email":"matt@mattesch.info"},{"name":"anonymous","email":"raynos2@gmail.com"}],"keywords":[],"dist-tags":{"latest":"2.19.2"},"author":{"name":"Raynos","email":"raynos2@gmail.com"},"description":"A minimal DOM implementation","readme":"# min-document\n\n[![build status][1]][2] [![dependency status][3]][4]\n\n<!-- [![browser support][5]][6] -->\n\nA minimal DOM implementation\n\n## Example\n\n```js\nvar document = require(\"min-document\")\n\nvar div = document.createElement(\"div\")\ndiv.className = \"foo bar\"\n\nvar span = document.createElement(\"span\")\ndiv.appendChild(span)\nspan.textContent = \"Hello!\"\n\n/*  <div class=\"foo bar\">\n        <span>Hello!</span>\n    </div>\n*/\nvar html = String(div)\n```\n\n## Installation\n\n`npm install min-document`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n\n  [1]: https://secure.travis-ci.org/Raynos/min-document.png\n  [2]: https://travis-ci.org/Raynos/min-document\n  [3]: https://david-dm.org/Raynos/min-document.png\n  [4]: https://david-dm.org/Raynos/min-document\n  [5]: https://ci.testling.com/Raynos/min-document.png\n  [6]: https://ci.testling.com/Raynos/min-document\n","repository":{"type":"git","url":"git://github.com/Raynos/min-document.git"},"users":{"jimnox":true,"erikvold":true,"heineiuo":true,"moimikey":true,"mojaray2k":true,"wolfram77":true,"shuoshubao":true,"shanewholloway":true},"bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"license":"MIT","versions":{"0.2.2":{"name":"min-document","version":"0.2.2","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@0.2.2","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Colingo/min-document","bugs":{"url":"https://github.com/Colingo/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"a5fc21e2951ffbd4dd271e29aa6fa8fbd14b406f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-0.2.2.tgz","integrity":"sha512-UCwH9lvHJfAvj/MlRBw4Jga8WD9hCpsTOyQF2lJ72RMltSgnkeFMy7GZDCDq3mNCVX8fxEJvlvv6z8cIfWO60A==","signatures":[{"sig":"MEQCIHQOVvrfrWgAr3dsGD7/rJ3BaxJ92XMv2AtxhyQKFhP0AiAYN5Z3p9bckg+jhawxqYoQ70bfBcK2FGQ4s+cKQnK+ew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Colingo/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Colingo/min-document.git","type":"git"},"_npmVersion":"1.2.18","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"~1.0.2"}},"0.2.3":{"name":"min-document","version":"0.2.3","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@0.2.3","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Colingo/min-document","bugs":{"url":"https://github.com/Colingo/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"a821357824b790c089cb480cbdeedfe1eae6ef74","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-0.2.3.tgz","integrity":"sha512-4tz/GrB2TTp/G9CdHZtDAex6ljaf06Yd6JFQ4iMwjD9hqdwmb2egVrM1gD32Bvmr0djmspBrvUJgTM9BVxdD+Q==","signatures":[{"sig":"MEYCIQCwYcgm1Ry0RdZURkftLbrAKxkYsJtkEOWK6qy+qG9Y3QIhAIPzzDwHB+pL3azux7bCVdLMutap1XcSWLSaxo5hI1Fu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Colingo/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Colingo/min-document.git","type":"git"},"_npmVersion":"1.3.1","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"~1.0.2"}},"0.2.4":{"name":"min-document","version":"0.2.4","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@0.2.4","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Colingo/min-document","bugs":{"url":"https://github.com/Colingo/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"1ab72529e3e63953869c06cef1a1200d03870bf1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-0.2.4.tgz","integrity":"sha512-zxJzyjTtLOWoZC4pwuSHsIoX8vFfm0PyBGbHFVF0pDeiKJf3EiKJpgtBhAMWGIS132DNAn+U6Y7bfA68tWN/Kw==","signatures":[{"sig":"MEUCIQD/5e5L4Wr8olJH+Px5U0hi/BdcG2B/kt/YpmvcDinbcgIgFr9vLJ87VUig1Aeegstup09+yvzJIoqEXQuuDFkkW0k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Colingo/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Colingo/min-document.git","type":"git"},"_npmVersion":"1.3.1","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"~1.0.2"}},"0.2.6":{"name":"min-document","version":"0.2.6","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@0.2.6","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Colingo/min-document","bugs":{"url":"https://github.com/Colingo/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"a5be9256801c7094cf8af1da973db598e498f905","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-0.2.6.tgz","integrity":"sha512-DSJCtSEKXEsdlqk+YTaNH4kpz+QE9UMtULt5MnjXW6mUdXZVZd5G0lMyzR9EP45kDzihNITXlvC7gnOwKdOH4Q==","signatures":[{"sig":"MEUCIH7VUgW3sQ49R6JBY6O/kapQz18u0fZc01X/y8YjYF66AiEAy7QFq/1DQWfuJhzL489XEug1/6/s0S4xyjsz7QUMDEc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Colingo/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Colingo/min-document.git","type":"git"},"_npmVersion":"1.3.1","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"~1.0.2"}},"0.2.7":{"name":"min-document","version":"0.2.7","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@0.2.7","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Colingo/min-document","bugs":{"url":"https://github.com/Colingo/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"fca51543be8d66757190c26a758ca1e3763bcee7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-0.2.7.tgz","integrity":"sha512-/aHlVZbHsqF8cDf7BqNqJpBRUiA7dxh9INUZM3azEKz8+A6PurGojK9NFEJ2N2wdtBriQz7h+tKY8WJG5eZOAg==","signatures":[{"sig":"MEYCIQCmxTM8md8bQxmDikS42YN5Djon0T2bFGSjRkZ4Heu/xwIhAImIC+vWi0cVgd72EAEoAMZ9jZqtdLYJT/Qzwh8U/GTi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Colingo/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Colingo/min-document.git","type":"git"},"_npmVersion":"1.3.1","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"~1.0.2"}},"0.2.8":{"name":"min-document","version":"0.2.8","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@0.2.8","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Colingo/min-document","bugs":{"url":"https://github.com/Colingo/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"f3620cf5603611155cb9416d0ab5576b16d53de3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-0.2.8.tgz","integrity":"sha512-ri+szIofvuuGNJyf9sSpZNflnMoB1Cc+1B/yEksib+YXF/9CdnKABVFMk0n4+RTXP5bRSp8kP5NbpdMHGmabbw==","signatures":[{"sig":"MEYCIQCw9jO+iRNBFinaZorDZbEL0cJVUZCpZZJFZpK72EghiwIhAMA52KqfjsREe6j3F7/oCcdVH7FIz6bQWyQwTwyhiIe+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Colingo/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Colingo/min-document.git","type":"git"},"_npmVersion":"1.3.1","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"~1.0.2"}},"0.3.1":{"name":"min-document","version":"0.3.1","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@0.3.1","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Colingo/min-document","bugs":{"url":"https://github.com/Colingo/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"f00ccfbdc01792487a97a778992cc8a79a775492","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-0.3.1.tgz","integrity":"sha512-Imi3PrEi19+k/anJPKxvvxLh+B2O/URK2d2sLBp9bsBeYVro1vq7X8uTKmxWDmZSlK4cEGJCEoNfaC3BCgiaDg==","signatures":[{"sig":"MEYCIQD1cpEZ4sCg3+oaDKxDZVtttHWSedWwQYWJnRBqfH1u9wIhAJbnqOVUW8QL2G5/bXld8jzm08Uk/wKVeXp4KoCm+9zE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Colingo/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Colingo/min-document.git","type":"git"},"_npmVersion":"1.3.1","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"~1.0.2"}},"1.0.1":{"name":"min-document","version":"1.0.1","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@1.0.1","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"8cd32e80d75cfed4b03995553aad6238c39bdc81","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-1.0.1.tgz","integrity":"sha512-vKJ4dvTW475ru91BRsnrx+vIoawHCMBuEbvvUmAdVqsgvidh1zo3t1PPhE/BBavU6NfZj4QtrpW/MogitzlxTQ==","signatures":[{"sig":"MEQCICDVaqPCmwoy/IfA4BGqs70VzOB/kSP/36SpsjHy1iNzAiBDoUiwgp04WNcHyK52KLxZbzNF/bITuHj841uABb6m5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.3.22","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"~1.0.2"}},"1.0.2":{"name":"min-document","version":"1.0.2","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@1.0.2","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"d253480382b68d59d5e431b2fa31b0086ca0ece0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-1.0.2.tgz","integrity":"sha512-IpsUeFUfW3MpIw7oarkn4I9Mdb/NQAUskp3JnwTNonmNMYCd25DRVq4tQv4F0GG4x9KV7DNgHpZih8Naj850XQ==","signatures":[{"sig":"MEUCIQCfh7b3BvPJB7RWC0jtc+ulLtx+aDKfZst6kzVBdmebLAIgdidNFnUjEPCKiHEkOmqK/pKwYhJMlcfpLQiQPSDUBXw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.3.22","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"~1.0.2"}},"1.0.3":{"name":"min-document","version":"1.0.3","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@1.0.3","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"dd9ebc02375f40d56ccdfed5c1993945a9574086","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-1.0.3.tgz","integrity":"sha512-cKDo6pfl2rJ6MF9gwA/UWhoQLqQATH4LnAkJnCTi0AzdMpcjOPo/jS4P571h94DVOXcX1Okd15fVVC2cux77zA==","signatures":[{"sig":"MEUCIQDF9w1saHkpD5QsiwJELdyazN7Tkmp7mMphzdyMCw8/WwIgXZxN2PlTHNiJiV9Bv7t0sXopPd9vxdFSHA1wlWaobEE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.3.22","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"~1.0.2"}},"2.0.0":{"name":"min-document","version":"2.0.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.0.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"aacea88547d09771daf9e339078cef53abaebe9f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.0.0.tgz","integrity":"sha512-uNWki/bwg3yC8J+SeK6vQOqkxIcFI+Yg55aaDMAgTuO7pjZhYD+K+ePsDzHXF+bpi9yfhkL8aLqc1SmgieTMtQ==","signatures":[{"sig":"MEQCIFgO4cNhDYycSEq30lz7q8sXM1tFpk4BBSORTw4dlftpAiAERqXt5lrOb+h/nGif7LWsWb6/3fsyTG1QyMUZ6ZPehw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"matt@mattesch.info"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.2.18","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"~1.0.2"}},"2.1.0":{"name":"min-document","version":"2.1.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.1.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"86aaaaf76fa9b54f33bd895bfaa5f4c664877061","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.1.0.tgz","integrity":"sha512-jCqFys7CRxzWGRXurFzKDuiR51smTTAc+R6lACemf8GEUPdDH/eAqYKkWKVSzwMyKdqz/+J+PXvV26N6OTnWwQ==","signatures":[{"sig":"MEUCIQCr3aL7kSuahPis8QXMBmK2Def7+x26HcspxhrQFZfLawIgTR2nVGcmBLLDQ39pRgvqAa486JBS7SSoD2H3qJwN8Dw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.6","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"~1.0.2"}},"2.2.0":{"name":"min-document","version":"2.2.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.2.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"699962ee397693ba4f5b1dde93d7234f42c3c30c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.2.0.tgz","integrity":"sha512-QX30d6lCu3x2P21UA8zvfE5e60ZpQ+8HXB61xqo7G9OBQRemXUCOIBsiQswKOVfhZL6yLhUnL+nWspv1t0L8eQ==","signatures":[{"sig":"MEQCIGy1o48ZEww2DaJUraW1AkUi811IXzn+BIkkaoUxb6xrAiBrwkCSAbHl/mjKPC1ugBKOOkozzGMZocvPkPjE6hbjZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"matt@mattesch.info"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.3","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"^2.12.1"}},"2.2.1":{"name":"min-document","version":"2.2.1","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.2.1","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"79d4e431fbe703b074300decaa411558d77e1791","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.2.1.tgz","integrity":"sha512-vb43cnDJVqKKyxLPkdiVx6TN9637zxPNhOQvO/crUPoeCGA0AAyKp47/yuNajJxgAzXZWbKOtuX1FL9B0Mf8Cg==","signatures":[{"sig":"MEQCIBwqOcdLV/LL9Ick6Q3qZOZ0UwdoV+opUeFri5xzHDAYAiBz7MbFfwP8FsWWwBTMzPZZ/qSl3TjyuJMA82x6vlWP2A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.6","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"^2.12.1"}},"2.3.0":{"name":"min-document","version":"2.3.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.3.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"606a3429a12b2ba210dae24cbf2efa1a6d162364","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.3.0.tgz","integrity":"sha512-o6el16SmqCVVF4zyhK4sg3mgE7Ww8Mk7BK1RRAW9+9hurDCXpFij5gO6TXQNLeDCN1aazPOXE64DH3gA46kAPQ==","signatures":[{"sig":"MEUCIQD4SQ7+lbbC7/RNAiZFWBanTpHgqRy/iRmoEAKXEEe0tQIgZKbsicCmzsVU7Dvq9ktDb4lQlXje+AXAeYh/0N077AE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.6","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"^2.12.1"}},"2.4.0":{"name":"min-document","version":"2.4.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.4.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"8202154d2132507534d4834b20afcac1ce936262","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.4.0.tgz","integrity":"sha512-vbGuk5RSOAaTj4sdxq8QKSB5S4+9VKLvYbjE0pz4Pu6uKau/Y6TrD9SeaSFWSutD7a02NdR9cBxu9ugfYd4Usg==","signatures":[{"sig":"MEUCID1jz2SwfgxEWbgzY6oN0ylLe+K6eIdQLT+eyl97Gq+YAiEApmCI/Mpy2Her243hmEPuPP2cQmeo+I0syAZ4w46aa8E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.6","description":"A minimal DOM implementation","directories":{},"dependencies":{"tape":"~1.0.2"},"devDependencies":{"tape":"^2.12.1"}},"2.4.1":{"name":"min-document","version":"2.4.1","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.4.1","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"3d2b867f1deaf907bfb73b683f882fb855e8b8e2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.4.1.tgz","integrity":"sha512-xdHYM6kyqzGUNapT9T8FphnX7WDMfd1LL30k/YPbLlEeR5hadywY/vkXfBl/hvBKn2HDmRw/V5S1M/i7K/5Exw==","signatures":[{"sig":"MEUCICgY3JpvadcCAx3TSSRdWVtWEWnf5t16oNAHLg9/ovdTAiEAx57+F85T9YJbNtpzvn20X889x6zB+OKVTu2zrXdJPVw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"test":"node ./test/index.js"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.6","description":"A minimal DOM implementation","directories":{},"dependencies":{},"devDependencies":{"tape":"^2.12.3"}},"2.5.0":{"name":"min-document","version":"2.5.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.5.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"b81e195a1e95d6ba4833bcdc6f5aa8e873de2b05","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.5.0.tgz","integrity":"sha512-S7EsmedrRHasJ+ffdIHClj+5Fk31n4slfPaYqv24urFNwKMZRfMAQ6F0HhjjTKBlE4AeSZtqlZexCNU9U1dVjA==","signatures":[{"sig":"MEUCIQCjnzj4mYyt4g8VRsuJfq4kLlHseyoavG1DQgHDxgDbtgIgFFnr93b1yFPUJCwiLV3TjyV2R4IVHk1vnJ/CIT7IIEQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.6","description":"A minimal DOM implementation","directories":{},"dependencies":{},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.6.0":{"name":"min-document","version":"2.6.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.6.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"8970f7dc35d93bd1315f3721b980efe62a7a84cf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.6.0.tgz","integrity":"sha512-mGco3gN5803MxJC0Rqd6p5VzQWH2fcS0KgM+/7xAYe4Wy5AdYc47fkoPZAXvj767HqsA/DlI0/QGIOv9vBV9KQ==","signatures":[{"sig":"MEQCIF6tTTCpI9P9Oi+UIQIo2XiAoOAsSFCa7MpxZhATtfoAAiAB7v9auCKis5dvGVVph97iGQqvGqbSKQe1sP77gFLUyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.6","description":"A minimal DOM implementation","directories":{},"dependencies":{},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.6.1":{"name":"min-document","version":"2.6.1","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.6.1","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"f30e97739ea67af253f93886022f0613cdea078d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.6.1.tgz","integrity":"sha512-Niwnmaj/wSGE3pB1ufX10ieqZHSA+djk19RfO77KycqDl/uh+iupX0iWsQeVJCIUOJ3JaNyOa5O0NzlTXycr5Q==","signatures":[{"sig":"MEYCIQCi8MxSnmptX3OC00JtMPQEgX2aL41KDvqCFIo38Fc3mgIhAOVTBs/7GDReR7XXWO6s1yGtWFpq0j/S3wVcV7KQGZw6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.6","description":"A minimal DOM implementation","directories":{},"dependencies":{},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.7.0":{"name":"min-document","version":"2.7.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.7.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"34892da980cd8c8e766c27779b53725ec4aee849","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.7.0.tgz","integrity":"sha512-O0ZDvcb2DnuI+IpnMUdKIydbpMb1C9zcCESXHBDtLqtNPfyI5dgS/+cuuPDvQWGkZdc6Lir+akLRy+O9rMoicg==","signatures":[{"sig":"MEQCIF7ZRTYrNnvRilU74F26vHIlbe06CZaaV4jj4HolIrO9AiAXkg7k2ZHXS54NqpoBVeWtKhfxc/2e5yWC27a4WPKXsA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"34892da980cd8c8e766c27779b53725ec4aee849","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.7","description":"A minimal DOM implementation","directories":{},"dependencies":{},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.8.0":{"name":"min-document","version":"2.8.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.8.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"006f562705268dcf0e4cc8a83b56d2513b8c1f34","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.8.0.tgz","integrity":"sha512-bBJ1V84epceKIFW2laUjU2Q+WY9Q8aSxunVrYF7JcNyDfC7iA9MVn3S2XUjQuOKHjJnpnLZr4iji81YDatdhwA==","signatures":[{"sig":"MEYCIQCHHpkkhKxNXkYcxirfmPt8AcsbWdzqZV5uzH4IpgV96AIhALJ3YAfTJskFCFREt0LIMS6JjfsSmB5VdWfE5Q3u/sbh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"006f562705268dcf0e4cc8a83b56d2513b8c1f34","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.9","description":"A minimal DOM implementation","directories":{},"dependencies":{},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.8.1":{"name":"min-document","version":"2.8.1","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.8.1","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"81f606807fb5b4a92e334898b5d8c0b7d4a03b5f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.8.1.tgz","integrity":"sha512-Il5WZ4I2ht0TyVJyIC0tiXDjBu14pdl6S85OK10/dIgzp5wGNjlrZ60NXdpvmjEXb1Q1gXPyN+S9eIT8Q13ddQ==","signatures":[{"sig":"MEYCIQDHEjbA6qGFxXRcre7kB2aAAie6ZnGiNr5nYGaSl8F8YQIhAOW7UMy6ZgHOYho3Oc1upvouzBUh6XgSZG6nZKZs+1Mz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"81f606807fb5b4a92e334898b5d8c0b7d4a03b5f","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.9","description":"A minimal DOM implementation","directories":{},"dependencies":{},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.9.0":{"name":"min-document","version":"2.9.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.9.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"4d5022b15f7a215c61962aadf0d1580b40d8dd08","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.9.0.tgz","integrity":"sha512-GaYnj1zlBL+PpAdaqHCZJ2toAwSFQsI6mFf3Weg+GI1yELSGZUni8bVhluZjYzSKV2UQ8asM4PD+Xv8SZAeHtw==","signatures":[{"sig":"MEYCIQDW9Ze/RRulcqiRp4AjktqH2BiDy3vEG+PystznzDhRtQIhAL2Uo3RCTAQfvr8p3fUXBfm/1tyBSxJgeI1ZNuid5F/V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"4d5022b15f7a215c61962aadf0d1580b40d8dd08","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.10","description":"A minimal DOM implementation","directories":{},"dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.9.1":{"name":"min-document","version":"2.9.1","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.9.1","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"91f3e34f30066fc3bcb93c06b52d555b70cf99b9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.9.1.tgz","integrity":"sha512-0REcsC5OoJ/lYACFIhPfc+tv7WO1L++p4bJIXDLoRf5nxnm5MyOFEz74MZMwVr+m5GfNRk86YHwCSCEVqzta1w==","signatures":[{"sig":"MEQCIGufh9woz3d9qRMpviz3UFuLfAXHY5DCQMcZBsDJuvuPAiAF4SF75v0mXYpx0KvJkcm8JIKuyjJpjWBwhjz+r6JgBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"91f3e34f30066fc3bcb93c06b52d555b70cf99b9","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.10","description":"A minimal DOM implementation","directories":{},"dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.9.2":{"name":"min-document","version":"2.9.2","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.9.2","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"a008bef421829d017f2f013b52a2aadcc423f5b8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.9.2.tgz","integrity":"sha512-wI9B+FS+GWobiTJNqz2+3VcXrT7iMLXR9uGCWXivTcJuHjGvNjAw9fSHMp7N0/k8FE4sVEd3tSGnr0Nr5HpVHA==","signatures":[{"sig":"MEYCIQD7SZcVO2aJOmK3OJTWktA3ea6QPGXqQaoYAh2FooRrwgIhAMEWJPZXBRadnQdh0jFn5cOViLvGIM8eOe52SY3CJofM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"a008bef421829d017f2f013b52a2aadcc423f5b8","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.10","description":"A minimal DOM implementation","directories":{},"dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.10.0":{"name":"min-document","version":"2.10.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.10.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"ab8f7b5ca99f79d7755fa07d14c5a33c8d240b79","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.10.0.tgz","integrity":"sha512-x/zHjnfeq0kR7qOTta8DuQPF0VvbF+2qYmuYKSf9zOCrAyx51Pee5PxDEXxy+kgGkHpnldidzVtefhHes3qu1Q==","signatures":[{"sig":"MEQCIAalwS/UaQwNltpNNp8661zPvATkYoHM59AO9hQvKFUPAiASOeipdMskbZ0S3zs11qxjIIw1dFuWIcPJWKpV3OCg2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"ab8f7b5ca99f79d7755fa07d14c5a33c8d240b79","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.10","description":"A minimal DOM implementation","directories":{},"dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.11.0":{"name":"min-document","version":"2.11.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.11.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"9f2f50f574fd0a80a67a17ab362eae461a263291","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.11.0.tgz","integrity":"sha512-GebdDlthaelYEqbHNOEJOwlO0thBha4gl9r96IJi6Ofj5BhFvjOtwG4/WN2m9wbziDhTc3hzOLa+urKiFW3QSg==","signatures":[{"sig":"MEYCIQClnAAwxYW/nMdYCJ8sNqJryiprVBvrJSmb8hbR9buZggIhAN8RnAc4mdp3fekGBXxHaCZhyEI724MXq2sG4wu8pwu9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"9f2f50f574fd0a80a67a17ab362eae461a263291","gitHead":"44f9f255dd81ce85d31c108d2d3de2d95a3432c5","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.23","description":"A minimal DOM implementation","directories":{},"dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.12.0":{"name":"min-document","version":"2.12.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.12.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"20e022074c1c7cfcbb3c07a197d810ebce6d23d0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.12.0.tgz","integrity":"sha512-SCxZYptC7kZcHxQc33kt7SMXkAIQ6Au636nxfCZoV3qX+nIRwg7z+preJAm6IPAf665YhCmc4wberTRgAe/yOg==","signatures":[{"sig":"MEUCIQDC4C/GkSh4bFNlnWH18HzyqdaEnJVbTvi6J0dO0EzY6QIgdoSYseC5EM2HrNGxSeFjJcYk/iKj3IRU9nw7f/lidYg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"20e022074c1c7cfcbb3c07a197d810ebce6d23d0","gitHead":"a7827141198cbbda10d7b463bd883c03db8a5005","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.23","description":"A minimal DOM implementation","directories":{},"dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.13.0":{"name":"min-document","version":"2.13.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.13.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"1832e83696a9c80603fb6142c2b12965e2e86fc8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.13.0.tgz","integrity":"sha512-lYjgvPWzd3ZakGTiXKlUzfHs0ePFPEtXHCiOSJwSCptSlMAq5B3ETsLnBqj0AUjAEIaGyEqBmjBox/hJIUyEwA==","signatures":[{"sig":"MEUCIGp2F4n2eb8OBDAK4O2XOJonvtSgzW6Ikii8pSjzpYQtAiEA8vwjJeCqhZjqGcZSMLOG7Juops7w+dXB7Vu8EE9ii3M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"1832e83696a9c80603fb6142c2b12965e2e86fc8","gitHead":"688ac23aa4900e5eaf216b8630647db502906e39","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.28","description":"A minimal DOM implementation","directories":{},"dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.14.0":{"name":"min-document","version":"2.14.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.14.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"c326fa976d3d535851713d9c5d593508eb5c9421","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.14.0.tgz","integrity":"sha512-tHI7oTu1iEoKcJQ4E2FKH2cuHvJo5d0/j0v6Ux6ec5llU9szJvsSRE32svNvaFuppRjCpxB6ZmGTYam3sHBXFw==","signatures":[{"sig":"MEUCIFbiazwaeQ9eJ0SYlw4pqYfDZvHrkXgfykrnOu4YrHEfAiEAsHYtEviNiQInw3JzxwrW1JSLUFDifuoG+isV0tsVA2o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"c326fa976d3d535851713d9c5d593508eb5c9421","gitHead":"6f7db89834052b5c21c55b672ab3dc2c77cd6442","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"1.4.28","description":"A minimal DOM implementation","directories":{},"dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.14.1":{"name":"min-document","version":"2.14.1","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.14.1","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"23d7682afb79d08e5dd73f4029831cfc36f33e5e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.14.1.tgz","integrity":"sha512-+TSq5xkdgcER9oba83X0uoZ+mq3vpbiyDDvdvfrnvhxl75YgKISNm9QTzpUYzmt3aSM8CBw3BVxt13HinJjAxA==","signatures":[{"sig":"MEYCIQCN8F5y3gcKyOsbnpUG1N5NykBI+QnCoXGfNzB9DSJpQQIhALRPVfoypIWGfo7hRpfHz1V4cigVIYzVzIIYWWNuYsR1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"23d7682afb79d08e5dd73f4029831cfc36f33e5e","gitHead":"dd699b715f0e99008eca7c31820feffea5afd7a5","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"2.8.4","description":"A minimal DOM implementation","directories":{},"_nodeVersion":"0.10.32","dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser.git"}},"2.14.2":{"name":"min-document","version":"2.14.2","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.14.2","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"e05ca82891c4a284884625136d0996cdf2fdee5d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.14.2.tgz","integrity":"sha512-JzFWBsK209TuhEuynH/9xcPafLh8yl9Nr+NikcWE2O59hIjBT3e69xStOMo4ohfryE0cEFlk9evFtofcnwi3PQ==","signatures":[{"sig":"MEUCIDE3HzIyMEX5PitH2mt4zmTqmyDDTKrATn04FgEEge5vAiEA8XuGixrBszrPBuax+3GjPvwCGfkjSd68Qlyi7aYgp4I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"e05ca82891c4a284884625136d0996cdf2fdee5d","gitHead":"aaf6a57ac30df38392833fb4b753bef872c29492","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"2.8.4","description":"A minimal DOM implementation","directories":{},"_nodeVersion":"0.10.32","dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser.git"}},"2.16.0":{"name":"min-document","version":"2.16.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.16.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"d4f92d1b36157cf52f9f8255925248ab57b93b64","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.16.0.tgz","integrity":"sha512-YewS5Hu7OmhChjZFbTHDg+sty6CxrSUB0BjLhc++kY4ZJbAXd0oxD0sZ7owrCiT1CUYELGlwUb5ShUObVSE62A==","signatures":[{"sig":"MEYCIQCpZO/1MW1rKlm0Mq3hT9XXRxPiXByJXZUfkDGgCefQXAIhAPbdyUEzHSIBXRK0shrXvJs0TOSjmZEbcyMegQdqxHNW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"d4f92d1b36157cf52f9f8255925248ab57b93b64","gitHead":"1c6d61dba11ffa58ea04fe9317846b71782209c3","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"2.7.4","description":"A minimal DOM implementation","directories":{},"_nodeVersion":"0.10.32","dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.17.0":{"name":"min-document","version":"2.17.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.17.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"9d092f96c501084598d7a09ae87e0da90a514759","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.17.0.tgz","integrity":"sha512-h8/mYPu3qlp0jnFNjtwXcTgnQVtDlfUKK7Rd3dHCRlYPTcIvgc/V2ulaJOVjBZzmNx77uCSFeNW/bH4BiJipOQ==","signatures":[{"sig":"MEUCIQDIzfAAur+MjNsg8Ik7SW+NcNVz8HMVpgKxZYo3gY0PaQIgM5wFIk6EExU0VImpUEFXzHPI3fj8SUxIFbSYrwHHIuQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"9d092f96c501084598d7a09ae87e0da90a514759","gitHead":"17365b7792ce34a757071152159fb24380981261","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"2.7.4","description":"A minimal DOM implementation","directories":{},"_nodeVersion":"0.10.32","dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser"}},"2.18.0":{"name":"min-document","version":"2.18.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.18.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"23051234b0ae8cc52af8ec6fbb8b4857e442842d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.18.0.tgz","integrity":"sha512-BszXQrG75S9Mgx8EVTD5B9vwj1HS0RPvkD3pB4vJvlbfjtheBE87BsujmSbs7J4HzsnzMol0WJmU4bMw1jI44A==","signatures":[{"sig":"MEUCIQDcMeNhOflOJD1aucHkthSdzNbZaSJxbfWdcbNH7c6n4gIgQKxm++So6Y27sXYeoYDBnCNvpOPcmg6hrnz7/6aqpFE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"23051234b0ae8cc52af8ec6fbb8b4857e442842d","gitHead":"4d748c8cd595a5a67914604ec45be054dcd6fbf5","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"2.14.1","description":"A minimal DOM implementation","directories":{},"_nodeVersion":"0.10.32","dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser.git"}},"2.18.1":{"name":"min-document","version":"2.18.1","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.18.1","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"6101e17234fb12a8195f406faadb69d8595233b2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.18.1.tgz","integrity":"sha512-Ac1Vv4zpUeZ/h5qIX8geYGFj5fd5vZekkf6w1QKE67yQmESUFKt6Ptg+gaLWAkjPG5nFim8tBevbEEzpAqD6Ig==","signatures":[{"sig":"MEYCIQDLKxPeMuP9KZvMH8HsvTYAPCO0z97NoLeG1ySNkri9IAIhAMY8Q4riRKEqVVxTlWYUWBArY1SuOW6cJH1/6sx1b/X1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"6101e17234fb12a8195f406faadb69d8595233b2","gitHead":"acaf5509d035533020a024e221711f80ae7985b3","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"2.15.9","description":"A minimal DOM implementation","directories":{},"_nodeVersion":"0.10.32","dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser.git"},"_npmOperationalInternal":{"tmp":"tmp/min-document-2.18.1.tgz_1470193896941_0.0496530644595623","host":"packages-12-west.internal.npmjs.com"}},"2.19.0":{"name":"min-document","version":"2.19.0","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"_id":"min-document@2.19.0","maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"},{"name":"anonymous","email":"matt@mattesch.info"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"7bd282e3f5842ed295bb748cdd9f1ffa2c824685","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.19.0.tgz","integrity":"sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==","signatures":[{"sig":"MEUCIQDAUAD5MlpGT36Cmvih7vt7Kqna1vcIBjx6JWxJuQrVgQIgKEpBKhlPRxZ/BFaVKAqMRbkNQ3WdU6crGy2LEYbyIpc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"7bd282e3f5842ed295bb748cdd9f1ffa2c824685","gitHead":"97449f71bccf778f351dc4c8d9db0ebf6e8b39cb","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"licenses":[{"url":"http://github.com/Raynos/min-document/raw/master/LICENSE","type":"MIT"}],"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"2.15.9","description":"A minimal DOM implementation","directories":{},"_nodeVersion":"0.10.32","dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser.git"},"_npmOperationalInternal":{"tmp":"tmp/min-document-2.19.0.tgz_1474498556568_0.5227361361030489","host":"packages-16-east.internal.npmjs.com"}},"2.19.1":{"name":"min-document","version":"2.19.1","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"license":"MIT","_id":"min-document@2.19.1","maintainers":[{"name":"anonymous","email":"matt@mattesch.info"},{"name":"anonymous","email":"raynos2@gmail.com"}],"contributors":[{"name":"Raynos"}],"homepage":"https://github.com/Raynos/min-document","bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dist":{"shasum":"7083ad4bc8879a6eba6516688e9f5d91d32e2d23","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.19.1.tgz","fileCount":26,"integrity":"sha512-8lqe85PkqQJzIcs2iD7xW/WSxcncC3/DPVbTOafKNJDIMXwGfwXS350mH4SJslomntN2iYtFBuC0yNO3CEap6g==","signatures":[{"sig":"MEUCIGi0sO1O9oeXzchxUmfFgRaKKD9FBB6sQ8FhyLof7tWHAiEAvsJPlA0BCGR02L1ngbl4wod3B7WEJRawvR74k42YyU4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":54707},"main":"index.js","_from":"file:min-document-2.19.1.tgz","scripts":{"dot":"node ./test/index.js | tap-dot","test":"node ./test/index.js | tap-spec","cover":"istanbul cover --report none --print detail ./test/index.js","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec","view-cover":"istanbul report html && google-chrome ./coverage/index.html"},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"_resolved":"/private/var/folders/fj/nk4z2jhn4rj0kq09f047sl180000gn/T/eadf919c67763e176779905db29d543a/min-document-2.19.1.tgz","_integrity":"sha512-8lqe85PkqQJzIcs2iD7xW/WSxcncC3/DPVbTOafKNJDIMXwGfwXS350mH4SJslomntN2iYtFBuC0yNO3CEap6g==","repository":{"url":"git://github.com/Raynos/min-document.git","type":"git"},"_npmVersion":"10.9.2","description":"A minimal DOM implementation","directories":{},"_nodeVersion":"22.17.0","dependencies":{"dom-walk":"^0.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tape":"^2.12.3","tap-dot":"^0.2.1","tap-spec":"^0.1.8","run-browser":"git://github.com/Raynos/run-browser.git"},"_npmOperationalInternal":{"tmp":"tmp/min-document_2.19.1_1762434467708_0.39426489886090166","host":"s3://npm-registry-packages-npm-production"}},"2.19.2":{"name":"min-document","version":"2.19.2","description":"A minimal DOM implementation","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Raynos/min-document.git"},"main":"index.js","homepage":"https://github.com/Raynos/min-document","contributors":[{"name":"Raynos"}],"bugs":{"url":"https://github.com/Raynos/min-document/issues","email":"raynos2@gmail.com"},"dependencies":{"dom-walk":"^0.1.0"},"devDependencies":{"run-browser":"git://github.com/Raynos/run-browser.git","tap-dot":"^0.2.1","tap-spec":"^0.1.8","tape":"^2.12.3"},"license":"MIT","scripts":{"test":"node ./test/index.js | tap-spec","dot":"node ./test/index.js | tap-dot","cover":"istanbul cover --report none --print detail ./test/index.js","view-cover":"istanbul report html && google-chrome ./coverage/index.html","browser":"run-browser test/index.js","phantom":"run-browser test/index.js -b | tap-spec"},"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..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"]},"_id":"min-document@2.19.2","gitHead":"0d14150640e4dd159e092eb551b3aca8f3378991","_nodeVersion":"22.17.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-8S5I8db/uZN8r9HSLFVWPdJCvYOejMcEC82VIzNUc6Zkklf/d1gg2psfE79/vyhWOj4+J8MtwmoOz3TmvaGu5A==","shasum":"f95db44639eaae3ac8ea85ae6809ae85ff7e3b81","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/min-document/-/min-document-2.19.2.tgz","fileCount":26,"unpackedSize":54855,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDidlupj60xOd4NByqnyWslQeCwWFl9Y39Zt7Q+WGwZcQIhAP6ewRHafO0h6FHLa36Zu3iPg8VNIrfj1gtI3xs1+lFi"}]},"_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"matt@mattesch.info"},{"name":"anonymous","email":"raynos2@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/min-document_2.19.2_1762859132058_0.7274173661058194"},"_hasShrinkwrap":false}},"name":"min-document","time":{"created":"2013-05-22T08:32:27.745Z","modified":"2025-11-11T11:05:32.453Z","0.2.2":"2013-05-22T08:32:29.391Z","0.2.3":"2013-07-10T17:35:49.203Z","0.2.4":"2013-07-18T22:00:27.711Z","0.2.6":"2013-07-29T23:29:50.265Z","0.2.7":"2013-07-31T22:38:00.107Z","0.2.8":"2013-07-31T22:40:26.686Z","0.2.9":"2013-07-31T22:56:38.698Z","0.3.1":"2013-07-31T22:56:53.695Z","1.0.1":"2014-02-23T08:12:38.364Z","1.0.2":"2014-02-23T08:13:01.357Z","1.0.3":"2014-02-23T08:14:19.805Z","2.0.0":"2014-03-21T19:41:28.739Z","2.1.0":"2014-03-26T06:48:47.710Z","2.2.0":"2014-03-30T12:15:54.901Z","2.2.1":"2014-03-31T01:50:39.551Z","2.3.0":"2014-03-31T02:27:25.919Z","2.4.0":"2014-04-06T05:20:56.183Z","2.4.1":"2014-04-07T19:02:21.239Z","2.5.0":"2014-04-07T21:31:29.442Z","2.6.0":"2014-04-14T05:16:41.730Z","2.6.1":"2014-04-14T06:24:46.150Z","2.7.0":"2014-04-21T06:25:43.859Z","2.8.0":"2014-06-07T20:00:55.546Z","2.8.1":"2014-06-13T04:26:05.971Z","2.9.0":"2014-07-18T06:12:54.746Z","2.9.1":"2014-07-18T06:15:19.957Z","2.9.2":"2014-07-23T06:54:52.104Z","2.10.0":"2014-07-29T07:38:14.951Z","2.11.0":"2014-08-17T05:35:48.572Z","2.12.0":"2014-08-17T08:45:27.838Z","2.13.0":"2015-01-17T19:40:44.478Z","2.14.0":"2015-01-26T19:06:38.820Z","2.14.1":"2015-05-11T06:11:25.575Z","2.14.2":"2015-05-31T04:56:00.677Z","2.16.0":"2015-06-17T03:12:35.706Z","2.17.0":"2015-08-03T18:33:14.588Z","2.18.0":"2016-01-15T02:30:35.674Z","2.18.1":"2016-08-03T03:11:37.206Z","2.19.0":"2016-09-21T22:55:58.325Z","2.19.1":"2025-11-06T13:07:47.911Z","2.19.2":"2025-11-11T11:05:32.249Z"},"contributors":[{"name":"Raynos"}],"readmeFilename":"README.md","homepage":"https://github.com/Raynos/min-document"}