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.

84 lines
2.2 KiB

  1. {
  2. "_from": "spdx-correct@^3.0.0",
  3. "_id": "spdx-correct@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-q9hedtzyXHr5S0A1vEPoK/7l8NpfkFYTq6iCY+Pno2ZbdZR6WexZFtqeVGkGxW3TEJMN914Z55EnAGMmenlIQQ==",
  6. "_location": "/spdx-correct",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "spdx-correct@^3.0.0",
  12. "name": "spdx-correct",
  13. "escapedName": "spdx-correct",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/validate-npm-package-license"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.2.tgz",
  22. "_shasum": "19bb409e91b47b1ad54159243f7312a858db3c2e",
  23. "_spec": "spdx-correct@^3.0.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/validate-npm-package-license",
  25. "author": {
  26. "name": "Kyle E. Mitchell",
  27. "email": "kyle@kemitchell.com",
  28. "url": "https://kemitchell.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jslicense/spdx-correct.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Kyle E. Mitchell",
  37. "email": "kyle@kemitchell.com",
  38. "url": "https://kemitchell.com"
  39. },
  40. {
  41. "name": "Christian Zommerfelds",
  42. "email": "aero_super@yahoo.com"
  43. },
  44. {
  45. "name": "Tal Einat",
  46. "email": "taleinat@gmail.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "spdx-expression-parse": "^3.0.0",
  51. "spdx-license-ids": "^3.0.0"
  52. },
  53. "deprecated": false,
  54. "description": "correct invalid SPDX expressions",
  55. "devDependencies": {
  56. "defence-cli": "^2.0.1",
  57. "replace-require-self": "^1.0.0",
  58. "standard": "^11.0.0",
  59. "standard-markdown": "^4.0.2",
  60. "tape": "^4.9.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/jslicense/spdx-correct.js#readme",
  66. "keywords": [
  67. "SPDX",
  68. "law",
  69. "legal",
  70. "license",
  71. "metadata"
  72. ],
  73. "license": "Apache-2.0",
  74. "name": "spdx-correct",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/jslicense/spdx-correct.js.git"
  78. },
  79. "scripts": {
  80. "lint": "standard && standard-markdown README.md",
  81. "test": "defence README.md | replace-require-self | node && node test.js"
  82. },
  83. "version": "3.0.2"
  84. }