{"_id":"lightswitch","_rev":"475867","name":"lightswitch","description":"The feature switch service","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"mk","email":"mmatuzak@gmail.com"}],"time":{"modified":"2021-08-05T08:38:18.000Z","created":"2012-03-28T01:43:09.163Z","1.0.1":"2018-10-25T02:29:37.914Z","0.0.1":"2012-03-28T01:43:09.163Z","0.0.2":"2013-12-15T21:20:31.251Z"},"users":{},"author":{"name":"Michael Matuzak","email":"mmatuzak@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/emkay/lightswitch.git"},"versions":{"1.0.1":{"name":"lightswitch","version":"1.0.1","description":"The feature switch service","main":"index.js","scripts":{"lint":"standard","release":"npm run lint && npm test && standard-version && git push origin master && npm publish","test":"tap test/*.js --100","update-coc":"weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'","update-contrib":"weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'","start":"node server.js"},"bin":{"lightswitch":"bin/lightswitch"},"repository":{"type":"git","url":"git+https://github.com/emkay/lightswitch.git"},"keywords":[],"author":{"name":"Michael Matuzak","email":"mmatuzak@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/emkay/lightswitch/issues"},"homepage":"https://github.com/emkay/lightswitch#readme","dependencies":{"@hyperswarm/network":"0.0.4","@iarna/toml":"^1.7.1","hyperdb":"^3.2.0","pino":"^5.8.0","pump":"^3.0.0","theodore":"^1.4.0","yargs":"^12.0.2"},"devDependencies":{"pino-pretty":"^2.2.2","standard":"^11.0.1","standard-version":"^4.4.0","tap":"^12.0.1","weallbehave":"^1.2.0","weallcontribute":"^1.0.8"},"gitHead":"0b2b6a251f1da6c24ebfea1df8f809dff050e5d0","_id":"lightswitch@1.0.1","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"mk","email":"mmatuzak@gmail.com"},"dist":{"shasum":"0040295510e1786cfdb1a4055d9381c8332c6eb6","size":14829,"noattachment":false,"key":"/lightswitch/-/lightswitch-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lightswitch/download/lightswitch-1.0.1.tgz"},"maintainers":[{"name":"mk","email":"mmatuzak@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lightswitch_1.0.1_1540434577807_0.06681483291708878"},"_hasShrinkwrap":false,"publish_time":1540434577914,"_cnpm_publish_time":1540434577914},"0.0.1":{"name":"lightswitch","description":"Simple feature switches for node","version":"0.0.1","repository":{"type":"git","url":"git://github.com/emkay/node-lightswitch.git"},"main":"./index.js","keywords":["feature","switches"],"directories":{"example":"example","test":"test"},"engines":{"node":">=0.4.12"},"license":"BSD","author":{"name":"Michael Matuzak","email":"michael@lambdaphant.com","url":"http://lambdaphant.com"},"_npmUser":{"name":"mk","email":"mmatuzak@gmail.com"},"_id":"lightswitch@0.0.1","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.104","_nodeVersion":"v0.4.12","_defaultsLoaded":true,"dist":{"shasum":"35d07958d262ffc29dc816cb350c42c9ee080302","size":10240,"noattachment":false,"key":"/lightswitch/-/lightswitch-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lightswitch/download/lightswitch-0.0.1.tgz"},"maintainers":[{"name":"mk","email":"mmatuzak@gmail.com"}],"publish_time":1332898989163,"_cnpm_publish_time":1332898989163,"_hasShrinkwrap":false},"0.0.2":{"name":"lightswitch","version":"0.0.2","description":"feature switch things","main":"index.js","scripts":{"test":"tap tests/*.js"},"repository":{"type":"git","url":"git://github.com/emkay/lightswitch.git"},"keywords":["feature","switch"],"author":{"name":"Michael Matuzak"},"license":"MIT","bugs":{"url":"https://github.com/emkay/lightswitch/issues"},"devDependencies":{"tap":"~0.4.6","leveldown":"~0.10.2"},"dependencies":{"level":"~0.18.0"},"readmeFilename":"README.md","_id":"lightswitch@0.0.2","dist":{"shasum":"e34e410a8ccf968af1dc6d9a30d8238c3fcf300e","size":1979,"noattachment":false,"key":"/lightswitch/-/lightswitch-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/lightswitch/download/lightswitch-0.0.2.tgz"},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"mk","email":"mmatuzak@gmail.com"},"maintainers":[{"name":"mk","email":"mmatuzak@gmail.com"}],"directories":{},"publish_time":1387142431251,"_cnpm_publish_time":1387142431251,"_hasShrinkwrap":false}},"readme":"# lightswitch\nThe feature switch service\n\n## Usage\n\n`npx lightswitch serve -d /path/to/data -b /path/to/config.toml`\n\n## Config\n\nThe config bundles are written using TOML. Here is an example:\n\n```toml\n[all]\n  enableHeader = true\n\n[org.1234]\n  enableHeader = false\n[org.4321]\n  enableHeader = false\n  superSpeed = true\n```\n","_attachments":{},"homepage":"https://github.com/emkay/lightswitch#readme","bugs":{"url":"https://github.com/emkay/lightswitch/issues"},"license":"MIT"}