{"_id":"0s","_rev":"4-a0c085fb08661b5e4b3047f938851aac","name":"0s","description":"A tool to create an array filled with 0's","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"0s","version":"1.0.0","description":"A tool to create an array filled with 0's","main":"index.js","scripts":{"test":"node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha"},"repository":{"type":"git","url":"git+https://github.com/joeyism/node-zeroes.git"},"keywords":["zeroes","0","zero","zeros","array","dimension","size"],"author":{"name":"Joey Sham","email":"sham.joey@gmail.com","url":"http://www.joeyism.com"},"license":"ISC","bugs":{"url":"https://github.com/joeyism/node-zeroes/issues"},"homepage":"https://github.com/joeyism/node-zeroes#readme","dependencies":{},"devDependencies":{"chai":"^3.3.0","istanbul":"^0.3.20","mocha":"^2.3.3","mockery":"^1.4.0"},"gitHead":"d29d58511724f55e6c194f083df8647d893db3fb","_id":"0s@1.0.0","_shasum":"a73f661c62abb808c45f03dd92e305d7f9e45eca","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.4","_npmUser":{"name":"joeyism","email":"sham.joey@gmail.com"},"dist":{"shasum":"a73f661c62abb808c45f03dd92e305d7f9e45eca","tarball":"https://registry.npmjs.org/0s/-/0s-1.0.0.tgz","integrity":"sha512-z6UaFBVf6mdc3cRQMFYSGcGxQ5c8bqrzIjHgzDqINNj4D/f0l+MgMCzplQJbDyUO+I0ghMuLD0we2NfBY5hVwA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFIS5J2XPl7MOjZeloWOTJ2I8j7np6lhvHhF+htRXxBqAiEA3OmQ2gLRMYbLWisUsXoezYZq5vp8fI6YEXX3MZsP0Zo="}]},"maintainers":[{"name":"joeyism","email":"sham.joey@gmail.com"}]}},"readme":"# 0s\nA simple tool to create an array with only 0's\n\n## Installation\nTo install, run\n\n    $ npm install --save 0s\n\n## Usage\nTo use, require it first by\n\n    var zeroes = require(\"0s\");\n\nThen input the array length that you want\n\n    zeroes() // []\n    zeroes(0) // []\n    zeroes(1) // [1]\n    zeroes(5) // [1, 1, 1, 1, 1]\n\n## Versions\n**1.0.0**\nFirst version\n","maintainers":[{"name":"joeyism","email":"sham.joey@gmail.com"}],"time":{"modified":"2022-06-12T14:05:16.233Z","created":"2015-09-23T01:42:27.165Z","1.0.0":"2015-09-23T01:42:27.165Z"},"homepage":"https://github.com/joeyism/node-zeroes#readme","keywords":["zeroes","0","zero","zeros","array","dimension","size"],"repository":{"type":"git","url":"git+https://github.com/joeyism/node-zeroes.git"},"author":{"name":"Joey Sham","email":"sham.joey@gmail.com","url":"http://www.joeyism.com"},"bugs":{"url":"https://github.com/joeyism/node-zeroes/issues"},"license":"ISC","readmeFilename":"README.md","users":{"joeyism":true}}