Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-ci/package.json')
-rw-r--r--node_modules/is-ci/package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/node_modules/is-ci/package.json b/node_modules/is-ci/package.json
index e87ba5d7f..80a03c19a 100644
--- a/node_modules/is-ci/package.json
+++ b/node_modules/is-ci/package.json
@@ -1,8 +1,8 @@
{
"_from": "is-ci@^1.0.10",
- "_id": "is-ci@1.1.0",
+ "_id": "is-ci@1.2.1",
"_inBundle": false,
- "_integrity": "sha512-c7TnwxLePuqIlxHgr7xtxzycJPegNHFuIrBkwbf8hc58//+Op1CqFkyS+xnIMkwn9UsJIwc174BIjkyBmSpjKg==",
+ "_integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==",
"_location": "/is-ci",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/update-notifier"
],
- "_resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.1.0.tgz",
- "_shasum": "247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5",
+ "_resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz",
+ "_shasum": "e3779c8ee17fccf428488f6e281187f2e632841c",
"_spec": "is-ci@^1.0.10",
- "_where": "/Users/rebecca/code/npm/node_modules/update-notifier",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/update-notifier",
"author": {
"name": "Thomas Watson Steen",
"email": "w@tson.dk",
@@ -35,17 +35,17 @@
},
"bundleDependencies": false,
"coordinates": [
- 56.0093252,
- 11.9592058
+ 55.778255,
+ 12.593033
],
"dependencies": {
- "ci-info": "^1.0.0"
+ "ci-info": "^1.5.0"
},
"deprecated": false,
- "description": "Detect if your code is running on a CI server",
+ "description": "Detect if the current environment is a CI server",
"devDependencies": {
"clear-require": "^1.0.1",
- "standard": "^10.0.3"
+ "standard": "^11.0.1"
},
"homepage": "https://github.com/watson/is-ci",
"keywords": [
@@ -65,5 +65,5 @@
"scripts": {
"test": "standard && node test.js"
},
- "version": "1.1.0"
+ "version": "1.2.1"
}