80 lines
1.8 KiB
JSON
80 lines
1.8 KiB
JSON
{
|
|
"_from": "ci-info@^3.2.0",
|
|
"_id": "ci-info@3.9.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
|
|
"_location": "/ci-info",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ci-info@^3.2.0",
|
|
"name": "ci-info",
|
|
"escapedName": "ci-info",
|
|
"rawSpec": "^3.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jest-util"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
|
|
"_shasum": "4279a62028a7b1f262f3473fc9605f5e218c59b4",
|
|
"_spec": "ci-info@^3.2.0",
|
|
"_where": "/root/dns/node_modules/jest-util",
|
|
"author": {
|
|
"name": "Thomas Watson Steen",
|
|
"email": "w@tson.dk",
|
|
"url": "https://twitter.com/wa7son"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/watson/ci-info/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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": "3.9.0"
|
|
}
|