{
  "_from": "ci-info@^4.2.0",
  "_id": "ci-info@4.4.0",
  "_inBundle": false,
  "_integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==",
  "_location": "/ci-info",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ci-info@^4.2.0",
    "name": "ci-info",
    "escapedName": "ci-info",
    "rawSpec": "^4.2.0",
    "saveSpec": null,
    "fetchSpec": "^4.2.0"
  },
  "_requiredBy": [
    "/@jest/core",
    "/jest-config",
    "/jest-util"
  ],
  "_resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz",
  "_shasum": "7d54eff9f54b45b62401c26032696eb59c8bd18c",
  "_spec": "ci-info@^4.2.0",
  "_where": "/var/www/html/node_modules/jest-util",
  "author": {
    "name": "Thomas Watson Steen",
    "email": "w@tson.dk",
    "url": "https://twitter.com/wa7son"
  },
  "bugs": {
    "url": "https://github.com/watson/ci-info/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Sibiraj",
      "url": "https://github.com/sibiraj-s"
    }
  ],
  "deprecated": false,
  "description": "Get details about the current Continuous Integration environment",
  "devDependencies": {
    "clear-module": "^4.1.2",
    "husky": "^9.1.7",
    "publint": "^0.3.12",
    "standard": "^17.1.2",
    "tape": "^5.9.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "vendors.json",
    "index.js",
    "index.d.ts",
    "CHANGELOG.md"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/sibiraj-s"
    }
  ],
  "homepage": "https://github.com/watson/ci-info",
  "keywords": [
    "ci",
    "continuous",
    "integration",
    "test",
    "detect"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "ci-info",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watson/ci-info.git"
  },
  "scripts": {
    "build": "node sort-vendors.js && node create-typings.js",
    "lint:fix": "standard --fix",
    "prepare": "husky install || true",
    "test": "standard && node test.js"
  },
  "type": "commonjs",
  "typings": "index.d.ts",
  "version": "4.4.0"
}
