package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "to-regex@3.0.2",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "to-regex@3.0.2",
  10. "_id": "to-regex@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-E8/dmzNlUvMLUfM6iuG0Knp1mc4=",
  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. "/braces",
  27. "/expand-brackets",
  28. "/extglob",
  29. "/micromatch",
  30. "/nanomatch",
  31. "/svg-baker/micromatch"
  32. ],
  33. "_resolved": "https://registry.nlark.com/to-regex/download/to-regex-3.0.2.tgz",
  34. "_spec": "3.0.2",
  35. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/to-regex/issues"
  42. },
  43. "dependencies": {
  44. "define-property": "^2.0.2",
  45. "extend-shallow": "^3.0.2",
  46. "regex-not": "^1.0.2",
  47. "safe-regex": "^1.1.0"
  48. },
  49. "description": "Generate a regex from a string or array of strings.",
  50. "devDependencies": {
  51. "gulp-format-md": "^1.0.0",
  52. "mocha": "^3.5.3"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/jonschlinkert/to-regex",
  61. "keywords": [
  62. "match",
  63. "regex",
  64. "regular expression",
  65. "test",
  66. "to"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "to-regex",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jonschlinkert/to-regex.git"
  74. },
  75. "scripts": {
  76. "test": "mocha"
  77. },
  78. "verb": {
  79. "toc": {
  80. "method": "preWrite"
  81. },
  82. "layout": "default",
  83. "tasks": [
  84. "readme"
  85. ],
  86. "plugins": [
  87. "gulp-format-md"
  88. ],
  89. "related": {
  90. "list": [
  91. "has-glob",
  92. "is-glob",
  93. "path-regex",
  94. "to-regex-range"
  95. ]
  96. },
  97. "lint": {
  98. "reflinks": true
  99. }
  100. },
  101. "version": "3.0.2"
  102. }