{
  "_id": "@npmcli/ci-detect@2.0.0",
  "_inBundle": true,
  "_location": "/npm/@npmcli/ci-detect",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm",
    "/npm/libnpmexec"
  ],
  "author": {
    "name": "GitHub Inc."
  },
  "bugs": {
    "url": "https://github.com/npm/ci-detect/issues"
  },
  "description": "Detect what kind of CI environment the program is in",
  "devDependencies": {
    "@npmcli/template-oss": "^2.7.1",
    "tap": "^15.1.6"
  },
  "engines": {
    "node": "^12.13.0 || ^14.15.0 || >=16"
  },
  "files": [
    "bin",
    "lib"
  ],
  "homepage": "https://github.com/npm/ci-detect#readme",
  "license": "ISC",
  "main": "./lib",
  "name": "@npmcli/ci-detect",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/ci-detect.git"
  },
  "scripts": {
    "lint": "eslint '**/*.js'",
    "lintfix": "npm run lint -- --fix",
    "postlint": "npm-template-check",
    "posttest": "npm run lint",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "template-copy": "npm-template-copy --force",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "templateOSS": {
    "version": "2.7.1"
  },
  "version": "2.0.0"
}
