package.json 978 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "semver",
  3. "version": "5.7.2",
  4. "description": "The semantic version parser used by npm.",
  5. "main": "semver.js",
  6. "scripts": {
  7. "test": "tap test/ --100 --timeout=30",
  8. "lint": "echo linting disabled",
  9. "postlint": "template-oss-check",
  10. "template-oss-apply": "template-oss-apply --force",
  11. "lintfix": "npm run lint -- --fix",
  12. "snap": "tap test/ --100 --timeout=30",
  13. "posttest": "npm run lint"
  14. },
  15. "devDependencies": {
  16. "@npmcli/template-oss": "4.17.0",
  17. "tap": "^12.7.0"
  18. },
  19. "license": "ISC",
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/npm/node-semver.git"
  23. },
  24. "bin": {
  25. "semver": "./bin/semver"
  26. },
  27. "files": [
  28. "bin",
  29. "range.bnf",
  30. "semver.js"
  31. ],
  32. "author": "GitHub Inc.",
  33. "templateOSS": {
  34. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  35. "content": "./scripts/template-oss",
  36. "version": "4.17.0"
  37. }
  38. }