|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "is-ci@3.0.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_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": "version",
- "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": [
- "/jest-config",
- "/jest-util"
- ],
- "_resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.0.tgz",
- "_spec": "3.0.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "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"
- },
- "coordinates": [
- 55.778272,
- 12.593116
- ],
- "dependencies": {
- "ci-info": "^3.1.1"
- },
- "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"
- }
|