package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "semver@^7.3.4",
  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.4",
  12. "name": "semver",
  13. "escapedName": "semver",
  14. "rawSpec": "^7.3.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.3.4"
  17. },
  18. "_requiredBy": [
  19. "/@npmcli/fs",
  20. "/node-gyp",
  21. "/normalize-package-data"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
  24. "_shasum": "12c5b649afdbf9049707796e22a4028814ce523f",
  25. "_spec": "semver@^7.3.4",
  26. "_where": "G:\\项目\\mobile\\node_modules\\normalize-package-data",
  27. "author": {
  28. "name": "GitHub Inc."
  29. },
  30. "bin": {
  31. "semver": "bin/semver.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/npm/node-semver/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "lru-cache": "^6.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "The semantic version parser used by npm.",
  42. "devDependencies": {
  43. "@npmcli/eslint-config": "^3.0.1",
  44. "@npmcli/template-oss": "3.3.2",
  45. "tap": "^16.0.0"
  46. },
  47. "engines": {
  48. "node": ">=10"
  49. },
  50. "files": [
  51. "bin/",
  52. "classes/",
  53. "functions/",
  54. "internal/",
  55. "ranges/",
  56. "index.js",
  57. "preload.js",
  58. "range.bnf"
  59. ],
  60. "homepage": "https://github.com/npm/node-semver#readme",
  61. "license": "ISC",
  62. "main": "index.js",
  63. "name": "semver",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/npm/node-semver.git"
  67. },
  68. "scripts": {
  69. "lint": "eslint \"**/*.js\"",
  70. "lintfix": "npm run lint -- --fix",
  71. "postlint": "template-oss-check",
  72. "postpublish": "git push origin --follow-tags",
  73. "posttest": "npm run lint",
  74. "postversion": "npm publish",
  75. "prepublishOnly": "git push origin --follow-tags",
  76. "preversion": "npm test",
  77. "snap": "tap",
  78. "template-oss-apply": "template-oss-apply --force",
  79. "test": "tap"
  80. },
  81. "tap": {
  82. "check-coverage": true,
  83. "coverage-map": "map.js"
  84. },
  85. "templateOSS": {
  86. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  87. "version": "3.3.2",
  88. "engines": ">=10",
  89. "ciVersions": [
  90. "10.0.0",
  91. "10.x",
  92. "12.x",
  93. "14.x",
  94. "16.x"
  95. ],
  96. "distPaths": [
  97. "bin/",
  98. "classes/",
  99. "functions/",
  100. "internal/",
  101. "ranges/",
  102. "index.js",
  103. "preload.js",
  104. "range.bnf"
  105. ]
  106. },
  107. "version": "7.3.7"
  108. }