11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "ci-info",
31cb0ef41Sopenharmony_ci  "version": "4.0.0",
41cb0ef41Sopenharmony_ci  "description": "Get details about the current Continuous Integration environment",
51cb0ef41Sopenharmony_ci  "main": "index.js",
61cb0ef41Sopenharmony_ci  "typings": "index.d.ts",
71cb0ef41Sopenharmony_ci  "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
81cb0ef41Sopenharmony_ci  "license": "MIT",
91cb0ef41Sopenharmony_ci  "repository": "https://github.com/watson/ci-info.git",
101cb0ef41Sopenharmony_ci  "bugs": "https://github.com/watson/ci-info/issues",
111cb0ef41Sopenharmony_ci  "homepage": "https://github.com/watson/ci-info",
121cb0ef41Sopenharmony_ci  "keywords": [
131cb0ef41Sopenharmony_ci    "ci",
141cb0ef41Sopenharmony_ci    "continuous",
151cb0ef41Sopenharmony_ci    "integration",
161cb0ef41Sopenharmony_ci    "test",
171cb0ef41Sopenharmony_ci    "detect"
181cb0ef41Sopenharmony_ci  ],
191cb0ef41Sopenharmony_ci  "files": [
201cb0ef41Sopenharmony_ci    "vendors.json",
211cb0ef41Sopenharmony_ci    "index.js",
221cb0ef41Sopenharmony_ci    "index.d.ts",
231cb0ef41Sopenharmony_ci    "CHANGELOG.md"
241cb0ef41Sopenharmony_ci  ],
251cb0ef41Sopenharmony_ci  "funding": [
261cb0ef41Sopenharmony_ci    {
271cb0ef41Sopenharmony_ci      "type": "github",
281cb0ef41Sopenharmony_ci      "url": "https://github.com/sponsors/sibiraj-s"
291cb0ef41Sopenharmony_ci    }
301cb0ef41Sopenharmony_ci  ],
311cb0ef41Sopenharmony_ci  "scripts": {
321cb0ef41Sopenharmony_ci    "lint:fix": "standard --fix",
331cb0ef41Sopenharmony_ci    "test": "standard && node test.js",
341cb0ef41Sopenharmony_ci    "prepare": "husky install"
351cb0ef41Sopenharmony_ci  },
361cb0ef41Sopenharmony_ci  "devDependencies": {
371cb0ef41Sopenharmony_ci    "clear-module": "^4.1.2",
381cb0ef41Sopenharmony_ci    "husky": "^8.0.3",
391cb0ef41Sopenharmony_ci    "standard": "^17.1.0",
401cb0ef41Sopenharmony_ci    "tape": "^5.7.0"
411cb0ef41Sopenharmony_ci  },
421cb0ef41Sopenharmony_ci  "engines": {
431cb0ef41Sopenharmony_ci    "node": ">=8"
441cb0ef41Sopenharmony_ci  }
451cb0ef41Sopenharmony_ci}
46