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

  1. {
  2. "_from": "env-ci@^3.0.0",
  3. "_id": "env-ci@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+yFT8QX8W9bee0/fuzKvqt2vEhWvU3FXZ1P5xbveDq/EqcYLh4e0QNE16okUS3pawALDGXE9eCJPVeWY0/ilQA==",
  6. "_location": "/env-ci",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "env-ci@^3.0.0",
  12. "name": "env-ci",
  13. "escapedName": "env-ci",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/semantic-release"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/env-ci/-/env-ci-3.1.0.tgz",
  22. "_shasum": "8aef2340389ae17e27623988ae1002f130491185",
  23. "_spec": "env-ci@^3.0.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/semantic-release",
  25. "author": {
  26. "name": "Pierre Vanduynslager",
  27. "url": "https://github.com/pvdlg"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/pvdlg/github-parser/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "execa": "^1.0.0",
  35. "java-properties": "^0.2.9"
  36. },
  37. "deprecated": false,
  38. "description": "Get environment variables exposed by CI services",
  39. "devDependencies": {
  40. "ava": "^0.25.0",
  41. "codecov": "^3.0.0",
  42. "file-url": "^2.0.2",
  43. "nyc": "^12.0.1",
  44. "proxyquire": "^2.1.0",
  45. "semantic-release": "^15.0.0",
  46. "tempy": "^0.2.1",
  47. "xo": "^0.23.0"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.js",
  54. "lib",
  55. "services"
  56. ],
  57. "homepage": "https://github.com/pvdlg/env-ci#readme",
  58. "keywords": [
  59. "appveyor",
  60. "bamboo",
  61. "bitbucket",
  62. "bitrise",
  63. "buddy",
  64. "buildkite",
  65. "ci",
  66. "circle",
  67. "cirrus",
  68. "codebuild",
  69. "codefresh",
  70. "codeship",
  71. "drone",
  72. "environment",
  73. "git",
  74. "gitlab",
  75. "jenkins",
  76. "sail",
  77. "semaphore",
  78. "shippable",
  79. "teamcity",
  80. "travis",
  81. "variable",
  82. "vsts",
  83. "wercker"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "env-ci",
  88. "nyc": {
  89. "include": [
  90. "index.js",
  91. "lib/**/*.js",
  92. "services/**/*.js"
  93. ],
  94. "reporter": [
  95. "json",
  96. "text",
  97. "html"
  98. ],
  99. "all": true
  100. },
  101. "prettier": {
  102. "printWidth": 120,
  103. "trailingComma": "es5"
  104. },
  105. "publishConfig": {
  106. "access": "public"
  107. },
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/pvdlg/env-ci.git"
  111. },
  112. "scripts": {
  113. "codecov": "codecov -f coverage/coverage-final.json",
  114. "lint": "xo",
  115. "semantic-release": "semantic-release",
  116. "test": "xo && nyc ava -v"
  117. },
  118. "version": "3.1.0",
  119. "xo": {
  120. "prettier": true
  121. }
  122. }