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.

74 lines
1.9 KiB

  1. {
  2. "_from": "registry-auth-token@^3.3.1",
  3. "_id": "registry-auth-token@3.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==",
  6. "_location": "/registry-auth-token",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "registry-auth-token@^3.3.1",
  12. "name": "registry-auth-token",
  13. "escapedName": "registry-auth-token",
  14. "rawSpec": "^3.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.3.1"
  17. },
  18. "_requiredBy": [
  19. "/@semantic-release/npm"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.2.tgz",
  22. "_shasum": "851fd49038eecb586911115af845260eec983f20",
  23. "_spec": "registry-auth-token@^3.3.1",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@semantic-release/npm",
  25. "author": {
  26. "name": "Espen Hovlandsdal",
  27. "email": "espen@hovlandsdal.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/rexxars/registry-auth-token/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "rc": "^1.1.6",
  35. "safe-buffer": "^5.0.1"
  36. },
  37. "deprecated": false,
  38. "description": "Get the auth token set for an npm registry (if any)",
  39. "devDependencies": {
  40. "istanbul": "^0.4.2",
  41. "mocha": "^3.3.0",
  42. "require-uncached": "^1.0.2",
  43. "standard": "^10.0.2"
  44. },
  45. "homepage": "https://github.com/rexxars/registry-auth-token#readme",
  46. "keywords": [
  47. "npm",
  48. "conf",
  49. "config",
  50. "npmconf",
  51. "registry",
  52. "auth",
  53. "token",
  54. "authtoken"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "registry-auth-token",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+ssh://git@github.com/rexxars/registry-auth-token.git"
  62. },
  63. "scripts": {
  64. "coverage": "istanbul cover _mocha",
  65. "posttest": "standard",
  66. "test": "mocha"
  67. },
  68. "standard": {
  69. "ignore": [
  70. "coverage/**"
  71. ]
  72. },
  73. "version": "3.3.2"
  74. }