|
Server IP : 161.35.85.9 / Your IP : 216.73.216.209 Web Server : nginx/1.30.1 System : Linux cheapdeb-ams3 7.0.9+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.0.9-1 (2026-05-22) x86_64 User : root ( 0) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/python/../javascript/../python3/../python/debpython/../../nodejs/is-ci/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
{
"name": "is-ci",
"version": "4.1.0",
"description": "Detect if the current environment is a CI server",
"type": "commonjs",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js", "index.d.ts", "bin.js", "package.json"
],
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/watson/is-ci.git"
},
"bugs": {
"url": "https://github.com/watson/is-ci/issues"
},
"homepage": "https://github.com/watson/is-ci",
"contributors": [
{
"name": "Thomas Watson",
"url": "https://github.com/watson"
},
{
"name": "Sibiraj",
"url": "https://github.com/sibiraj-s"
}
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/sibiraj-s"
}
],
"keywords": [
"ci",
"continuous",
"integration",
"test",
"detect"
],
"coordinates": [
55.778272,
12.593116
],
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"ci-info": "^4.1.0"
},
"devDependencies": {
"clear-module": "^4.1.2",
"standard": "^17.1.2"
}
}