{"_id":"@anzerr/dotenv","_rev":"1-894eb03d3b5aca10ee7687890a55a7da","name":"@anzerr/dotenv","dist-tags":{"latest":"1.0.2"},"versions":{"1.0.2":{"name":"@anzerr/dotenv","version":"1.0.2","description":"util to load env values into an app/service","keywords":[],"homepage":"https://github.com/anzerr/dotenv#readme","bugs":{"url":"https://github.com/anzerr/dotenv/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/anzerr/dotenv.git"},"license":"MIT","author":{"name":"anzerr"},"main":"index.js","types":"index.d.ts","scripts":{"test":"node test","linter":"eslint index.js index.js","flinter":"eslint --fix index.js index.js"},"eslintConfig":{"extends":"@anzerr/eslint-config-basic"},"devDependencies":{"@anzerr/eslint-config-basic":"^1.0.16"},"engines":{"node":">= 0.10.0"},"dependencies":{},"gitHead":"59b4d4e31f69195c69e5b4ccc890b893c9073b64","_id":"@anzerr/dotenv@1.0.2","_nodeVersion":"12.18.4","_npmVersion":"6.14.6","dist":{"integrity":"sha512-H1+frWti5CyWU72gTkJyl5evmLZ0IDZ7AXXlMbOYLjdvP/Cy4L2Xm3uPR55Pd8O5WZznXv+jMGxOF7LATdAKPg==","shasum":"4067a351ed058878aa6e04cb18ebe4576e3e15c3","tarball":"https://registry.npmjs.org/@anzerr/dotenv/-/dotenv-1.0.2.tgz","fileCount":9,"unpackedSize":8014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfcyIWCRA9TVsSAnZWagAAY9kP/2ztfcikw+HLj3B29I8Q\nPV/Cu4xS6cA5JBXTYZ6HJM7Xyc0FP/QlHNkgz2VDsv+6Yp54tQnOzWn2mDAG\n9jRr1sq1TFpdXr2vwVZ8AhHe2ZA45h0LfsnN7GFkR9v/ZTYmOkNKwXJziunj\n4XHZm/gQhkaMUOqeWLUhpuH0d3wfZXjQnjMRmWzNSwOnYfJBmJ2or2EDsHuQ\nNtmlUX2CW8GSt2Oj8pJQcTOJh/kwaRsn5c89t4o1Wdi+uqYmkcIxZUIMUmNj\nRdjtaBlz+W+7FM1tRN3A5fJO6QspJGYNa48IXkUisIF3D46/kI7kCPTmuYq/\nIP2MSuzTtn2XV2s7yOa+cwJekaq/WbQ0nypkG4XQMYaEfA8OdEvaji50nUS/\nGk5uGA24mHKsNdwaqjycYtFR+j1cP4UPov6x3yIP2gfFUPk3bQNlAMXFL17m\n5f1zrAG5k4tMHfk7+9LfjxivGASQRQaNCcWA08P5ilIY4fpwiatS5XbtdMYV\nD+rHbHj/GmDv7905dwnZj/TXzram5ecZEpxq8zblXiREsedbriayVLunQGOt\nxNDCFqAt/tAAFNHqfU6Mgpi3SkOnajwDUsPu0a3HI2Y3D9w9vtrtdyjdmmH2\nyWaE/cnTnnUtIBn0vaHOvm4bHQYZ7HOUZsET+Z6PX56W0QWSK0LNTqagsV8O\nZIzX\r\n=Um6Y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICaShBvONPdu9ptP7JjWQHPIX/YBhmv/FXjQuxvn8j28AiBMZJsbEfuOS6Rp/gvgjLmUDEEyD7W/i+6WqoIIHSeUyw=="}]},"maintainers":[{"name":"anzerr","email":"ryan.anzer@epitech.eu"}],"_npmUser":{"name":"anzerr","email":"ryan.anzer@epitech.eu"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dotenv_1.0.2_1601380885694_0.7468958536811232"},"_hasShrinkwrap":false}},"time":{"created":"2020-09-29T12:01:25.649Z","1.0.2":"2020-09-29T12:01:25.805Z","modified":"2022-04-04T14:28:07.052Z"},"maintainers":[{"name":"anzerr","email":"ryan.anzer@epitech.eu"}],"description":"util to load env values into an app/service","homepage":"https://github.com/anzerr/dotenv#readme","keywords":[],"repository":{"type":"git","url":"git+ssh://git@github.com/anzerr/dotenv.git"},"author":{"name":"anzerr"},"bugs":{"url":"https://github.com/anzerr/dotenv/issues"},"license":"MIT","readme":"\n### `Intro`\ndotenv loads a formated .env file into process.env\n\n#### `Install`\n``` bash\nnpm install --save git+https://git@github.com/anzerr/dotenv.git\nnpm install --save @anzerr/dotenv\n```\n\n### `Example`\n.env files\n```dosini\nAPP_PORT=3005\n```\n``` javascript\nrequire('@anzerr/dotenv').config();\nconsole.log(process.env.APP_PORT); // 3005\n```","readmeFilename":"README.md"}