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.

69 lines
1.9 KiB

  1. {
  2. "_from": "hosted-git-info@^2.1.4",
  3. "_id": "hosted-git-info@2.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==",
  6. "_location": "/hosted-git-info",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hosted-git-info@^2.1.4",
  12. "name": "hosted-git-info",
  13. "escapedName": "hosted-git-info",
  14. "rawSpec": "^2.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.4"
  17. },
  18. "_requiredBy": [
  19. "/normalize-package-data",
  20. "/semantic-release"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz",
  23. "_shasum": "97f236977bd6e125408930ff6de3eec6281ec047",
  24. "_spec": "hosted-git-info@^2.1.4",
  25. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/normalize-package-data",
  26. "author": {
  27. "name": "Rebecca Turner",
  28. "email": "me@re-becca.org",
  29. "url": "http://re-becca.org"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/npm/hosted-git-info/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
  37. "devDependencies": {
  38. "standard": "^11.0.1",
  39. "standard-version": "^4.3.0",
  40. "tap": "^12.0.1"
  41. },
  42. "files": [
  43. "index.js",
  44. "git-host.js",
  45. "git-host-info.js"
  46. ],
  47. "homepage": "https://github.com/npm/hosted-git-info",
  48. "keywords": [
  49. "git",
  50. "github",
  51. "bitbucket",
  52. "gitlab"
  53. ],
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "hosted-git-info",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/npm/hosted-git-info.git"
  60. },
  61. "scripts": {
  62. "postrelease": "npm publish && git push --follow-tags",
  63. "prerelease": "npm t",
  64. "pretest": "standard",
  65. "release": "standard-version -s",
  66. "test": "tap -J --nyc-arg=--all --coverage test"
  67. },
  68. "version": "2.7.1"
  69. }