package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "semver@^7.3.2",
  3. "_id": "semver@7.3.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
  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.3.7.tgz",
  22. "_shasum": "12c5b649afdbf9049707796e22a4028814ce523f",
  23. "_spec": "semver@^7.3.2",
  24. "_where": "D:\\hongxing\\wechat\\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": "^3.0.1",
  42. "@npmcli/template-oss": "3.3.2",
  43. "tap": "^16.0.0"
  44. },
  45. "engines": {
  46. "node": ">=10"
  47. },
  48. "files": [
  49. "bin/",
  50. "classes/",
  51. "functions/",
  52. "internal/",
  53. "ranges/",
  54. "index.js",
  55. "preload.js",
  56. "range.bnf"
  57. ],
  58. "homepage": "https://github.com/npm/node-semver#readme",
  59. "license": "ISC",
  60. "main": "index.js",
  61. "name": "semver",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/npm/node-semver.git"
  65. },
  66. "scripts": {
  67. "lint": "eslint \"**/*.js\"",
  68. "lintfix": "npm run lint -- --fix",
  69. "postlint": "template-oss-check",
  70. "postpublish": "git push origin --follow-tags",
  71. "posttest": "npm run lint",
  72. "postversion": "npm publish",
  73. "prepublishOnly": "git push origin --follow-tags",
  74. "preversion": "npm test",
  75. "snap": "tap",
  76. "template-oss-apply": "template-oss-apply --force",
  77. "test": "tap"
  78. },
  79. "tap": {
  80. "check-coverage": true,
  81. "coverage-map": "map.js"
  82. },
  83. "templateOSS": {
  84. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  85. "version": "3.3.2",
  86. "engines": ">=10",
  87. "ciVersions": [
  88. "10.0.0",
  89. "10.x",
  90. "12.x",
  91. "14.x",
  92. "16.x"
  93. ],
  94. "distPaths": [
  95. "bin/",
  96. "classes/",
  97. "functions/",
  98. "internal/",
  99. "ranges/",
  100. "index.js",
  101. "preload.js",
  102. "range.bnf"
  103. ]
  104. },
  105. "version": "7.3.7"
  106. }