70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"_from": "is-ci@^3.0.0",
|
|
"_id": "is-ci@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==",
|
|
"_location": "/is-ci",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-ci@^3.0.0",
|
|
"name": "is-ci",
|
|
"escapedName": "is-ci",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/cypress"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.0.tgz",
|
|
"_shasum": "c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994",
|
|
"_spec": "is-ci@^3.0.0",
|
|
"_where": "/home/simon/Documents/lifen-autotest/cypress_app/node_modules/cypress",
|
|
"author": {
|
|
"name": "Thomas Watson Steen",
|
|
"email": "w@tson.dk",
|
|
"url": "https://twitter.com/wa7son"
|
|
},
|
|
"bin": {
|
|
"is-ci": "bin.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/watson/is-ci/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"coordinates": [
|
|
55.778272,
|
|
12.593116
|
|
],
|
|
"dependencies": {
|
|
"ci-info": "^3.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Detect if the current environment is a CI server",
|
|
"devDependencies": {
|
|
"clear-module": "^4.1.1",
|
|
"standard": "^16.0.3"
|
|
},
|
|
"homepage": "https://github.com/watson/is-ci",
|
|
"keywords": [
|
|
"ci",
|
|
"continuous",
|
|
"integration",
|
|
"test",
|
|
"detect"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "is-ci",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/watson/is-ci.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && node test.js"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|