package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "semver@^7.3.2",
  3. "_id": "semver@7.5.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
  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. "/sass-loader"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
  22. "_shasum": "483986ec4ed38e1c6c48c34894a9182dbff68a6e",
  23. "_spec": "semver@^7.3.2",
  24. "_where": "C:\\preject-ps-git\\git-project\\psychic_pub\\psychic_pub\\node_modules\\sass-loader",
  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": "^4.0.0",
  42. "@npmcli/template-oss": "4.17.0",
  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. "timeout": 30,
  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.17.0",
  87. "engines": ">=10",
  88. "ciVersions": [
  89. "10.0.0",
  90. "10.x",
  91. "12.x",
  92. "14.x",
  93. "16.x",
  94. "18.x"
  95. ],
  96. "npmSpec": "8",
  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. "publish": "true"
  116. },
  117. "version": "7.5.4"
  118. }