{
  "_args": [
    [
      "env-cmd@10.1.0",
      "/home/tbbdev/public_html/billbook"
    ]
  ],
  "_from": "env-cmd@10.1.0",
  "_id": "env-cmd@10.1.0",
  "_inBundle": false,
  "_integrity": "sha512-mMdWTT9XKN7yNth/6N6g2GuKuJTsKMDHlQFUDacb/heQRRWOTIZ42t1rMHnQu4jYxU1ajdTeJM+9eEETlqToMA==",
  "_location": "/env-cmd",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "env-cmd@10.1.0",
    "name": "env-cmd",
    "escapedName": "env-cmd",
    "rawSpec": "10.1.0",
    "saveSpec": null,
    "fetchSpec": "10.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/env-cmd/-/env-cmd-10.1.0.tgz",
  "_spec": "10.1.0",
  "_where": "/home/tbbdev/public_html/billbook",
  "author": {
    "name": "Todd Bluhm"
  },
  "bin": {
    "env-cmd": "bin/env-cmd.js"
  },
  "bugs": {
    "url": "https://github.com/toddbluhm/env-cmd/issues"
  },
  "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"
    }
  ],
  "dependencies": {
    "commander": "^4.0.0",
    "cross-spawn": "^7.0.0"
  },
  "description": "Executes a command using the environment variables in an env file",
  "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"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "greenkeeper": {
    "ignore": [
      "@types/node"
    ]
  },
  "homepage": "https://github.com/toddbluhm/env-cmd#readme",
  "keywords": [
    "env",
    "environment",
    "cli",
    "command",
    "cmd",
    "execute",
    "run",
    "file",
    "variables",
    "config"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "env-cmd",
  "nyc": {
    "include": [
      "src/**/*.ts"
    ],
    "extension": [
      ".ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text",
      "lcov"
    ],
    "sourceMap": true,
    "instrument": true
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/toddbluhm/env-cmd.git"
  },
  "scripts": {
    "build": "tsc",
    "coveralls": "coveralls < coverage/lcov.info",
    "lint": "ts-standard --fix && tsc --noEmit",
    "test": "mocha -r ts-node/register ./test/**/*.ts",
    "test-cover": "nyc npm test",
    "watch": "tsc -w"
  },
  "ts-standard": {
    "project": "./tsconfig.eslint.json",
    "ignore": [
      "dist"
    ]
  },
  "types": "dist/index.d.ts",
  "version": "10.1.0"
}
