is-pr
Version:
Detect if the current environment is a CI server configured for a PR build
43 lines (42 loc) • 886 B
JSON
{
"name": "is-pr",
"version": "2.0.0",
"description": "Detect if the current environment is a CI server configured for a PR build",
"bin": "bin.js",
"main": "index.js",
"dependencies": {
"ci-info": "^3.1.1"
},
"devDependencies": {
"clear-module": "^4.1.1",
"standard": "^16.0.3"
},
"scripts": {
"test": "standard && node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/watson/is-pr.git"
},
"keywords": [
"ci",
"continuous",
"integration",
"pr",
"pullrequest",
"pull-request",
"github",
"test",
"detect"
],
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/is-pr/issues"
},
"homepage": "https://github.com/watson/is-pr",
"coordinates": [
55.778257,
12.593131
]
}