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.

134 lines
3.1 KiB

  1. {
  2. "_from": "@semantic-release/gitlab",
  3. "_id": "@semantic-release/gitlab@3.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2PEyEwTROh+FEoBA09nE+Z8TcJMfzrL/VJNwzW7jNImxVUSLH3WwVZUwZLacno289EE/ySx12WpKy+kn1jnlCw==",
  6. "_location": "/@semantic-release/gitlab",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "@semantic-release/gitlab",
  12. "name": "@semantic-release/gitlab",
  13. "escapedName": "@semantic-release%2fgitlab",
  14. "scope": "@semantic-release",
  15. "rawSpec": "",
  16. "saveSpec": null,
  17. "fetchSpec": "latest"
  18. },
  19. "_requiredBy": [
  20. "#DEV:/",
  21. "#USER"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@semantic-release/gitlab/-/gitlab-3.0.5.tgz",
  24. "_shasum": "2740a9f7403739fa6c1e542c55b7df68ed498fbf",
  25. "_spec": "@semantic-release/gitlab",
  26. "_where": "/home/camilo/Documents/projects/personal/simple-email",
  27. "author": {
  28. "name": "Pierre Vanduynslager",
  29. "url": "https://twitter.com/@pvdlg_"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/semantic-release/gitlab/issues"
  33. },
  34. "bundleDependencies": false,
  35. "config": {
  36. "commitizen": {
  37. "path": "cz-conventional-changelog"
  38. }
  39. },
  40. "contributors": [
  41. {
  42. "name": "Stephan Bönnemann",
  43. "email": "stephan@boennemann.me",
  44. "url": "http://boennemann.me"
  45. },
  46. {
  47. "name": "Gregor Martynus",
  48. "url": "https://twitter.com/gr2m"
  49. }
  50. ],
  51. "dependencies": {
  52. "@semantic-release/error": "^2.2.0",
  53. "aggregate-error": "^1.0.0",
  54. "debug": "^4.0.0",
  55. "escape-string-regexp": "^1.0.5",
  56. "got": "^9.1.0",
  57. "parse-path": "^4.0.0",
  58. "url-join": "^4.0.0"
  59. },
  60. "deprecated": false,
  61. "description": "semantic-release plugin to publish a GitLab release",
  62. "devDependencies": {
  63. "ava": "^0.25.0",
  64. "clear-module": "^3.0.0",
  65. "codecov": "^3.0.0",
  66. "commitizen": "^3.0.0",
  67. "cz-conventional-changelog": "^2.0.0",
  68. "nock": "^10.0.0",
  69. "nyc": "^12.0.1",
  70. "semantic-release": "^15.0.0",
  71. "sinon": "^6.0.0",
  72. "tempy": "^0.2.1",
  73. "xo": "^0.23.0"
  74. },
  75. "engines": {
  76. "node": ">=8.3"
  77. },
  78. "files": [
  79. "lib",
  80. "index.js"
  81. ],
  82. "homepage": "https://github.com/semantic-release/gitlab#readme",
  83. "keywords": [
  84. "git",
  85. "gitlab",
  86. "publish",
  87. "release",
  88. "semantic-release",
  89. "version"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "@semantic-release/gitlab",
  94. "nyc": {
  95. "include": [
  96. "lib/**/*.js",
  97. "index.js"
  98. ],
  99. "reporter": [
  100. "json",
  101. "text",
  102. "html"
  103. ],
  104. "all": true
  105. },
  106. "peerDependencies": {
  107. "semantic-release": ">=15.8.0 <16.0.0"
  108. },
  109. "prettier": {
  110. "printWidth": 120,
  111. "trailingComma": "es5"
  112. },
  113. "publishConfig": {
  114. "access": "public",
  115. "tag": "next"
  116. },
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/semantic-release/gitlab.git"
  120. },
  121. "scripts": {
  122. "cm": "git-cz",
  123. "codecov": "codecov -f coverage/coverage-final.json",
  124. "lint": "xo",
  125. "pretest": "npm run lint",
  126. "semantic-release": "semantic-release",
  127. "test": "nyc ava -v"
  128. },
  129. "version": "3.0.5",
  130. "xo": {
  131. "prettier": true,
  132. "space": true
  133. }
  134. }