package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "find-versions@4.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "find-versions@4.0.0",
  10. "_id": "find-versions@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ==",
  13. "_location": "/find-versions",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "find-versions@4.0.0",
  19. "name": "find-versions",
  20. "escapedName": "find-versions",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/husky"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/find-versions/-/find-versions-4.0.0.tgz",
  29. "_spec": "4.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/find-versions/issues"
  38. },
  39. "dependencies": {
  40. "semver-regex": "^3.1.2"
  41. },
  42. "description": "Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`",
  43. "devDependencies": {
  44. "ava": "^2.4.0",
  45. "tsd": "^0.14.0",
  46. "xo": "^0.36.1"
  47. },
  48. "engines": {
  49. "node": ">=10"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "funding": "https://github.com/sponsors/sindresorhus",
  56. "homepage": "https://github.com/sindresorhus/find-versions#readme",
  57. "keywords": [
  58. "semver",
  59. "version",
  60. "versions",
  61. "regex",
  62. "regexp",
  63. "match",
  64. "matching",
  65. "semantic",
  66. "find",
  67. "extract",
  68. "get"
  69. ],
  70. "license": "MIT",
  71. "name": "find-versions",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/find-versions.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "4.0.0"
  80. }