Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
PK!’¤…1[[bin.jsnuȯÝí#!/opt/alt/alt-nodejs8/root/usr/bin/node 'use strict' process.exit(require('./') ? 0 : 1) PK![1Å:77index.jsnu„[µü¤'use strict' module.exports = require('ci-info').isCI PK!óÐë4¹¹ README.mdnu„[µü¤# is-ci Returns `true` if the current environment is a Continuous Integration server. Please [open an issue](https://github.com/watson/is-ci/issues) if your CI server isn't properly detected :) [![Build status](https://travis-ci.org/watson/is-ci.svg?branch=master)](https://travis-ci.org/watson/is-ci) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) ## Installation ``` npm install is-ci --save ``` ## Programmatic Usage ```js const isCI = require('is-ci') if (isCI) { console.log('The code is running on a CI server') } ``` ## CLI Usage For CLI usage you need to have the `is-ci` executable in your `PATH`. There's a few ways to do that: - Either install the module globally using `npm install is-ci -g` - Or add the module as a dependency to your app in which case it can be used inside your package.json scripts as is - Or provide the full path to the executable, e.g. `./node_modules/.bin/is-ci` ``` is-ci && echo "This is a CI server" ``` ## Supported CI tools Officially supported CI servers: - [Travis CI](http://travis-ci.org) - [CircleCI](http://circleci.com) - [Jenkins CI](https://jenkins-ci.org) - [Hudson](http://hudson-ci.org) - [Bamboo](https://www.atlassian.com/software/bamboo) - [TeamCity](https://www.jetbrains.com/teamcity/) - [Team Foundation Server](https://www.visualstudio.com/en-us/products/tfs-overview-vs.aspx) - [GitLab CI](https://about.gitlab.com/gitlab-ci/) - [Codeship](https://codeship.com) - [Drone.io](https://drone.io) - [Magnum CI](https://magnum-ci.com) - [Semaphore](https://semaphoreci.com) - [AppVeyor](http://www.appveyor.com) - [Buildkite](https://buildkite.com) - [TaskCluster](http://docs.taskcluster.net) - [GoCD](https://www.go.cd/) - [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines) Other CI tools using environment variables like `BUILD_ID` or `CI` would be detected as well. ## License MIT PK!«Û-çCCLICENSEnu„[µü¤The MIT License (MIT) Copyright (c) 2016-2018 Thomas Watson Steen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK!Ò>úŒ\ \ !node_modules/ci-info/vendors.jsonnu„[µü¤[ { "name": "AppVeyor", "constant": "APPVEYOR", "env": "APPVEYOR", "pr": "APPVEYOR_PULL_REQUEST_NUMBER" }, { "name": "Bamboo", "constant": "BAMBOO", "env": "bamboo_planKey" }, { "name": "Bitbucket Pipelines", "constant": "BITBUCKET", "env": "BITBUCKET_COMMIT" }, { "name": "Bitrise", "constant": "BITRISE", "env": "BITRISE_IO", "pr": "BITRISE_PULL_REQUEST" }, { "name": "Buddy", "constant": "BUDDY", "env": "BUDDY_WORKSPACE_ID", "pr": "BUDDY_EXECUTION_PULL_REQUEST_ID" }, { "name": "Buildkite", "constant": "BUILDKITE", "env": "BUILDKITE", "pr": { "env": "BUILDKITE_PULL_REQUEST", "ne": "false" } }, { "name": "CircleCI", "constant": "CIRCLE", "env": "CIRCLECI", "pr": "CIRCLE_PULL_REQUEST" }, { "name": "Cirrus CI", "constant": "CIRRUS", "env": "CIRRUS_CI", "pr": "CIRRUS_PR" }, { "name": "AWS CodeBuild", "constant": "CODEBUILD", "env": "CODEBUILD_BUILD_ARN" }, { "name": "Codeship", "constant": "CODESHIP", "env": { "CI_NAME": "codeship" } }, { "name": "Drone", "constant": "DRONE", "env": "DRONE", "pr": { "DRONE_BUILD_EVENT": "pull_request" } }, { "name": "dsari", "constant": "DSARI", "env": "DSARI" }, { "name": "GitLab CI", "constant": "GITLAB", "env": "GITLAB_CI" }, { "name": "GoCD", "constant": "GOCD", "env": "GO_PIPELINE_LABEL" }, { "name": "Hudson", "constant": "HUDSON", "env": "HUDSON_URL" }, { "name": "Jenkins", "constant": "JENKINS", "env": ["JENKINS_URL", "BUILD_ID"], "pr": { "any": ["ghprbPullId", "CHANGE_ID"] } }, { "name": "Magnum CI", "constant": "MAGNUM", "env": "MAGNUM" }, { "name": "Sail CI", "constant": "SAIL", "env": "SAILCI", "pr": "SAIL_PULL_REQUEST_NUMBER" }, { "name": "Semaphore", "constant": "SEMAPHORE", "env": "SEMAPHORE", "pr": "PULL_REQUEST_NUMBER" }, { "name": "Shippable", "constant": "SHIPPABLE", "env": "SHIPPABLE", "pr": { "IS_PULL_REQUEST": "true" } }, { "name": "Solano CI", "constant": "SOLANO", "env": "TDDIUM", "pr": "TDDIUM_PR_ID" }, { "name": "Strider CD", "constant": "STRIDER", "env": "STRIDER" }, { "name": "TaskCluster", "constant": "TASKCLUSTER", "env": ["TASK_ID", "RUN_ID"] }, { "name": "Solano CI", "constant": "TDDIUM", "env": "TDDIUM", "pr": "TDDIUM_PR_ID", "deprecated": true }, { "name": "TeamCity", "constant": "TEAMCITY", "env": "TEAMCITY_VERSION" }, { "name": "Team Foundation Server", "constant": "TFS", "env": "TF_BUILD" }, { "name": "Travis CI", "constant": "TRAVIS", "env": "TRAVIS", "pr": { "env": "TRAVIS_PULL_REQUEST", "ne": "false" } } ] PK! Œ>ÎÎnode_modules/ci-info/index.jsnu„[µü¤'use strict' var vendors = require('./vendors.json') var env = process.env // Used for testinging only Object.defineProperty(exports, '_vendors', { value: vendors.map(function (v) { return v.constant }) }) exports.name = null exports.isPR = null vendors.forEach(function (vendor) { var envs = Array.isArray(vendor.env) ? vendor.env : [vendor.env] var isCI = envs.every(function (obj) { return checkEnv(obj) }) exports[vendor.constant] = isCI if (isCI) { exports.name = vendor.name switch (typeof vendor.pr) { case 'string': // "pr": "CIRRUS_PR" exports.isPR = !!env[vendor.pr] break case 'object': if ('env' in vendor.pr) { // "pr": { "env": "BUILDKITE_PULL_REQUEST", "ne": "false" } exports.isPR = vendor.pr.env in env && env[vendor.pr.env] !== vendor.pr.ne } else if ('any' in vendor.pr) { // "pr": { "any": ["ghprbPullId", "CHANGE_ID"] } exports.isPR = vendor.pr.any.some(function (key) { return !!env[key] }) } else { // "pr": { "DRONE_BUILD_EVENT": "pull_request" } exports.isPR = checkEnv(vendor.pr) } break default: // PR detection not supported for this vendor exports.isPR = null } } }) exports.isCI = !!( env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari env.CONTINUOUS_INTEGRATION || // Travis CI, Cirrus CI env.BUILD_NUMBER || // Jenkins, TeamCity env.RUN_ID || // TaskCluster, dsari exports.name || false ) function checkEnv (obj) { if (typeof obj === 'string') return !!env[obj] return Object.keys(obj).every(function (k) { return env[k] === obj[k] }) } PK!Ñ4‡ä::node_modules/ci-info/README.mdnu„[µü¤# ci-info Get details about the current Continuous Integration environment. Please [open an issue](https://github.com/watson/ci-info/issues/new?template=ci-server-not-detected.md) if your CI server isn't properly detected :) [![npm](https://img.shields.io/npm/v/ci-info.svg)](https://www.npmjs.com/package/ci-info) [![Build status](https://travis-ci.org/watson/ci-info.svg?branch=master)](https://travis-ci.org/watson/ci-info) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) ## Installation ```bash npm install ci-info --save ``` ## Usage ```js var ci = require('ci-info') if (ci.isCI) { console.log('The name of the CI server is:', ci.name) } else { console.log('This program is not running on a CI server') } ``` ## Supported CI tools Officially supported CI servers: | Name | Constant | |------|----------| | [AWS CodeBuild](https://aws.amazon.com/codebuild/) | `ci.CODEBUILD` | | [AppVeyor](http://www.appveyor.com) | `ci.APPVEYOR` | | [Bamboo](https://www.atlassian.com/software/bamboo) by Atlassian | `ci.BAMBOO` | | [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines) | `ci.BITBUCKET` | | [Bitrise](https://www.bitrise.io/) | `ci.BITRISE` | | [Buddy](https://buddy.works/) | `ci.BUDDY` | | [Buildkite](https://buildkite.com) | `ci.BUILDKITE` | | [CircleCI](http://circleci.com) | `ci.CIRCLE` | | [Cirrus CI](https://cirrus-ci.org) | `ci.CIRRUS` | | [Codeship](https://codeship.com) | `ci.CODESHIP` | | [Drone](https://drone.io) | `ci.DRONE` | | [dsari](https://github.com/rfinnie/dsari) | `ci.DSARI` | | [GitLab CI](https://about.gitlab.com/gitlab-ci/) | `ci.GITLAB` | | [GoCD](https://www.go.cd/) | `ci.GOCD` | | [Hudson](http://hudson-ci.org) | `ci.HUDSON` | | [Jenkins CI](https://jenkins-ci.org) | `ci.JENKINS` | | [Magnum CI](https://magnum-ci.com) | `ci.MAGNUM` | | [Sail CI](https://sail.ci/) | `ci.SAIL` | | [Semaphore](https://semaphoreci.com) | `ci.SEMAPHORE` | | [Shippable](https://www.shippable.com/) | `ci.SHIPPABLE` | | [Solano CI](https://www.solanolabs.com/) | `ci.SOLANO` | | [Strider CD](https://strider-cd.github.io/) | `ci.STRIDER` | | [TaskCluster](http://docs.taskcluster.net) | `ci.TASKCLUSTER` | | [Team Foundation Server](https://www.visualstudio.com/en-us/products/tfs-overview-vs.aspx) by Microsoft | `ci.TFS` | | [TeamCity](https://www.jetbrains.com/teamcity/) by JetBrains | `ci.TEAMCITY` | | [Travis CI](http://travis-ci.org) | `ci.TRAVIS` | ## API ### `ci.name` A string. Will contain the name of the CI server the code is running on. If not CI server is detected, it will be `null`. Don't depend on the value of this string not to change for a specific vendor. If you find your self writing `ci.name === 'Travis CI'`, you most likely want to use `ci.TRAVIS` instead. ### `ci.isCI` A boolean. Will be `true` if the code is running on a CI server. Otherwise `false`. Some CI servers not listed here might still trigger the `ci.isCI` boolean to be set to `true` if they use certain vendor neutral environment variables. In those cases `ci.name` will be `null` and no vendor specific boolean will be set to `true`. ### `ci.isPR` A boolean if PR detection is supported for the current CI server. Will be `true` if a PR is being tested. Otherwise `false`. If PR detection is not supported for the current CI server, the value will be `null`. ### `ci.` A vendor specific boolean constants is exposed for each support CI vendor. A constant will be `true` if the code is determined to run on the given CI server. Otherwise `false`. Examples of vendor constants are `ci.TRAVIS` or `ci.APPVEYOR`. For a complete list, see the support table above. Deprecated vendor constants that will be removed in the next major release: - `ci.TDDIUM` (Solano CI) This have been renamed `ci.SOLANO` ## License [MIT](LICENSE) PK!«Û-çCCnode_modules/ci-info/LICENSEnu„[µü¤The MIT License (MIT) Copyright (c) 2016-2018 Thomas Watson Steen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK!Ö˜M€€!node_modules/ci-info/CHANGELOG.mdnu„[µü¤# Changelog ## v1.6.0 * feat: add Sail CI support * feat: add Buddy support * feat: add Bitrise support * feat: detect Jenkins PRs * feat: detect Drone PRs ## v1.5.1 * fix: use full path to vendors.json ## v1.5.0 * feat: add dsari detection ([#15](https://github.com/watson/ci-info/pull/15)) * feat: add ci.isPR ([#16](https://github.com/watson/ci-info/pull/16)) ## v1.4.0 * feat: add Cirrus CI detection ([#13](https://github.com/watson/ci-info/pull/13)) * feat: add Shippable CI detection ([#14](https://github.com/watson/ci-info/pull/14)) ## v1.3.1 * chore: reduce npm package size by not including `.github` folder content ([#11](https://github.com/watson/ci-info/pull/11)) ## v1.3.0 * feat: add support for Strider CD * chore: deprecate vendor constant `TDDIUM` in favor of `SOLANO` * docs: add missing vendor constant to docs ## v1.2.0 * feat: detect solano-ci ([#9](https://github.com/watson/ci-info/pull/9)) ## v1.1.3 * fix: fix spelling of Hunson in `ci.name` ## v1.1.2 * fix: no more false positive matches for Jenkins ## v1.1.1 * docs: sort lists of CI servers in README.md * docs: add missing AWS CodeBuild to the docs ## v1.1.0 * feat: add AWS CodeBuild to CI detection ([#2](https://github.com/watson/ci-info/pull/2)) ## v1.0.1 * chore: reduce npm package size by using an `.npmignore` file ([#3](https://github.com/watson/ci-info/pull/3)) ## v1.0.0 * Initial release PK!Y0ö]]!node_modules/ci-info/package.jsonnu„[µü¤{ "_from": "ci-info@^1.0.0", "_id": "ci-info@1.6.0", "_inBundle": false, "_integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==", "_location": "/is-ci/ci-info", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ci-info@^1.0.0", "name": "ci-info", "escapedName": "ci-info", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/is-ci" ], "_resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", "_shasum": "2ca20dbb9ceb32d4524a683303313f0304b1e497", "_spec": "ci-info@^1.0.0", "_where": "/Users/aeschright/code/cli/node_modules/is-ci", "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, "coordinates": [ 55.778271, 12.593091 ], "dependencies": {}, "deprecated": false, "description": "Get details about the current Continuous Integration environment", "devDependencies": { "clear-require": "^1.0.1", "standard": "^12.0.1", "tape": "^4.9.1" }, "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": { "test": "standard && node test.js" }, "version": "1.6.0" } PK!ŽU\Xmm package.jsonnu„[µü¤{ "_from": "is-ci@^1.0.10", "_id": "is-ci@1.1.0", "_inBundle": false, "_integrity": "sha512-c7TnwxLePuqIlxHgr7xtxzycJPegNHFuIrBkwbf8hc58//+Op1CqFkyS+xnIMkwn9UsJIwc174BIjkyBmSpjKg==", "_location": "/is-ci", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is-ci@^1.0.10", "name": "is-ci", "escapedName": "is-ci", "rawSpec": "^1.0.10", "saveSpec": null, "fetchSpec": "^1.0.10" }, "_requiredBy": [ "/update-notifier" ], "_resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.1.0.tgz", "_shasum": "247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5", "_spec": "is-ci@^1.0.10", "_where": "/Users/rebecca/code/npm/node_modules/update-notifier", "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": [ 56.0093252, 11.9592058 ], "dependencies": { "ci-info": "^1.0.0" }, "deprecated": false, "description": "Detect if your code is running on a CI server", "devDependencies": { "clear-require": "^1.0.1", "standard": "^10.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": "1.1.0" } PK!“ ƒ?? .travis.ymlnu„[µü¤language: node_js node_js: - '6' - '5' - '4' - '0.12' - '0.10' PK!_–Ü'cctest.jsnu„[µü¤'use strict' var assert = require('assert') var clearRequire = require('clear-require') process.env.CI = 'true' var isCI = require('./') assert(isCI) delete process.env.CI delete process.env.CONTINUOUS_INTEGRATION delete process.env.BUILD_NUMBER delete process.env.TRAVIS clearRequire('./') clearRequire('ci-info') isCI = require('./') assert(!isCI) PK!’¤…1[[bin.jsnuȯÝíPK![1Å:77‘index.jsnu„[µü¤PK!óÐë4¹¹ README.mdnu„[µü¤PK!«Û-çCCòLICENSEnu„[µü¤PK!Ò>úŒ\ \ !l node_modules/ci-info/vendors.jsonnu„[µü¤PK! Œ>ÎÎnode_modules/ci-info/index.jsnu„[µü¤PK!Ñ4‡ä::4 node_modules/ci-info/README.mdnu„[µü¤PK!«Û-çCC¼/node_modules/ci-info/LICENSEnu„[µü¤PK!Ö˜M€€!K4node_modules/ci-info/CHANGELOG.mdnu„[µü¤PK!Y0ö]]!:node_modules/ci-info/package.jsonnu„[µü¤PK!ŽU\Xmm Ê@package.jsonnu„[µü¤PK!“ ƒ?? sG.travis.ymlnu„[µü¤PK!_–Ü'ccíGtest.jsnu„[µü¤PK 6‡I