package.json 2.1 KB

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