{"library":"is-ci","type":"library","category":null,"description":"The `is-ci` package provides a minimalist, direct method for determining whether the current process is executing within a Continuous Integration (CI) environment. It exposes a simple boolean value (`true` if running in CI, `false` otherwise), abstracting away the complexities of checking various environment variables across different CI providers. The current stable version is `4.1.0`. The library typically sees updates in conjunction with its underlying dependency, `ci-info`, which is responsible for the core detection logic, leading to an irregular but feature-driven release cadence. Its primary differentiator is its singular focus on providing a simple boolean answer, making it ideal for conditional logic in build scripts, test runners, or deployment pipelines where CI context is crucial. It supports a wide array of CI services by leveraging `ci-info`'s comprehensive detection capabilities.","language":"javascript","status":"active","version":"4.1.0","tags":["javascript","ci","continuous","integration","test","detect","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install is-ci","imports":["import isCI from 'is-ci';","const isCI = require('is-ci');","import isCI from 'is-ci';"]},{"cmd":"yarn add is-ci","imports":[]},{"cmd":"pnpm add is-ci","imports":[]}],"homepage":null,"github":"https://github.com/watson/is-ci","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/is-ci","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/is-ci/compatibility"}}