package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "to-regex@3.0.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "to-regex@3.0.2",
  10. "_id": "to-regex@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
  13. "_location": "/to-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "to-regex@3.0.2",
  19. "name": "to-regex",
  20. "escapedName": "to-regex",
  21. "rawSpec": "3.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.2"
  24. },
  25. "_requiredBy": [
  26. "/anymatch/braces",
  27. "/anymatch/expand-brackets",
  28. "/anymatch/extglob",
  29. "/anymatch/micromatch",
  30. "/http-proxy-middleware/braces",
  31. "/http-proxy-middleware/expand-brackets",
  32. "/http-proxy-middleware/extglob",
  33. "/http-proxy-middleware/micromatch",
  34. "/nanomatch",
  35. "/sane/braces",
  36. "/sane/expand-brackets",
  37. "/sane/extglob",
  38. "/sane/micromatch",
  39. "/watchpack-chokidar2/braces",
  40. "/watchpack-chokidar2/expand-brackets",
  41. "/watchpack-chokidar2/extglob",
  42. "/watchpack-chokidar2/micromatch",
  43. "/webpack-dev-server/braces",
  44. "/webpack-dev-server/expand-brackets",
  45. "/webpack-dev-server/extglob",
  46. "/webpack-dev-server/micromatch"
  47. ],
  48. "_resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
  49. "_spec": "3.0.2",
  50. "_where": "E:\\2023\\5\\myjadmin",
  51. "author": {
  52. "name": "Jon Schlinkert",
  53. "url": "https://github.com/jonschlinkert"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/jonschlinkert/to-regex/issues"
  57. },
  58. "dependencies": {
  59. "define-property": "^2.0.2",
  60. "extend-shallow": "^3.0.2",
  61. "regex-not": "^1.0.2",
  62. "safe-regex": "^1.1.0"
  63. },
  64. "description": "Generate a regex from a string or array of strings.",
  65. "devDependencies": {
  66. "gulp-format-md": "^1.0.0",
  67. "mocha": "^3.5.3"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "homepage": "https://github.com/jonschlinkert/to-regex",
  76. "keywords": [
  77. "match",
  78. "regex",
  79. "regular expression",
  80. "test",
  81. "to"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "to-regex",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jonschlinkert/to-regex.git"
  89. },
  90. "scripts": {
  91. "test": "mocha"
  92. },
  93. "verb": {
  94. "toc": {
  95. "method": "preWrite"
  96. },
  97. "layout": "default",
  98. "tasks": [
  99. "readme"
  100. ],
  101. "plugins": [
  102. "gulp-format-md"
  103. ],
  104. "related": {
  105. "list": [
  106. "has-glob",
  107. "is-glob",
  108. "path-regex",
  109. "to-regex-range"
  110. ]
  111. },
  112. "lint": {
  113. "reflinks": true
  114. }
  115. },
  116. "version": "3.0.2"
  117. }