Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

122 lines
2.5 KiB

{
"_from": "env-ci@^3.0.0",
"_id": "env-ci@3.1.0",
"_inBundle": false,
"_integrity": "sha512-+yFT8QX8W9bee0/fuzKvqt2vEhWvU3FXZ1P5xbveDq/EqcYLh4e0QNE16okUS3pawALDGXE9eCJPVeWY0/ilQA==",
"_location": "/env-ci",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "env-ci@^3.0.0",
"name": "env-ci",
"escapedName": "env-ci",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/semantic-release"
],
"_resolved": "https://registry.npmjs.org/env-ci/-/env-ci-3.1.0.tgz",
"_shasum": "8aef2340389ae17e27623988ae1002f130491185",
"_spec": "env-ci@^3.0.0",
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/semantic-release",
"author": {
"name": "Pierre Vanduynslager",
"url": "https://github.com/pvdlg"
},
"bugs": {
"url": "https://github.com/pvdlg/github-parser/issues"
},
"bundleDependencies": false,
"dependencies": {
"execa": "^1.0.0",
"java-properties": "^0.2.9"
},
"deprecated": false,
"description": "Get environment variables exposed by CI services",
"devDependencies": {
"ava": "^0.25.0",
"codecov": "^3.0.0",
"file-url": "^2.0.2",
"nyc": "^12.0.1",
"proxyquire": "^2.1.0",
"semantic-release": "^15.0.0",
"tempy": "^0.2.1",
"xo": "^0.23.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.1.0",
"xo": {
"prettier": true
}
}