package.json 2.0 KB

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