• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "is-ci@^1.0.10",
3  "_id": "is-ci@1.2.1",
4  "_inBundle": false,
5  "_integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==",
6  "_location": "/is-ci",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "is-ci@^1.0.10",
12    "name": "is-ci",
13    "escapedName": "is-ci",
14    "rawSpec": "^1.0.10",
15    "saveSpec": null,
16    "fetchSpec": "^1.0.10"
17  },
18  "_requiredBy": [
19    "/update-notifier"
20  ],
21  "_resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz",
22  "_shasum": "e3779c8ee17fccf428488f6e281187f2e632841c",
23  "_spec": "is-ci@^1.0.10",
24  "_where": "/Users/ruyadorno/Documents/workspace/cli/node_modules/update-notifier",
25  "author": {
26    "name": "Thomas Watson Steen",
27    "email": "w@tson.dk",
28    "url": "https://twitter.com/wa7son"
29  },
30  "bin": {
31    "is-ci": "bin.js"
32  },
33  "bugs": {
34    "url": "https://github.com/watson/is-ci/issues"
35  },
36  "bundleDependencies": false,
37  "coordinates": [
38    55.778255,
39    12.593033
40  ],
41  "dependencies": {
42    "ci-info": "^1.5.0"
43  },
44  "deprecated": false,
45  "description": "Detect if the current environment is a CI server",
46  "devDependencies": {
47    "clear-require": "^1.0.1",
48    "standard": "^11.0.1"
49  },
50  "homepage": "https://github.com/watson/is-ci",
51  "keywords": [
52    "ci",
53    "continuous",
54    "integration",
55    "test",
56    "detect"
57  ],
58  "license": "MIT",
59  "main": "index.js",
60  "name": "is-ci",
61  "repository": {
62    "type": "git",
63    "url": "git+https://github.com/watson/is-ci.git"
64  },
65  "scripts": {
66    "test": "standard && node test.js"
67  },
68  "version": "1.2.1"
69}
70