package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "semver@^7.3.2",
  3. "_id": "semver@7.3.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
  6. "_location": "/semver",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "semver@^7.3.2",
  12. "name": "semver",
  13. "escapedName": "semver",
  14. "rawSpec": "^7.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.3.2"
  17. },
  18. "_requiredBy": [
  19. "/superagent"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/semver/-/semver-7.3.8.tgz",
  22. "_shasum": "07a78feafb3f7b32347d725e33de7e2a2df67798",
  23. "_spec": "semver@^7.3.2",
  24. "_where": "D:\\website\\Other\\score\\node_modules\\superagent",
  25. "author": {
  26. "name": "GitHub Inc."
  27. },
  28. "bin": {
  29. "semver": "bin/semver.js"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/npm/node-semver/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "lru-cache": "^6.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "The semantic version parser used by npm.",
  40. "devDependencies": {
  41. "@npmcli/eslint-config": "^3.0.1",
  42. "@npmcli/template-oss": "4.4.4",
  43. "tap": "^16.0.0"
  44. },
  45. "engines": {
  46. "node": ">=10"
  47. },
  48. "files": [
  49. "bin/",
  50. "lib/",
  51. "classes/",
  52. "functions/",
  53. "internal/",
  54. "ranges/",
  55. "index.js",
  56. "preload.js",
  57. "range.bnf"
  58. ],
  59. "homepage": "https://github.com/npm/node-semver#readme",
  60. "license": "ISC",
  61. "main": "index.js",
  62. "name": "semver",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/npm/node-semver.git"
  66. },
  67. "scripts": {
  68. "lint": "eslint \"**/*.js\"",
  69. "lintfix": "npm run lint -- --fix",
  70. "postlint": "template-oss-check",
  71. "posttest": "npm run lint",
  72. "snap": "tap",
  73. "template-oss-apply": "template-oss-apply --force",
  74. "test": "tap"
  75. },
  76. "tap": {
  77. "check-coverage": true,
  78. "coverage-map": "map.js",
  79. "nyc-arg": [
  80. "--exclude",
  81. "tap-snapshots/**"
  82. ]
  83. },
  84. "templateOSS": {
  85. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  86. "version": "4.4.4",
  87. "engines": ">=10",
  88. "content": "./scripts",
  89. "ciVersions": [
  90. "10.0.0",
  91. "10.x",
  92. "12.x",
  93. "14.x",
  94. "16.x",
  95. "18.x"
  96. ],
  97. "distPaths": [
  98. "classes/",
  99. "functions/",
  100. "internal/",
  101. "ranges/",
  102. "index.js",
  103. "preload.js",
  104. "range.bnf"
  105. ],
  106. "allowPaths": [
  107. "/classes/",
  108. "/functions/",
  109. "/internal/",
  110. "/ranges/",
  111. "/index.js",
  112. "/preload.js",
  113. "/range.bnf"
  114. ]
  115. },
  116. "version": "7.3.8"
  117. }