Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

package.json 702 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "at-least-node",
  3. "version": "1.0.0",
  4. "description": "Lightweight Node.js version sniffing/comparison",
  5. "keywords": [
  6. "semver",
  7. "feature"
  8. ],
  9. "homepage": "https://github.com/RyanZim/at-least-node#readme",
  10. "bugs": {
  11. "url": "https://github.com/RyanZim/at-least-node/issues"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/RyanZim/at-least-node.git"
  16. },
  17. "license": "ISC",
  18. "author": "Ryan Zimmerman <opensrc@ryanzim.com>",
  19. "main": "index.js",
  20. "files": [],
  21. "scripts": {
  22. "test": "ava"
  23. },
  24. "devDependencies": {
  25. "ava": "^3.1.0",
  26. "rewire": "^4.0.1",
  27. "semver": "^7.1.2"
  28. },
  29. "engines": {
  30. "node": ">= 4.0.0"
  31. }
  32. }