package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "semver@6.3.1",
  5. "/Users/mac/projects/mime/mine"
  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/eslint-parser",
  28. "/@babel/helper-compilation-targets",
  29. "/@babel/helper-create-class-features-plugin",
  30. "/@babel/helper-create-regexp-features-plugin",
  31. "/@babel/plugin-transform-runtime",
  32. "/@babel/preset-env",
  33. "/babel-plugin-polyfill-corejs2",
  34. "/make-dir"
  35. ],
  36. "_resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  37. "_spec": "6.3.1",
  38. "_where": "/Users/mac/projects/mime/mine",
  39. "author": {
  40. "name": "GitHub Inc."
  41. },
  42. "bin": {
  43. "semver": "bin/semver.js"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/npm/node-semver/issues"
  47. },
  48. "description": "The semantic version parser used by npm.",
  49. "devDependencies": {
  50. "@npmcli/template-oss": "4.17.0",
  51. "tap": "^12.7.0"
  52. },
  53. "files": [
  54. "bin",
  55. "range.bnf",
  56. "semver.js"
  57. ],
  58. "homepage": "https://github.com/npm/node-semver#readme",
  59. "license": "ISC",
  60. "main": "semver.js",
  61. "name": "semver",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/npm/node-semver.git"
  65. },
  66. "scripts": {
  67. "lint": "echo linting disabled",
  68. "lintfix": "npm run lint -- --fix",
  69. "postlint": "template-oss-check",
  70. "posttest": "npm run lint",
  71. "snap": "tap test/ --100 --timeout=30",
  72. "template-oss-apply": "template-oss-apply --force",
  73. "test": "tap test/ --100 --timeout=30"
  74. },
  75. "templateOSS": {
  76. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  77. "content": "./scripts/template-oss",
  78. "version": "4.17.0"
  79. },
  80. "version": "6.3.1"
  81. }