{"_id":"env-cmd","_rev":"206084","name":"env-cmd","description":"Executes a command using the environment variables in an env file","dist-tags":{"latest":"10.1.0"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"time":{"modified":"2021-06-03T13:18:32.000Z","created":"2016-08-17T04:59:09.689Z","10.1.0":"2020-02-10T07:08:24.579Z","10.0.1":"2019-08-30T06:31:14.356Z","10.0.0":"2019-08-30T05:06:26.903Z","9.0.3":"2019-06-05T21:06:52.154Z","9.0.2":"2019-05-30T05:53:04.453Z","9.0.1":"2019-05-06T03:30:35.692Z","9.0.0":"2019-05-04T21:04:13.498Z","8.0.2":"2018-05-17T19:19:55.364Z","8.0.1":"2018-04-24T08:48:47.611Z","8.0.0":"2018-04-22T18:08:01.003Z","7.0.0":"2017-09-25T18:46:12.741Z","6.0.0":"2017-09-21T22:53:14.961Z","5.1.0":"2017-04-18T16:44:47.476Z","5.0.0":"2017-03-03T06:44:22.292Z","4.0.0":"2016-12-07T05:47:12.211Z","3.0.0":"2016-12-03T07:48:18.250Z","2.2.0":"2016-09-23T05:59:35.478Z","2.1.0":"2016-08-18T21:56:26.221Z","2.0.0":"2016-08-17T21:36:27.108Z","1.0.1":"2016-08-17T06:18:04.508Z","1.0.0":"2016-08-17T04:59:09.689Z"},"users":{"scottfreecode":true,"dkruythoff":true,"magicboy":true,"stephn_r":true,"serge-nikitin":true,"rhaynel":true,"ridermansb":true,"programmer.severson":true,"hyokosdeveloper":true},"author":{"name":"Todd Bluhm"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"versions":{"10.1.0":{"name":"env-cmd","version":"10.1.0","description":"Executes a command using the environment variables in an env file","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=8.0.0"},"bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha -r ts-node/register ./test/**/*.ts","test-cover":"nyc npm test","coveralls":"coveralls < coverage/lcov.info","lint":"ts-standard --fix && tsc --noEmit","build":"tsc","watch":"tsc -w"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","environment","cli","command","cmd","execute","run","file","variables","config"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"},{"name":"serapath","email":"dev@serapath.de","url":"Alexander Praetorius"},{"name":"Anton Versal","email":"ant.ver@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"commander":"^4.0.0","cross-spawn":"^7.0.0"},"devDependencies":{"@types/chai":"^4.0.0","@types/cross-spawn":"^6.0.0","@types/mocha":"^7.0.0","@types/node":"^12.0.0","@types/sinon":"^7.0.0","chai":"^4.0.0","coveralls":"^3.0.0","mocha":"^7.0.0","nyc":"^15.0.0","sinon":"^8.0.0","ts-node":"^8.0.0","ts-standard":"^4.0.0","typescript":"^3.7.0"},"nyc":{"include":["src/**/*.ts"],"extension":[".ts"],"require":["ts-node/register"],"reporter":["text","lcov"],"sourceMap":true,"instrument":true},"ts-standard":{"project":"./tsconfig.eslint.json","ignore":["dist"]},"greenkeeper":{"ignore":["@types/node"]},"gitHead":"065b1100485115f124820d9d41c8d78ea2ff457f","_id":"env-cmd@10.1.0","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"shasum":"c7f5d3b550c9519f137fdac4dd8fb6866a8c8c4b","size":14083,"noattachment":false,"key":"/env-cmd/-/env-cmd-10.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-10.1.0.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/env-cmd_10.1.0_1581318504428_0.9654069643369507"},"_hasShrinkwrap":false,"publish_time":1581318504579,"_cnpm_publish_time":1581318504579},"10.0.1":{"name":"env-cmd","version":"10.0.1","description":"Executes a command using the environment variables in an env file","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=8.0.0"},"bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha -r ts-node/register ./test/**/*.ts","test-cover":"nyc --reporter=lcov --reporter=text npm test","coveralls":"coveralls < coverage/lcov.info","lint":"ts-standard --fix && tsc --noEmit","build":"tsc","watch":"tsc -w"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","environment","cli","command","cmd","execute","run","file","variables","config"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"},{"name":"serapath","email":"dev@serapath.de","url":"Alexander Praetorius"},{"name":"Anton Versal","email":"ant.ver@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"commander":"^3.0.0","cross-spawn":"^6.0.0"},"devDependencies":{"@types/chai":"^4.0.0","@types/cross-spawn":"^6.0.0","@types/mocha":"^5.0.0","@types/node":"^12.0.0","@types/sinon":"^7.0.0","chai":"^4.0.0","coveralls":"^3.0.0","mocha":"^6.0.0","nyc":"^14.0.0","sinon":"^7.0.0","ts-node":"^8.0.0","ts-standard":"^1.0.0","typescript":"^3.0.0"},"nyc":{"include":["src/**/*.ts"],"extension":[".ts"],"require":["ts-node/register"],"reporter":["text-summary","html"],"sourceMap":true,"instrument":true},"ts-standard":{"project":"./tsconfig.eslint.json","ignore":["dist"]},"gitHead":"1cd2feb8373507e93d03945d4bac825a47950100","_id":"env-cmd@10.0.1","_nodeVersion":"10.15.0","_npmVersion":"6.9.0","dist":{"shasum":"bcaedad78a0172c62113890dd4efec36d2ba0775","size":11916,"noattachment":false,"key":"/env-cmd/-/env-cmd-10.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-10.0.1.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/env-cmd_10.0.1_1567146674191_0.9493959138447412"},"_hasShrinkwrap":false,"publish_time":1567146674356,"_cnpm_publish_time":1567146674356},"10.0.0":{"name":"env-cmd","version":"10.0.0","description":"Executes a command using the environment variables in an env file","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=8.0.0"},"bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha -r ts-node/register ./test/**/*.ts","test-cover":"nyc --reporter=lcov --reporter=text npm test","coveralls":"coveralls < coverage/lcov.info","lint":"ts-standard --fix && tsc --noEmit","build":"tsc","watch":"tsc -w"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","environment","cli","command","cmd","execute","run","file","variables","config"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"},{"name":"serapath","email":"dev@serapath.de","url":"Alexander Praetorius"},{"name":"Anton Versal","email":"ant.ver@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"commander":"^3.0.0","cross-spawn":"^6.0.0"},"devDependencies":{"@types/chai":"^4.0.0","@types/cross-spawn":"^6.0.0","@types/mocha":"^5.0.0","@types/node":"^12.0.0","@types/sinon":"^7.0.0","chai":"^4.0.0","coveralls":"^3.0.0","mocha":"^6.0.0","nyc":"^14.0.0","sinon":"^7.0.0","ts-node":"^8.0.0","ts-standard":"^1.0.0","typescript":"^3.0.0"},"nyc":{"include":["src/**/*.ts"],"extension":[".ts"],"require":["ts-node/register"],"reporter":["text-summary","html"],"sourceMap":true,"instrument":true},"ts-standard":{"project":"./tsconfig.eslint.json","ignore":["dist"]},"gitHead":"0106295dd8963f0cb0624c0963ba65d9e1e23130","_id":"env-cmd@10.0.0","_nodeVersion":"10.15.0","_npmVersion":"6.9.0","dist":{"shasum":"0a7ae472b777001e349406de73e32335b3af0281","size":11777,"noattachment":false,"key":"/env-cmd/-/env-cmd-10.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-10.0.0.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/env-cmd_10.0.0_1567141586786_0.6323731423909773"},"_hasShrinkwrap":false,"publish_time":1567141586903,"_cnpm_publish_time":1567141586903},"9.0.3":{"name":"env-cmd","version":"9.0.3","description":"Executes a command using the environment variables in an env file","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=8.0.0"},"bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha -r ts-node/register ./test/**/*.ts","test-cover":"nyc --reporter=lcov --reporter=text npm test","test-lint":"eslint ./src/**/*.ts ./test/**/*.ts","coveralls":"coveralls < coverage/lcov.info","lint":"eslint --fix ./src/**/*.ts ./test/**/*.ts && tsc --noEmit","build":"tsc","watch":"tsc -w"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"},{"name":"serapath","email":"dev@serapath.de","url":"Alexander Praetorius"},{"name":"Anton Versal","email":"ant.ver@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"commander":"^2.0.0","cross-spawn":"^6.0.0"},"devDependencies":{"@types/chai":"^4.0.0","@types/cross-spawn":"^6.0.0","@types/mocha":"^5.0.0","@types/node":"^12.0.0","@types/sinon":"^7.0.0","@typescript-eslint/eslint-plugin":"^1.0.0","@typescript-eslint/parser":"^1.0.0","chai":"^4.0.0","coveralls":"^3.0.0","eslint":"^5.0.0","eslint-config-standard-with-typescript":"^7.0.0","eslint-plugin-import":"^2.0.0","eslint-plugin-node":"^9.0.0","eslint-plugin-promise":"^4.0.0","eslint-plugin-standard":"^4.0.0","mocha":"^6.0.0","nyc":"^14.0.0","sinon":"^7.0.0","ts-node":"^8.0.0","typescript":"^3.0.0"},"nyc":{"include":["src/**/*.ts"],"extension":[".ts"],"require":["ts-node/register"],"reporter":["text-summary","html"],"sourceMap":true,"instrument":true},"gitHead":"5eaff2cb5a6bd40db09047456356d1410fe36101","_id":"env-cmd@9.0.3","_nodeVersion":"10.15.0","_npmVersion":"6.9.0","dist":{"shasum":"b85265f5a9fd4c5fc7d7eff34e341dc28c3f9801","size":11890,"noattachment":false,"key":"/env-cmd/-/env-cmd-9.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-9.0.3.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/env-cmd_9.0.3_1559768812052_0.9417893541927291"},"_hasShrinkwrap":false,"publish_time":1559768812154,"_cnpm_publish_time":1559768812154},"9.0.2":{"name":"env-cmd","version":"9.0.2","description":"Executes a command using the environment variables in an env file","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=8.0.0"},"bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha -r ts-node/register ./test/**/*.ts","test-cover":"nyc --reporter=lcov --reporter=text npm test","test-lint":"eslint ./src/**/*.ts ./test/**/*.ts","coveralls":"coveralls < coverage/lcov.info","lint":"eslint --fix ./src/**/*.ts ./test/**/*.ts && tsc --noEmit","build":"tsc","watch":"tsc -w"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"},{"name":"serapath","email":"dev@serapath.de","url":"Alexander Praetorius"},{"name":"Anton Versal","email":"ant.ver@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"commander":"^2.20.0","cross-spawn":"6.0.5"},"devDependencies":{"@types/chai":"4.1.7","@types/cross-spawn":"6.0.0","@types/mocha":"5.2.6","@types/node":"^12.0.0","@types/sinon":"^7.0.11","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","chai":"4.2.0","coveralls":"3.0.3","eslint":"^5.16.0","eslint-config-standard-with-typescript":"^7.0.0","eslint-plugin-import":"^2.17.2","eslint-plugin-node":"^9.0.1","eslint-plugin-promise":"^4.1.1","eslint-plugin-standard":"^4.0.0","mocha":"^6.1.4","nyc":"^14.1.0","sinon":"^7.3.2","ts-node":"^8.1.0","typescript":"^3.4.5"},"nyc":{"include":["src/**/*.ts"],"extension":[".ts"],"require":["ts-node/register"],"reporter":["text-summary","html"],"sourceMap":true,"instrument":true},"gitHead":"012230dd8a89cee5df92aa9ab94ca315c8b0013c","_id":"env-cmd@9.0.2","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"279acd1ca2d83242f28830d6f97713721b001eb6","size":11876,"noattachment":false,"key":"/env-cmd/-/env-cmd-9.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-9.0.2.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/env-cmd_9.0.2_1559195584288_0.8755644810760606"},"_hasShrinkwrap":false,"publish_time":1559195584453,"_cnpm_publish_time":1559195584453},"9.0.1":{"name":"env-cmd","version":"9.0.1","description":"Executes a command using the environment variables in an env file","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=8.0.0"},"bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha -r ts-node/register ./test/**/*.ts","test-cover":"nyc --reporter=lcov --reporter=text npm test","test-lint":"eslint ./src/**/*.ts ./test/**/*.ts","coveralls":"coveralls < coverage/lcov.info","lint":"eslint --fix ./src/**/*.ts ./test/**/*.ts && tsc --noEmit","build":"tsc"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"},{"name":"serapath","email":"dev@serapath.de","url":"Alexander Praetorius"},{"name":"Anton Versal","email":"ant.ver@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"commander":"^2.20.0","cross-spawn":"6.0.5"},"devDependencies":{"@types/chai":"4.1.7","@types/cross-spawn":"6.0.0","@types/mocha":"5.2.6","@types/node":"^12.0.0","@types/sinon":"^7.0.11","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","chai":"4.2.0","coveralls":"3.0.3","eslint":"^5.16.0","eslint-config-standard-with-typescript":"^7.0.0","eslint-plugin-import":"^2.17.2","eslint-plugin-node":"^9.0.1","eslint-plugin-promise":"^4.1.1","eslint-plugin-standard":"^4.0.0","mocha":"^6.1.4","nyc":"^14.1.0","sinon":"^7.3.2","ts-node":"^8.1.0","typescript":"^3.4.5"},"nyc":{"include":["src/**/*.ts"],"extension":[".ts"],"require":["ts-node/register"],"reporter":["text-summary","html"],"sourceMap":true,"instrument":true},"gitHead":"2dafb745f73fbe1980791686a8a67aaa321f669c","_id":"env-cmd@9.0.1","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"ba79f92c661973dccd0101f3964a59c752c9e13d","size":11688,"noattachment":false,"key":"/env-cmd/-/env-cmd-9.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-9.0.1.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/env-cmd_9.0.1_1557113435571_0.8114490154236984"},"_hasShrinkwrap":false,"publish_time":1557113435692,"_cnpm_publish_time":1557113435692},"9.0.0":{"name":"env-cmd","version":"9.0.0","description":"Executes a command using the envs in the provided env file","main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=8.0.0"},"bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha -r ts-node/register ./test/**/*.ts","test-cover":"nyc --reporter=lcov --reporter=text npm test","test-lint":"eslint ./src/**/*.ts ./test/**/*.ts","coveralls":"coveralls < coverage/lcov.info","lint":"eslint --fix ./src/**/*.ts ./test/**/*.ts","build":"tsc"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"},{"name":"serapath","email":"dev@serapath.de","url":"Alexander Praetorius"},{"name":"Anton Versal","email":"ant.ver@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"commander":"^2.20.0","cross-spawn":"6.0.5"},"devDependencies":{"@types/chai":"4.1.7","@types/cross-spawn":"6.0.0","@types/mocha":"5.2.6","@types/node":"^12.0.0","@types/sinon":"^7.0.11","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","chai":"4.2.0","coveralls":"3.0.3","eslint":"^5.16.0","eslint-config-standard-with-typescript":"^7.0.0","eslint-plugin-import":"^2.17.2","eslint-plugin-node":"^9.0.1","eslint-plugin-promise":"^4.1.1","eslint-plugin-standard":"^4.0.0","mocha":"^6.1.4","nyc":"^14.1.0","sinon":"^7.3.2","ts-node":"^8.1.0","typescript":"^3.4.5"},"nyc":{"include":["src/**/*.ts"],"extension":[".ts"],"require":["ts-node/register"],"reporter":["text-summary","html"],"sourceMap":true,"instrument":true},"gitHead":"4463e553e778174c5e1b7b684843946eec47562b","_id":"env-cmd@9.0.0","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"1f4711ff01bf854cb9bc26ed09c137bb2d29a50f","size":12104,"noattachment":false,"key":"/env-cmd/-/env-cmd-9.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-9.0.0.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/env-cmd_9.0.0_1557003853301_0.632608404781809"},"_hasShrinkwrap":false,"publish_time":1557003853498,"_cnpm_publish_time":1557003853498},"8.0.2":{"name":"env-cmd","version":"8.0.2","description":"Executes a command using the envs in the provided env file","main":"lib/index.js","engines":{"node":">=4.0.0"},"bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha","test-cover":"nyc --reporter=lcov --reporter=text npm test","test-lint":"standard","coveralls":"coveralls < coverage/lcov.info","lint":"standard --fix"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"},{"name":"serapath","email":"dev@serapath.de","url":"Alexander Praetorius"},{"name":"Anton Versal","email":"ant.ver@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"cross-spawn":"^6.0.5"},"devDependencies":{"better-assert":"^1.0.2","coveralls":"^3.0.1","mocha":"^5.1.1","nyc":"^11.8.0","proxyquire":"^2.0.1","sinon":"^5.0.7","standard":"^11.0.1"},"gitHead":"ad630ef564268faafc930bbe1a566bfdd6dfcaab","_id":"env-cmd@8.0.2","_npmVersion":"6.0.1","_nodeVersion":"10.1.0","_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"dist":{"shasum":"e3bf53b8e4676781bdc3a0b1a2f7612cbcda4da4","size":11821,"noattachment":false,"key":"/env-cmd/-/env-cmd-8.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-8.0.2.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/env-cmd_8.0.2_1526584795243_0.9950066115344618"},"_hasShrinkwrap":false,"publish_time":1526584795364,"_cnpm_publish_time":1526584795364},"8.0.1":{"name":"env-cmd","version":"8.0.1","description":"Executes a command using the envs in the provided env file","main":"lib/index.js","engines":{"node":">=4.0.0"},"bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha","test-cover":"nyc --reporter=lcov --reporter=text npm test","test-lint":"standard","coveralls":"coveralls < coverage/lcov.info","lint":"standard --fix"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"},{"name":"serapath","email":"dev@serapath.de","url":"Alexander Praetorius"},{"name":"Anton Versal","email":"ant.ver@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"cross-spawn":"^6.0.5"},"devDependencies":{"better-assert":"^1.0.2","coveralls":"^3.0.0","mocha":"^5.0.4","nyc":"^11.6.0","proxyquire":"^2.0.1","sinon":"^4.4.6","standard":"^11.0.1"},"gitHead":"c541e9a308f6df019c88927ef6fe4bfae0d5f416","_id":"env-cmd@8.0.1","_shasum":"0070518b29e78b1102f2e753551eaae3f971a335","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.4.0","_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"dist":{"shasum":"0070518b29e78b1102f2e753551eaae3f971a335","size":32495,"noattachment":false,"key":"/env-cmd/-/env-cmd-8.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-8.0.1.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/env-cmd_8.0.1_1524559727493_0.3392968546251123"},"_hasShrinkwrap":false,"publish_time":1524559727611,"_cnpm_publish_time":1524559727611},"8.0.0":{"name":"env-cmd","version":"8.0.0","description":"Executes a command using the envs in the provided env file","main":"lib/index.js","engines":{"node":">=4.0.0"},"bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha","test-cover":"nyc --reporter=lcov --reporter=text npm test","test-lint":"standard","coveralls":"coveralls < coverage/lcov.info","lint":"standard --fix"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"},{"name":"serapath","email":"dev@serapath.de","url":"Alexander Praetorius"},{"name":"Anton Versal","email":"ant.ver@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"cross-spawn":"^6.0.5"},"devDependencies":{"better-assert":"^1.0.2","coveralls":"^3.0.0","mocha":"^5.0.4","nyc":"^11.6.0","proxyquire":"^2.0.1","sinon":"^4.4.6","standard":"^11.0.1"},"gitHead":"a4b21438a1adb3827329eef804bed52fde205d24","_id":"env-cmd@8.0.0","_shasum":"805972aca9555022b6488ddab16c869a274691c4","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.4.0","_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"dist":{"shasum":"805972aca9555022b6488ddab16c869a274691c4","size":31850,"noattachment":false,"key":"/env-cmd/-/env-cmd-8.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-8.0.0.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/env-cmd_8.0.0_1524420480907_0.8907496974777216"},"_hasShrinkwrap":false,"publish_time":1524420481003,"_cnpm_publish_time":1524420481003},"7.0.0":{"name":"env-cmd","version":"7.0.0","description":"Executes a command using the envs in the provided env file","main":"lib/index.js","engines":{"node":">=4.0.0"},"bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha","test-cover":"istanbul cover node_modules/.bin/_mocha -- -R spec","test-lint":"standard","coveralls":"coveralls < coverage/lcov.info","lint":"standard --fix"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"},{"name":"serapath","email":"dev@serapath.de","url":"Alexander Praetorius"},{"name":"Anton Versal","email":"ant.ver@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"cross-spawn":"^5.0.1"},"devDependencies":{"better-assert":"^1.0.2","coveralls":"^2.11.12","istanbul":"^0.4.4","mocha":"^3.0.2","proxyquire":"^1.7.10","sinon":"^3.3.0","standard":"^10.0.0"},"gitHead":"5987f820657269866d9c84a976ea5d308aa3cf0b","_id":"env-cmd@7.0.0","_npmVersion":"5.4.2","_nodeVersion":"8.5.0","_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"dist":{"shasum":"d1fcfea6e0cbe6bf50b7130221d568907b6349bd","size":7567,"noattachment":false,"key":"/env-cmd/-/env-cmd-7.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-7.0.0.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/env-cmd-7.0.0.tgz_1506365171803_0.339664903935045"},"directories":{},"publish_time":1506365172741,"_cnpm_publish_time":1506365172741,"_hasShrinkwrap":false},"6.0.0":{"name":"env-cmd","version":"6.0.0","description":"Executes a command using the envs in the provided env file","main":"lib/index.js","engines":{"node":">=4.0.0"},"bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha","test-cover":"istanbul cover node_modules/.bin/_mocha -- -R spec","test-lint":"standard","coveralls":"coveralls < coverage/lcov.info","lint":"standard --fix"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"},{"name":"serapath","email":"dev@serapath.de","url":"Alexander Praetorius"},{"name":"Anton Versal","email":"ant.ver@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"cross-spawn":"^5.0.1"},"devDependencies":{"better-assert":"^1.0.2","coveralls":"^2.11.12","istanbul":"^0.4.4","mocha":"^3.0.2","proxyquire":"^1.7.10","sinon":"^3.3.0","standard":"^10.0.0"},"gitHead":"26d8eaad9ebae437d50816afd8e9bf4833dc6465","_id":"env-cmd@6.0.0","_npmVersion":"5.4.1","_nodeVersion":"8.1.2","_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"dist":{"shasum":"a8664ab1f0f18d5a9faa7cb00a8ea0985ed21f8a","size":7096,"noattachment":false,"key":"/env-cmd/-/env-cmd-6.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-6.0.0.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/env-cmd-6.0.0.tgz_1506034394084_0.48019615933299065"},"directories":{},"publish_time":1506034394961,"_hasShrinkwrap":false,"_cnpm_publish_time":1506034394961},"5.1.0":{"name":"env-cmd","version":"5.1.0","description":"Executes a command using the envs in the provided env file","main":"lib/index.js","bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha","test-cover":"istanbul cover node_modules/.bin/_mocha -- -R spec","test-lint":"standard","coveralls":"coveralls < coverage/lcov.info","lint":"standard --fix"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"},{"name":"serapath","email":"dev@serapath.de","url":"Alexander Praetorius"},{"name":"Anton Versal","email":"ant.ver@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"cross-spawn":"^5.0.1"},"devDependencies":{"better-assert":"^1.0.2","coveralls":"^2.11.12","istanbul":"^0.4.4","mocha":"^3.0.2","proxyquire":"^1.7.10","sinon":"^2.0.0","standard":"^10.0.0"},"gitHead":"51359195d95b799ac5d75d7ffe2ad17c5ab64bbf","_id":"env-cmd@5.1.0","_shasum":"0236db393c3f033005204fcd0a92ee40723a9c9e","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.1","_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"dist":{"shasum":"0236db393c3f033005204fcd0a92ee40723a9c9e","size":6084,"noattachment":false,"key":"/env-cmd/-/env-cmd-5.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-5.1.0.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/env-cmd-5.1.0.tgz_1492533886747_0.7008279601577669"},"directories":{},"publish_time":1492533887476,"_hasShrinkwrap":false,"_cnpm_publish_time":1492533887476},"5.0.0":{"name":"env-cmd","version":"5.0.0","description":"Executes a command using the envs in the provided env file","main":"lib/index.js","bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha","test-cover":"istanbul cover node_modules/.bin/_mocha -- -R spec","test-lint":"standard","coveralls":"coveralls < coverage/lcov.info","lint":"standard --fix"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"},{"name":"serapath","email":"dev@serapath.de","url":"Alexander Praetorius"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"cross-spawn":"^5.0.1"},"devDependencies":{"better-assert":"^1.0.2","coveralls":"^2.11.12","istanbul":"^0.4.4","mocha":"^3.0.2","proxyquire":"^1.7.10","sinon":"^1.17.5","standard":"^9.0.0"},"gitHead":"ea9d858e4a3b481d7d5704ce46ab61e8655f63f9","_id":"env-cmd@5.0.0","_shasum":"c10892176a18bfcc5658cd9a2880add281de31ce","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"dist":{"shasum":"c10892176a18bfcc5658cd9a2880add281de31ce","size":5789,"noattachment":false,"key":"/env-cmd/-/env-cmd-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-5.0.0.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/env-cmd-5.0.0.tgz_1488523460329_0.9936138500925153"},"directories":{},"publish_time":1488523462292,"_cnpm_publish_time":1488523462292,"_hasShrinkwrap":false},"4.0.0":{"name":"env-cmd","version":"4.0.0","description":"Executes a command using the envs in the provided env file","main":"lib/index.js","bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha","test-cover":"istanbul cover node_modules/.bin/_mocha -- -R spec","test-lint":"standard","coveralls":"coveralls < coverage/lcov.info","lint":"standard --fix"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"cross-spawn":"^5.0.1"},"devDependencies":{"better-assert":"^1.0.2","coveralls":"^2.11.12","istanbul":"^0.4.4","mocha":"^3.0.2","proxyquire":"^1.7.10","sinon":"^1.17.5","standard":"^8.6.0"},"gitHead":"71e9c85e78884393cfb3dd72b4f1a7348d3cb9aa","_id":"env-cmd@4.0.0","_shasum":"58dedbc7f4dd721c2f7d8e8c996701011cdebb15","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"dist":{"shasum":"58dedbc7f4dd721c2f7d8e8c996701011cdebb15","size":5195,"noattachment":false,"key":"/env-cmd/-/env-cmd-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-4.0.0.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/env-cmd-4.0.0.tgz_1481089631977_0.5935626728460193"},"directories":{},"publish_time":1481089632211,"_cnpm_publish_time":1481089632211,"_hasShrinkwrap":false},"3.0.0":{"name":"env-cmd","version":"3.0.0","description":"Executes a command using the envs in the provided env file","main":"lib/index.js","bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha","test-cover":"istanbul cover node_modules/.bin/_mocha -- -R spec","test-lint":"standard","coveralls":"coveralls < coverage/lcov.info","lint":"standard --fix"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"},{"name":"Jon Scheiding","email":"jonscheiding@gmail.com"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"cross-spawn":"^5.0.1"},"devDependencies":{"better-assert":"^1.0.2","coveralls":"^2.11.12","istanbul":"^0.4.4","mocha":"^3.0.2","proxyquire":"^1.7.10","sinon":"^1.17.5","standard":"^8.6.0"},"gitHead":"f37249e467106a5f5f480701b2fbb9a440949d53","_id":"env-cmd@3.0.0","_shasum":"0cf7f9dd3cf8ed28e31e6396e5885005271677f9","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"dist":{"shasum":"0cf7f9dd3cf8ed28e31e6396e5885005271677f9","size":4681,"noattachment":false,"key":"/env-cmd/-/env-cmd-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-3.0.0.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/env-cmd-3.0.0.tgz_1480751296378_0.9060468343086541"},"directories":{},"publish_time":1480751298250,"_cnpm_publish_time":1480751298250,"_hasShrinkwrap":false},"2.2.0":{"name":"env-cmd","version":"2.2.0","description":"Executes a command using the envs in the provided env file","main":"lib/index.js","bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha","test-cover":"istanbul cover node_modules/.bin/_mocha -- -R spec","coveralls":"coveralls < coverage/lcov.info"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"contributors":[{"name":"Eric Lanehart","email":"eric@pushred.co"}],"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"cross-spawn":"^4.0.0"},"devDependencies":{"better-assert":"^1.0.2","coveralls":"^2.11.12","istanbul":"^0.4.4","mocha":"^3.0.2","proxyquire":"^1.7.10","sinon":"^1.17.5"},"gitHead":"d46740c56d68d4968392b8b866f95adbe45f9e52","_id":"env-cmd@2.2.0","_shasum":"481e6b36978c2b73d53a1a2731e2130ca0098f4d","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"dist":{"shasum":"481e6b36978c2b73d53a1a2731e2130ca0098f4d","size":3839,"noattachment":false,"key":"/env-cmd/-/env-cmd-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-2.2.0.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/env-cmd-2.2.0.tgz_1474610374558_0.8758229000959545"},"directories":{},"publish_time":1474610375478,"_cnpm_publish_time":1474610375478,"_hasShrinkwrap":false},"2.1.0":{"name":"env-cmd","version":"2.1.0","description":"Executes a command using the envs in the provided env file","main":"lib/index.js","bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha","test-cover":"istanbul cover node_modules/.bin/_mocha -- -R spec","coveralls":"coveralls < coverage/lcov.info"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"cross-spawn":"^4.0.0"},"devDependencies":{"better-assert":"^1.0.2","coveralls":"^2.11.12","istanbul":"^0.4.4","mocha":"^3.0.2","proxyquire":"^1.7.10","sinon":"^1.17.5"},"gitHead":"8fd41397d6340a5381e00246c0b928014493511f","_id":"env-cmd@2.1.0","_shasum":"ebcebf75d55de63616767a9354f3d325561b72ed","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.4.0","_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"dist":{"shasum":"ebcebf75d55de63616767a9354f3d325561b72ed","size":3701,"noattachment":false,"key":"/env-cmd/-/env-cmd-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-2.1.0.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/env-cmd-2.1.0.tgz_1471557385249_0.6216685115359724"},"directories":{},"publish_time":1471557386221,"_cnpm_publish_time":1471557386221,"_hasShrinkwrap":false},"2.0.0":{"name":"env-cmd","version":"2.0.0","description":"Executes a command using the envs in the provided env file","main":"lib/index.js","bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha","test-cover":"istanbul cover node_modules/.bin/_mocha -- -R spec","coveralls":"coveralls < coverage/lcov.info"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"cross-spawn":"^4.0.0"},"devDependencies":{"better-assert":"^1.0.2","coveralls":"^2.11.12","istanbul":"^0.4.4","mocha":"^3.0.2","proxyquire":"^1.7.10","sinon":"^1.17.5"},"gitHead":"0d1841c1e119045ddf04ff3cc1f8d3f6ba1c29cf","_id":"env-cmd@2.0.0","_shasum":"4a8f3383fe1546ca0afc6ccd65fa29401d4dbf01","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"dist":{"shasum":"4a8f3383fe1546ca0afc6ccd65fa29401d4dbf01","size":3417,"noattachment":false,"key":"/env-cmd/-/env-cmd-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-2.0.0.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/env-cmd-2.0.0.tgz_1471469786357_0.6364395183045417"},"directories":{},"publish_time":1471469787108,"_cnpm_publish_time":1471469787108,"_hasShrinkwrap":false},"1.0.1":{"name":"env-cmd","version":"1.0.1","description":"Executes a command using the envs in the provided env file","main":"lib/index.js","bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha","test-cover":"istanbul cover node_modules/.bin/_mocha -- -R spec","coveralls":"coveralls < coverage/lcov.info"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"cross-spawn":"^4.0.0"},"devDependencies":{"better-assert":"^1.0.2","coveralls":"^2.11.12","istanbul":"^0.4.4","mocha":"^3.0.2","proxyquire":"^1.7.10","sinon":"^1.17.5"},"gitHead":"a2777a636c9740d8c879ec6bfe9ead8d1c8d1dca","_id":"env-cmd@1.0.1","_shasum":"10f4405e8b3b8163c132410ffc7a4ffad602607e","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"dist":{"shasum":"10f4405e8b3b8163c132410ffc7a4ffad602607e","size":3045,"noattachment":false,"key":"/env-cmd/-/env-cmd-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-1.0.1.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/env-cmd-1.0.1.tgz_1471414682579_0.5385846632998437"},"directories":{},"publish_time":1471414684508,"_cnpm_publish_time":1471414684508,"_hasShrinkwrap":false},"1.0.0":{"name":"env-cmd","version":"1.0.0","description":"Executes a command using the envs in the provided env file","main":"lib/index.js","bin":{"env-cmd":"bin/env-cmd.js"},"scripts":{"test":"mocha","test-cover":"istanbul cover node_modules/.bin/_mocha -- -R spec","coveralls":"coveralls < coverage/lcov.info"},"repository":{"type":"git","url":"git+ssh://git@github.com/toddbluhm/env-cmd.git"},"keywords":["env","cli","command","exec","environment","run"],"author":{"name":"Todd Bluhm"},"license":"MIT","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"homepage":"https://github.com/toddbluhm/env-cmd#readme","dependencies":{"cross-spawn":"^4.0.0"},"devDependencies":{"better-assert":"^1.0.2","coveralls":"^2.11.12","istanbul":"^0.4.4","mocha":"^3.0.2","proxyquire":"^1.7.10","sinon":"^1.17.5"},"gitHead":"11c1765192ae534a0a5acfd4b192a7cade678c88","_id":"env-cmd@1.0.0","_shasum":"dc4c2bfd2d408bf84efe5819de2dd1f11ef8efbd","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"toddbluhm","email":"toddbluhm@gmail.com"},"dist":{"shasum":"dc4c2bfd2d408bf84efe5819de2dd1f11ef8efbd","size":4034,"noattachment":false,"key":"/env-cmd/-/env-cmd-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/env-cmd/download/env-cmd-1.0.0.tgz"},"maintainers":[{"name":"toddbluhm","email":"toddbluhm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/env-cmd-1.0.0.tgz_1471409946973_0.7911477731540799"},"directories":{},"publish_time":1471409949689,"_cnpm_publish_time":1471409949689,"_hasShrinkwrap":false}},"readme":"[![Travis](https://travis-ci.org/toddbluhm/env-cmd.svg?branch=master)](https://travis-ci.org/toddbluhm/env-cmd)\n[![Coverage Status](https://coveralls.io/repos/github/toddbluhm/env-cmd/badge.svg?branch=master)](https://coveralls.io/github/toddbluhm/env-cmd?branch=master)\n[![npm](https://img.shields.io/npm/v/env-cmd.svg?maxAge=86400)](https://www.npmjs.com/package/env-cmd)\n[![npm](https://img.shields.io/npm/dm/env-cmd.svg?maxAge=86400)](https://www.npmjs.com/package/env-cmd)\n[![npm](https://img.shields.io/npm/l/env-cmd.svg?maxAge=2592000)](https://www.npmjs.com/package/env-cmd)\n[![TS-Standard - Typescript Standard Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/toddbluhm/ts-standard)\n[![Greenkeeper badge](https://badges.greenkeeper.io/toddbluhm/env-cmd.svg)](https://greenkeeper.io/)\n\n# env-cmd\n\nA simple node program for executing commands using an environment from an env file.\n\n## ???? Install\n\n`npm install env-cmd` or `npm install -g env-cmd`\n\n## ⌨️ Basic Usage\n\n**Environment file `./.env`**\n\n```text\n# This is a comment\nENV1=THANKS\nENV2=FOR ALL\nENV3=THE FISH\n```\n\n**Package.json**\n\n```json\n{\n  \"scripts\": {\n    \"test\": \"env-cmd mocha -R spec\"\n  }\n}\n```\n\n**Terminal**\n\n```sh\n./node_modules/.bin/env-cmd node index.js\n```\n\n### Using custom env file path\n\nTo use a custom env filename or path, pass the `-f` flag. This is a major breaking change from prior versions < 9.0.0\n\n**Terminal**\n\n```sh\n./node_modules/.bin/env-cmd -f ./custom/path/.env node index.js\n```\n\n## ???? Help\n\n```text\nUsage: _ [options] <command> [...args]\n\nOptions:\n  -v, --version                       output the version number\n  -e, --environments [env1,env2,...]  The rc file environment(s) to use\n  -f, --file [path]                   Custom env file path (default path: ./.env)\n  --fallback                          Fallback to default env file path, if custom env file path not found\n  --no-override                       Do not override existing environment variables\n  -r, --rc-file [path]                Custom rc file path (default path: ./.env-cmdrc(|.js|.json)\n  --silent                            Ignore any env-cmd errors and only fail on executed program failure.\n  --use-shell                         Execute the command in a new shell with the given environment\n  --verbose                           Print helpful debugging information\n  -x, --expand-envs                   Replace $var in args and command with environment variables\n  -h, --help                          output usage information\n```\n\n## ???? Advanced Usage\n\n### `.rc` file usage\n\nFor more complex projects, a `.env-cmdrc` file can be defined in the root directory and supports\nas many environments as you want. Simply use the `-e` flag and provide which environments you wish to\nuse from the `.env-cmdrc` file. Using multiple environment names will merge the environment variables\ntogether. Later environments overwrite earlier ones in the list if conflicting environment variables\nare found.\n\n**.rc file `./.env-cmdrc`**\n\n```json\n{\n  \"development\": {\n    \"ENV1\": \"Thanks\",\n    \"ENV2\": \"For All\"\n  },\n  \"test\": {\n    \"ENV1\": \"No Thanks\",\n    \"ENV3\": \"!\"\n  },\n  \"production\": {\n    \"ENV1\": \"The Fish\"\n  }\n}\n```\n\n**Terminal**\n\n```sh\n./node_modules/.bin/env-cmd -e production node index.js\n# Or for multiple environments (where `production` vars override `test` vars,\n# but both are included)\n./node_modules/.bin/env-cmd -e test,production node index.js\n```\n\n### `--no-override` option\n\nPrevents overriding of existing environment variables on `process.env` and within the current\nenvironment.\n\n### `--fallback` file usage option\n\nIf the `.env` file does not exist at the provided custom path, then use the default\nfallback location `./.env` env file instead.\n\n### `--use-shell`\n\nExecutes the command within a new shell environment. This is useful if you want to string multiple\ncommands together that share the same environment variables.\n\n**Terminal**\n\n```sh\n./node_modules/.bin/env-cmd -f ./test/.env --use-shell \"npm run lint && npm test\"\n```\n\n### Asynchronous env file support\n   \n   EnvCmd supports reading from asynchronous `.env` files. Instead of using a `.env` file, pass in a `.js`\n   file that exports either an object or a `Promise` resolving to an object (`{ ENV_VAR_NAME: value, ... }`). Asynchronous `.rc`\n   files are also supported using `.js` file extension and resolving to an object with top level environment\n   names (`{ production: { ENV_VAR_NAME: value, ... } }`).\n   \n   **Terminal**\n   \n   ```sh\n   ./node_modules/.bin/env-cmd -f ./async-file.js node index.js\n   ```\n\n### `-x` expands vars in arguments\n\nEnvCmd supports expanding `$var` values passed in as arguments to the command. The allows a user\nto provide arguments to a command that are based on environment variable values at runtime.\n\n**Terminal**\n\n```sh\n# $USER will be expanded into the env value it contains at runtime\n./node_modules/.bin/env-cmd -x node index.js --user=$USER\n```\n\n### `--silent` suppresses env-cmd errors\n\nEnvCmd supports the `--silent` flag the suppresses all errors generated by `env-cmd`\nwhile leaving errors generated by the child process and cli signals still usable. This\nflag is primarily used to allow `env-cmd` to run in environments where the `.env`\nfile might not be present, but still execute the child process without failing\ndue to a missing file.\n\n\n## ???? Examples\n\nYou can find examples of how to use the various options above by visiting\nthe examples repo [env-cmd-examples](https://github.com/toddbluhm/env-cmd-examples).\n\n## ????️ Environment File Formats\n\nThese are the currently accepted environment file formats. If any other formats are desired please create an issue.\n\n- `.env` as `key=value`\n- `.env.json` Key/value pairs as JSON\n- `.env.js` JavaScript file exporting an `object` or a `Promise` that resolves to an `object`\n- `.env-cmdrc` as valid json or `.env-cmdrc.json` in execution directory with at least one environment `{ \"dev\": { \"key1\": \"val1\" } }`\n- `.env-cmdrc.js` JavaScript file exporting an `object` or a `Promise` that resolves to an `object` that contains at least one environment\n\n## ???? Path Rules\n\nThis lib attempts to follow standard `bash` path rules. The rules are as followed:\n\nHome Directory = `/Users/test`\n\nWorking Directory = `/Users/test/Development/app`\n\n| Type | Input Path | Expanded Path |\n| -- | -- | ------------- |\n| Absolute | `/some/absolute/path.env` | `/some/absolute/path.env` |\n| Home Directory with `~` | `~/starts/on/homedir/path.env` | `/Users/test/starts/on/homedir/path.env` |\n| Relative | `./some/relative/path.env` or `some/relative/path.env` | `/Users/test/Development/app/some/relative/path.env` |\n| Relative with parent dir | `../some/relative/path.env` | `/Users/test/Development/some/relative/path.env` |\n\n## ???? API Usage\n\n### `EnvCmd`\n\nA function that executes a given command in a new child process with the given environment and options\n\n- **`options`** { `object` }\n  - **`command`** { `string` }: The command to execute (`node`, `mocha`, ...)\n  - **`commandArgs`** { `string[]` }: List of arguments to pass to the `command` (`['-R', 'Spec']`)\n  - **`envFile`** { `object` }\n    - **`filePath`** { `string` }: Custom path to .env file to read from (defaults to: `./.env`)\n    - **`fallback`** { `boolean` }: Should fall back to default `./.env` file if custom path does not exist\n  - **`rc`** { `object` }\n    - **`environments`** { `string[]` }: List of environment to read from the `.rc` file\n    - **`filePath`** { `string` }: Custom path to the `.rc` file (defaults to: `./.env-cmdrc(|.js|.json)`)\n  - **`options`** { `object` }\n    - **`expandEnvs`** { `boolean` }: Expand `$var` values passed to `commandArgs` (default: `false`)\n    - **`noOverride`** { `boolean` }: Prevent `.env` file vars from overriding existing `process.env` vars (default: `false`)\n    - **`silent`** { `boolean` }: Ignore any errors thrown by env-cmd, used to ignore missing file errors (default: `false`)\n    - **`useShell`** { `boolean` }: Runs command inside a new shell instance (default: `false`)\n    - **`verbose`** { `boolean` }: Prints extra debug logs to `console.info` (default: `false`)\n  - **Returns** { `Promise<object>` }: key is env var name and value is the env var value\n\n### `GetEnvVars`\n\nA function that parses environment variables from a `.env` or a `.rc` file\n\n- **`options`** { `object` }\n  - **`envFile`** { `object` }\n    - **`filePath`** { `string` }: Custom path to .env file to read from (defaults to: `./.env`)\n    - **`fallback`** { `boolean` }: Should fall back to default `./.env` file if custom path does not exist\n  - **`rc`** { `object` }\n    - **`environments`** { `string[]` }: List of environment to read from the `.rc` file\n    - **`filePath`** { `string` }: Custom path to the `.rc` file (defaults to: `./.env-cmdrc(|.js|.json)`)\n  - **`verbose`** { `boolean` }: Prints extra debug logs to `console.info` (default: `false`)\n- **Returns** { `Promise<object>` }: key is env var name and value is the env var value\n\n## ???? Why\n\nBecause sometimes it is just too cumbersome passing a lot of environment variables to scripts. It is\nusually just easier to have a file with all the vars in them, especially for development and testing.\n\n????**Do not commit sensitive environment data to a public git repo!** ????\n\n## ???? Related Projects\n\n[`cross-env`](https://github.com/kentcdodds/cross-env) - Cross platform setting of environment scripts\n\n## ???? Special Thanks\n\nSpecial thanks to [`cross-env`](https://github.com/kentcdodds/cross-env) for inspiration (uses the\nsame `cross-spawn` lib underneath too).\n\n## ???? Contributing Guide\n\nI welcome all pull requests. Please make sure you add appropriate test cases for any features\nadded. Before opening a PR please make sure to run the following scripts:\n\n- `npm run lint` checks for code errors and format according to [ts-standard](https://github.com/toddbluhm/ts-standard)\n- `npm test` make sure all tests pass\n- `npm run test-cover` make sure the coverage has not decreased from current master\n","_attachments":{},"homepage":"https://github.com/toddbluhm/env-cmd#readme","bugs":{"url":"https://github.com/toddbluhm/env-cmd/issues"},"license":"MIT"}