package.json 1020 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "registry-auth-token",
  3. "version": "4.2.2",
  4. "description": "Get the auth token set for an npm registry (if any)",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha",
  8. "posttest": "standard",
  9. "coverage": "istanbul cover _mocha"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+ssh://git@github.com/rexxars/registry-auth-token.git"
  14. },
  15. "engines": {
  16. "node": ">=6.0.0"
  17. },
  18. "keywords": [
  19. "npm",
  20. "conf",
  21. "config",
  22. "npmconf",
  23. "registry",
  24. "auth",
  25. "token",
  26. "authtoken"
  27. ],
  28. "author": "Espen Hovlandsdal <espen@hovlandsdal.com>",
  29. "license": "MIT",
  30. "bugs": {
  31. "url": "https://github.com/rexxars/registry-auth-token/issues"
  32. },
  33. "homepage": "https://github.com/rexxars/registry-auth-token#readme",
  34. "dependencies": {
  35. "rc": "1.2.8"
  36. },
  37. "devDependencies": {
  38. "istanbul": "^0.4.2",
  39. "mocha": "^6.1.4",
  40. "require-uncached": "^1.0.2",
  41. "standard": "^12.0.1"
  42. },
  43. "standard": {
  44. "ignore": [
  45. "coverage/**"
  46. ]
  47. }
  48. }