package.json 2.3 KB

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