File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/env-ci/package.json
{
"_args": [
[
"env-ci@3.2.2",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "env-ci@3.2.2",
"_id": "env-ci@3.2.2",
"_inBundle": false,
"_integrity": "sha512-AOiNZ3lmxrtva3r/roqaYDF+1PX2V+ouUzuGqJf7KNxyyYkuU+CsfFbbUeibQPdixxjI/lP6eDtvtkX1/wymJw==",
"_location": "/env-ci",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "env-ci@3.2.2",
"name": "env-ci",
"escapedName": "env-ci",
"rawSpec": "3.2.2",
"saveSpec": null,
"fetchSpec": "3.2.2"
},
"_requiredBy": [
"/apollo"
],
"_resolved": "https://registry.npmjs.org/env-ci/-/env-ci-3.2.2.tgz",
"_spec": "3.2.2",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Pierre Vanduynslager",
"url": "https://github.com/pvdlg"
},
"bugs": {
"url": "https://github.com/pvdlg/github-parser/issues"
},
"dependencies": {
"execa": "^1.0.0",
"java-properties": "^1.0.0"
},
"description": "Get environment variables exposed by CI services",
"devDependencies": {
"ava": "^1.0.1",
"codecov": "^3.0.0",
"file-url": "^2.0.2",
"nyc": "^13.1.0",
"proxyquire": "^2.1.0",
"semantic-release": "^15.0.0",
"tempy": "^0.2.1",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"lib",
"services"
],
"homepage": "https://github.com/pvdlg/env-ci#readme",
"keywords": [
"appveyor",
"bamboo",
"bitbucket",
"bitrise",
"buddy",
"buildkite",
"ci",
"circle",
"cirrus",
"codebuild",
"codefresh",
"codeship",
"drone",
"environment",
"git",
"gitlab",
"jenkins",
"sail",
"semaphore",
"shippable",
"teamcity",
"travis",
"variable",
"vsts",
"wercker"
],
"license": "MIT",
"main": "index.js",
"name": "env-ci",
"nyc": {
"include": [
"index.js",
"lib/**/*.js",
"services/**/*.js"
],
"reporter": [
"json",
"text",
"html"
],
"all": true
},
"prettier": {
"printWidth": 120,
"trailingComma": "es5"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pvdlg/env-ci.git"
},
"scripts": {
"codecov": "codecov -f coverage/coverage-final.json",
"lint": "xo",
"semantic-release": "semantic-release",
"test": "xo && nyc ava -v"
},
"version": "3.2.2",
"xo": {
"prettier": true
}
}