package.json 2.3 KB

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