{"versions":{"1.0.1":{"name":"env-string","version":"1.0.1","description":"Inlines env vars in a string that contains $NAME expressions","main":"index.js","dependencies":{},"devDependencies":{"tape":"^4.8.0"},"repository":{"type":"git","url":"git+https://github.com/mafintosh/env-string.git"},"scripts":{"test":"tape test.js"},"author":{"name":"Mathias Buus","url":"@mafintosh"},"license":"MIT","bugs":{"url":"https://github.com/mafintosh/env-string/issues"},"homepage":"https://github.com/mafintosh/env-string","gitHead":"97cd62583163b8c38207e582910c1446a8a41998","_id":"env-string@1.0.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"dist":{"shasum":"92ddefeb651c0f2d15bf89dc13be7596733801a4","size":2171,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/env-string/-/env-string-1.0.1.tgz","integrity":"sha512-/DhCJDf5DSFK32joQiWRpWrT0h7p3hVQfMKxiBb7Nt8C8IF8BYyPtclDnuGGLOoj16d/8udKeiE7JbkotDmorQ=="},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/env-string_1.0.1_1552135156719_0.48580918022475017"},"_hasShrinkwrap":false,"publish_time":1552135157103,"_cnpm_publish_time":1552135157103,"_cnpmcore_publish_time":"2021-12-16T23:29:30.228Z","contributors":[]},"1.0.0":{"name":"env-string","version":"1.0.0","description":"Inlines env vars in a string that contains $NAME expressions","main":"index.js","dependencies":{},"devDependencies":{"tape":"^4.8.0"},"repository":{"type":"git","url":"git+https://github.com/mafintosh/env-string.git"},"scripts":{"test":"tape test.js"},"author":{"name":"Mathias Buus","url":"@mafintosh"},"license":"MIT","bugs":{"url":"https://github.com/mafintosh/env-string/issues"},"homepage":"https://github.com/mafintosh/env-string","gitHead":"838ae1d8c3e7990c3f0c4f52bb3ba041a060d990","_id":"env-string@1.0.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"dist":{"shasum":"cc6bcd5fd809b4ed53c6f161f0e93a3093b28898","size":1898,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/env-string/-/env-string-1.0.0.tgz","integrity":"sha512-q2hYndBu4iwO9Z6MO62uZex0ElwGd4LlrnsLhjCQmCjJelCQvVFn883JQXQDC+eCGYhgUPVKxHz9Bv+S5y5fAQ=="},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/env-string-1.0.0.tgz_1511871275383_0.395536030177027"},"directories":{},"publish_time":1511871276237,"_hasShrinkwrap":false,"_cnpm_publish_time":1511871276237,"_cnpmcore_publish_time":"2021-12-16T23:29:30.460Z","contributors":[]}},"dist-tags":{"latest":"1.0.1"},"name":"env-string","time":{"created":"2022-01-26T21:30:32.506Z","modified":"2022-01-26T21:30:32.506Z","1.0.1":"2019-03-09T12:39:17.103Z","1.0.0":"2017-11-28T12:14:36.237Z"},"readme":"# env-string\n\nInlines env vars in a string that contains $NAME expressions\n\n```\nnpm install env-string\n```\n\n[![Build Status](https://travis-ci.org/mafintosh/env-string.svg?branch=master)](https://travis-ci.org/mafintosh/env-string)\n\n## Usage\n\n``` js\nvar env = require('env-string')\nvar map = {WORLD: 'world'}\n\n// supports $NAME\nconsole.log(env('hello $WORLD', map)) // 'hello world'\n\n// supports ${NAME}\nconsole.log(env('hello ${WORLD}', map)) // 'hello world'\n\n// supports $NAME-something-else\nconsole.log(env('hello $WORLD-world', map)) // 'hello world-world'\n\n// supports ${NAME:-default-value}\nconsole.log(env('hello ${VERDEN:-world}', map)) // 'hello world'\n\n// vars default to ''\nconsole.log(env('hello $VERDEN', map)) // 'hello '\n```\n\n## License\n\nMIT","users":{}}