{
  "_args": [
    [
      "env-ci@4.1.1",
      "/Users/callumacrae/Sites/find-node-modules/cz-cli"
    ]
  ],
  "_development": true,
  "_from": "env-ci@4.1.1",
  "_id": "env-ci@4.1.1",
  "_inBundle": false,
  "_integrity": "sha512-eTgpkALDeYRGNhYM2fO9LKsWDifoUgKL7hxpPZqFMP2IU7f+r89DtKqCmk3yQB/jxS8CmZTfKnWO5TiIDFs9Hw==",
  "_location": "/env-ci",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "env-ci@4.1.1",
    "name": "env-ci",
    "escapedName": "env-ci",
    "rawSpec": "4.1.1",
    "saveSpec": null,
    "fetchSpec": "4.1.1"
  },
  "_requiredBy": [
    "/semantic-release"
  ],
  "_resolved": "https://registry.npmjs.org/env-ci/-/env-ci-4.1.1.tgz",
  "_spec": "4.1.1",
  "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
  "author": {
    "name": "Pierre Vanduynslager",
    "url": "https://github.com/pvdlg"
  },
  "ava": {
    "files": [
      "test/**/*.test.js"
    ],
    "helpers": [
      "test/helpers/**/*"
    ]
  },
  "bugs": {
    "url": "https://github.com/pvdlg/github-parser/issues"
  },
  "dependencies": {
    "execa": "^1.0.0",
    "java-properties": "^1.0.0"
  },
  "description": "Get environment variables exposed by CI services",
  "devDependencies": {
    "ava": "^2.0.0",
    "codecov": "^3.0.0",
    "file-url": "^3.0.0",
    "nyc": "^14.0.0",
    "proxyquire": "^2.1.0",
    "semantic-release": "^15.0.0",
    "tempy": "^0.3.0",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=8.3"
  },
  "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",
    "gitlab",
    "jenkins",
    "sail",
    "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": "4.1.1",
  "xo": {
    "prettier": true
  }
}
