package.json 2.1 KB

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