Server IP : 192.64.118.117 / Your IP : 3.15.149.154 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/node_modules.bundled/ci-info/ |
Upload File : |
{ "name": "ci-info", "version": "4.1.0", "description": "Get details about the current Continuous Integration environment", "main": "index.js", "typings": "index.d.ts", "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)", "license": "MIT", "repository": "https://github.com/watson/ci-info.git", "bugs": "https://github.com/watson/ci-info/issues", "homepage": "https://github.com/watson/ci-info", "contributors": [ { "name": "Sibiraj", "url": "https://github.com/sibiraj-s" } ], "funding": [ { "type": "github", "url": "https://github.com/sponsors/sibiraj-s" } ], "keywords": [ "ci", "continuous", "integration", "test", "detect" ], "files": [ "vendors.json", "index.js", "index.d.ts", "CHANGELOG.md" ], "scripts": { "lint:fix": "standard --fix", "test": "standard && node test.js", "prepare": "husky install || true" }, "devDependencies": { "clear-module": "^4.1.2", "husky": "^9.1.6", "standard": "^17.1.2", "tape": "^5.9.0" }, "engines": { "node": ">=8" } }