File: /home/frenchy/www/french-american.org/current/node_modules/dotenv-parse-variables/package.json
{
"_args": [
[
"dotenv-parse-variables@0.2.3",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "dotenv-parse-variables@0.2.3",
"_id": "dotenv-parse-variables@0.2.3",
"_inBundle": false,
"_integrity": "sha512-cuog/uu2sD6AGTExLldBqN4kUWNjGG86cSpYGYgZrzgSiy37HkB3OOpMv7cTiQ7SKCMu8WryUS9P6lqwrh0pLg==",
"_location": "/dotenv-parse-variables",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dotenv-parse-variables@0.2.3",
"name": "dotenv-parse-variables",
"escapedName": "dotenv-parse-variables",
"rawSpec": "0.2.3",
"saveSpec": null,
"fetchSpec": "0.2.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/dotenv-parse-variables/-/dotenv-parse-variables-0.2.3.tgz",
"_spec": "0.2.3",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "Nick Baugh",
"email": "niftylettuce@gmail.com"
},
"bugs": {
"url": "https://github.com/niftylettuce/dotenv-parse-variables/issues"
},
"dependencies": {
"debug": "^4.1.1"
},
"description": "Parse dotenv files for Boolean, Array, and Number variable types, built for CrocodileJS",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-preset-crocodile": "^1.0.0",
"chai": "^4.2.0",
"codecov": "^3.5.0",
"dirty-chai": "^2.0.1",
"dotenv": "^8.0.0",
"eslint-config-crocodile": "^1.0.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^6.1.4"
},
"engines": {
"node": ">= 6.x"
},
"homepage": "https://github.com/niftylettuce/dotenv-parse-variables",
"keywords": [
"array",
"boolean",
"check",
"convert",
"dot",
"dotenv",
"env",
"number",
"parse",
"variables"
],
"license": "MIT",
"main": "lib/index.js",
"name": "dotenv-parse-variables",
"repository": {
"type": "git",
"url": "git+https://github.com/niftylettuce/dotenv-parse-variables.git"
},
"scripts": {
"analyze-coverage": "babel-node node_modules/.bin/istanbul cover node_modules/.bin/_mocha",
"check-coverage": "babel-node node_modules/.bin/istanbul check-coverage",
"compile": "rm -rf lib/ && babel -d lib src",
"coverage": "rm -rf coverage/ && npm run analyze-coverage && npm run check-coverage && node_modules/.bin/codecov",
"lint": "eslint .",
"prepublish": "npm run test",
"test": "npm run lint && npm run compile && npm run coverage"
},
"version": "0.2.3"
}