package.json 2.5 KB

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