source: imaps-frontend/node_modules/glob-to-regexp/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 490 bytes
RevLine 
[79a0317]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}
Note: See TracBrowser for help on using the repository browser.