{
  "_args": [
    [
      "env-ci@5.0.2",
      "/datamix/pm/www/lib/external/formbuilder"
    ]
  ],
  "_development": true,
  "_from": "env-ci@5.0.2",
  "_id": "env-ci@5.0.2",
  "_inBundle": false,
  "_integrity": "sha512-Xc41mKvjouTXD3Oy9AqySz1IeyvJvHZ20Twf5ZLYbNpPPIuCnL/qHCmNlD01LoNy0JTunw9HPYVptD19Ac7Mbw==",
  "_location": "/env-ci",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "env-ci@5.0.2",
    "name": "env-ci",
    "escapedName": "env-ci",
    "rawSpec": "5.0.2",
    "saveSpec": null,
    "fetchSpec": "5.0.2"
  },
  "_requiredBy": [
    "/semantic-release"
  ],
  "_resolved": "https://registry.npmjs.org/env-ci/-/env-ci-5.0.2.tgz",
  "_spec": "5.0.2",
  "_where": "/datamix/pm/www/lib/external/formbuilder",
  "author": {
    "name": "Pierre Vanduynslager",
    "url": "https://github.com/pvdlg"
  },
  "ava": {
    "files": [
      "test/**/*.test.js"
    ]
  },
  "bugs": {
    "url": "https://github.com/pvdlg/github-parser/issues"
  },
  "dependencies": {
    "execa": "^4.0.0",
    "java-properties": "^1.0.0"
  },
  "description": "Get environment variables exposed by CI services",
  "devDependencies": {
    "ava": "^3.1.0",
    "codecov": "^3.0.0",
    "file-url": "^3.0.0",
    "nyc": "^15.0.0",
    "proxyquire": "^2.1.0",
    "semantic-release": "^17.0.0",
    "tempy": "^0.5.0",
    "xo": "^0.27.0"
  },
  "engines": {
    "node": ">=10.13"
  },
  "files": [
    "index.js",
    "lib",
    "services"
  ],
  "homepage": "https://github.com/pvdlg/env-ci#readme",
  "keywords": [
    "appveyor",
    "bamboo",
    "bitbucket",
    "bitrise",
    "buddy",
    "buildkite",
    "ci",
    "circle",
    "cirrus",
    "codebuild",
    "codefresh",
    "codeship",
    "drone",
    "environment",
    "git",
    "github",
    "gitlab",
    "jenkins",
    "puppet",
    "sail",
    "scrutinizer",
    "semaphore",
    "shippable",
    "teamcity",
    "travis",
    "variable",
    "vsts",
    "wercker"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "env-ci",
  "nyc": {
    "include": [
      "index.js",
      "lib/**/*.js",
      "services/**/*.js"
    ],
    "reporter": [
      "json",
      "text",
      "html"
    ],
    "all": true
  },
  "prettier": {
    "printWidth": 120,
    "trailingComma": "es5"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pvdlg/env-ci.git"
  },
  "scripts": {
    "codecov": "codecov -f coverage/coverage-final.json",
    "lint": "xo",
    "semantic-release": "semantic-release",
    "test": "xo && nyc ava -v"
  },
  "version": "5.0.2",
  "xo": {
    "prettier": true
  }
}
