package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "to-regex@3.0.2",
  5. "E:\\amr1.0\\AMR"
  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. "_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. "/expand-brackets",
  27. "/extglob",
  28. "/micromatch",
  29. "/micromatch/braces",
  30. "/nanomatch",
  31. "/watchpack-chokidar2/braces",
  32. "/webpack-dev-server/braces"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
  35. "_spec": "3.0.2",
  36. "_where": "E:\\amr1.0\\AMR",
  37. "author": {
  38. "name": "Jon Schlinkert",
  39. "url": "https://github.com/jonschlinkert"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/jonschlinkert/to-regex/issues"
  43. },
  44. "dependencies": {
  45. "define-property": "^2.0.2",
  46. "extend-shallow": "^3.0.2",
  47. "regex-not": "^1.0.2",
  48. "safe-regex": "^1.1.0"
  49. },
  50. "description": "Generate a regex from a string or array of strings.",
  51. "devDependencies": {
  52. "gulp-format-md": "^1.0.0",
  53. "mocha": "^3.5.3"
  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. "lint": {
  99. "reflinks": true
  100. }
  101. },
  102. "version": "3.0.2"
  103. }