You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. "/braces",
  20. "/expand-brackets",
  21. "/extglob",
  22. "/micromatch",
  23. "/nanomatch"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
  26. "_shasum": "13cfdd9b336552f30b51f33a8ae1b42a7a7599ce",
  27. "_spec": "to-regex@^3.0.2",
  28. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\micromatch",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jonschlinkert/to-regex/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "define-property": "^2.0.2",
  39. "extend-shallow": "^3.0.2",
  40. "regex-not": "^1.0.2",
  41. "safe-regex": "^1.1.0"
  42. },
  43. "deprecated": false,
  44. "description": "Generate a regex from a string or array of strings.",
  45. "devDependencies": {
  46. "gulp-format-md": "^1.0.0",
  47. "mocha": "^3.5.3"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/jonschlinkert/to-regex",
  56. "keywords": [
  57. "match",
  58. "regex",
  59. "regular expression",
  60. "test",
  61. "to"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "to-regex",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jonschlinkert/to-regex.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "verb": {
  74. "toc": {
  75. "method": "preWrite"
  76. },
  77. "layout": "default",
  78. "tasks": [
  79. "readme"
  80. ],
  81. "plugins": [
  82. "gulp-format-md"
  83. ],
  84. "related": {
  85. "list": [
  86. "has-glob",
  87. "is-glob",
  88. "path-regex",
  89. "to-regex-range"
  90. ]
  91. },
  92. "lint": {
  93. "reflinks": true
  94. }
  95. },
  96. "version": "3.0.2"
  97. }