You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
2.1 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "semver@6.3.1",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "semver@6.3.1",
  10. "_id": "semver@6.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  13. "_location": "/semver",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "semver@6.3.1",
  19. "name": "semver",
  20. "escapedName": "semver",
  21. "rawSpec": "6.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "6.3.1"
  24. },
  25. "_requiredBy": [
  26. "/@babel/core",
  27. "/@babel/helper-compilation-targets",
  28. "/@babel/helper-create-class-features-plugin",
  29. "/@babel/helper-create-regexp-features-plugin",
  30. "/@babel/plugin-transform-runtime",
  31. "/@babel/preset-env",
  32. "/babel-plugin-polyfill-corejs2",
  33. "/make-dir"
  34. ],
  35. "_resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  36. "_spec": "6.3.1",
  37. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  38. "author": {
  39. "name": "GitHub Inc."
  40. },
  41. "bin": {
  42. "semver": "bin/semver.js"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/npm/node-semver/issues"
  46. },
  47. "description": "The semantic version parser used by npm.",
  48. "devDependencies": {
  49. "@npmcli/template-oss": "4.17.0",
  50. "tap": "^12.7.0"
  51. },
  52. "files": [
  53. "bin",
  54. "range.bnf",
  55. "semver.js"
  56. ],
  57. "homepage": "https://github.com/npm/node-semver#readme",
  58. "license": "ISC",
  59. "main": "semver.js",
  60. "name": "semver",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/npm/node-semver.git"
  64. },
  65. "scripts": {
  66. "lint": "echo linting disabled",
  67. "lintfix": "npm run lint -- --fix",
  68. "postlint": "template-oss-check",
  69. "posttest": "npm run lint",
  70. "snap": "tap test/ --100 --timeout=30",
  71. "template-oss-apply": "template-oss-apply --force",
  72. "test": "tap test/ --100 --timeout=30"
  73. },
  74. "templateOSS": {
  75. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  76. "content": "./scripts/template-oss",
  77. "version": "4.17.0"
  78. },
  79. "version": "6.3.1"
  80. }