CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json46 linesDownload Raw Back to ci-info
1{2  "name": "ci-info",3  "version": "3.9.0",4  "description": "Get details about the current Continuous Integration environment",5  "main": "index.js",6  "typings": "index.d.ts",7  "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",8  "license": "MIT",9  "repository": "https://github.com/watson/ci-info.git",10  "bugs": "https://github.com/watson/ci-info/issues",11  "homepage": "https://github.com/watson/ci-info",12  "keywords": [13    "ci",14    "continuous",15    "integration",16    "test",17    "detect"18  ],19  "files": [20    "vendors.json",21    "index.js",22    "index.d.ts",23    "CHANGELOG.md"24  ],25  "funding": [26    {27      "type": "github",28      "url": "https://github.com/sponsors/sibiraj-s"29    }30  ],31  "scripts": {32    "lint:fix": "standard --fix",33    "test": "standard && node test.js",34    "prepare": "husky install"35  },36  "devDependencies": {37    "clear-module": "^4.1.2",38    "husky": "^8.0.3",39    "standard": "^17.1.0",40    "tape": "^5.7.0"41  },42  "engines": {43    "node": ">=8"44  }45}46 
basant307/AI_Governance_Project · CoolFace