{"_id":"octal","_rev":"346258","name":"octal","description":"Interpret a number as base 8","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"mafintosh","email":""}],"time":{"modified":"2021-06-20T02:40:45.000Z","created":"2015-11-19T04:06:15.213Z","1.0.0":"2015-11-19T04:06:15.213Z"},"users":{},"author":{"name":"Mathias Buus","url":"@mafintosh"},"repository":{"type":"git","url":"https://github.com/mafintosh/octal.git"},"versions":{"1.0.0":{"name":"octal","version":"1.0.0","description":"Interpret a number as base 8","main":"index.js","dependencies":{},"devDependencies":{"tape":"^4.2.2"},"repository":{"type":"git","url":"https://github.com/mafintosh/octal.git"},"author":{"name":"Mathias Buus","url":"@mafintosh"},"license":"MIT","bugs":{"url":"https://github.com/mafintosh/octal/issues"},"homepage":"https://github.com/mafintosh/octal","gitHead":"4fd1af09d4e4f6954b13c324a98f26b0f2d2fa0a","_id":"octal@1.0.0","scripts":{},"_shasum":"63e7162a68efbeb9e213588d58e989d1e5c4530b","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"mafintosh","email":"mathiasbuus@gmail.com"},"dist":{"shasum":"63e7162a68efbeb9e213588d58e989d1e5c4530b","size":1592,"noattachment":false,"key":"/octal/-/octal-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/octal/download/octal-1.0.0.tgz"},"maintainers":[{"name":"mafintosh","email":""}],"directories":{},"publish_time":1447905975213,"_cnpm_publish_time":1447905975213,"_hasShrinkwrap":false}},"readme":"# octal\n\nInterpret a number as base 8.\n\nSame as the `0<number>` notation but works in strict mode / standard js.\n\n```\nnpm install octal\n```\n\n[![build status](http://img.shields.io/travis/mafintosh/octal.svg?style=flat)](http://travis-ci.org/mafintosh/octal)\n\n## Usage\n\n``` js\nvar octal = require('octal')\nconsole.log(octal(777)) // prints 511 which is 0777\n```\n\n## License\n\nMIT\n","_attachments":{},"homepage":"https://github.com/mafintosh/octal","bugs":{"url":"https://github.com/mafintosh/octal/issues"},"license":"MIT"}