You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
725 B

3 months ago
  1. {
  2. "name": "glob-to-regexp",
  3. "version": "0.4.1",
  4. "description": "Convert globs to regular expressions",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/fitzgen/glob-to-regexp.git"
  12. },
  13. "keywords": [
  14. "regexp",
  15. "glob",
  16. "regexps",
  17. "regular expressions",
  18. "regular expression",
  19. "wildcard"
  20. ],
  21. "author": "Nick Fitzgerald <fitzgen@gmail.com>",
  22. "license": "BSD-2-Clause"
  23. ,"_resolved": "https://registry.npmmirror.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz"
  24. ,"_integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
  25. ,"_from": "glob-to-regexp@0.4.1"
  26. }