| Current Path : /home/emeraadmin/public_html/node_modules/npm/node_modules/ci-info/ |
| Current File : /home/emeraadmin/public_html/node_modules/npm/node_modules/ci-info/package.json |
{
"_id": "ci-info@4.0.0",
"_inBundle": true,
"_location": "/npm/ci-info",
"_phantomChildren": {},
"_requiredBy": [
"/npm",
"/npm/@npmcli/config",
"/npm/libnpmexec",
"/npm/libnpmpublish"
],
"author": {
"name": "Thomas Watson Steen",
"email": "w@tson.dk",
"url": "https://twitter.com/wa7son"
},
"bugs": {
"url": "https://github.com/watson/ci-info/issues"
},
"description": "Get details about the current Continuous Integration environment",
"devDependencies": {
"clear-module": "^4.1.2",
"husky": "^8.0.3",
"standard": "^17.1.0",
"tape": "^5.7.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": {
"lint:fix": "standard --fix",
"prepare": "husky install",
"test": "standard && node test.js"
},
"typings": "index.d.ts",
"version": "4.0.0"
}