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.

114 lines
2.8 KiB

  1. {
  2. "_from": "@semantic-release/error@^2.1.0",
  3. "_id": "@semantic-release/error@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==",
  6. "_location": "/@semantic-release/error",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@semantic-release/error@^2.1.0",
  12. "name": "@semantic-release/error",
  13. "escapedName": "@semantic-release%2ferror",
  14. "scope": "@semantic-release",
  15. "rawSpec": "^2.1.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.1.0"
  18. },
  19. "_requiredBy": [
  20. "/@semantic-release/changelog",
  21. "/@semantic-release/git",
  22. "/@semantic-release/github",
  23. "/@semantic-release/gitlab",
  24. "/@semantic-release/npm",
  25. "/semantic-release"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-2.2.0.tgz",
  28. "_shasum": "ee9d5a09c9969eade1ec864776aeda5c5cddbbf0",
  29. "_spec": "@semantic-release/error@^2.1.0",
  30. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@semantic-release/changelog",
  31. "author": {
  32. "name": "Stephan Bönnemann",
  33. "email": "stephan@boennemann.me",
  34. "url": "http://boennemann.me"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/semantic-release/error/issues"
  38. },
  39. "bundleDependencies": false,
  40. "config": {
  41. "commitizen": {
  42. "path": "cz-conventional-changelog"
  43. }
  44. },
  45. "deprecated": false,
  46. "description": "errors with more than just a message",
  47. "devDependencies": {
  48. "ava": "^0.25.0",
  49. "codecov": "^3.0.0",
  50. "commitizen": "^2.9.6",
  51. "cz-conventional-changelog": "^2.0.0",
  52. "eslint-config-prettier": "^2.5.0",
  53. "eslint-plugin-prettier": "^2.2.0",
  54. "nyc": "^11.2.1",
  55. "prettier": "~1.10.0",
  56. "semantic-release": "^12.2.2",
  57. "xo": "^0.18.2"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/semantic-release/error#readme",
  63. "keywords": [
  64. "error",
  65. "semantic-release"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "@semantic-release/error",
  70. "nyc": {
  71. "include": [
  72. "index.js"
  73. ],
  74. "reporter": [
  75. "json",
  76. "text",
  77. "html"
  78. ],
  79. "all": true
  80. },
  81. "prettier": {
  82. "printWidth": 120,
  83. "singleQuote": true,
  84. "bracketSpacing": false,
  85. "trailingComma": "es5"
  86. },
  87. "publishConfig": {
  88. "access": "public"
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/semantic-release/error.git"
  93. },
  94. "scripts": {
  95. "cm": "git-cz",
  96. "codecov": "codecov -f coverage/coverage-final.json",
  97. "lint": "xo",
  98. "pretest": "npm run lint",
  99. "semantic-release": "semantic-release",
  100. "test": "nyc ava -v"
  101. },
  102. "version": "2.2.0",
  103. "xo": {
  104. "extends": [
  105. "prettier"
  106. ],
  107. "plugins": [
  108. "prettier"
  109. ],
  110. "rules": {
  111. "prettier/prettier": 2
  112. }
  113. }
  114. }