- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/glob-to-regexp/package.json
rceaed42 r59329aa 1 1 { 2 "name": "glob-to-regexp", 3 "version": "0.4.1", 2 "_args": [ 3 [ 4 "glob-to-regexp@0.4.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "glob-to-regexp@0.4.1", 10 "_id": "glob-to-regexp@0.4.1", 11 "_inBundle": false, 12 "_integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", 13 "_location": "/glob-to-regexp", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "glob-to-regexp@0.4.1", 19 "name": "glob-to-regexp", 20 "escapedName": "glob-to-regexp", 21 "rawSpec": "0.4.1", 22 "saveSpec": null, 23 "fetchSpec": "0.4.1" 24 }, 25 "_requiredBy": [ 26 "/watchpack", 27 "/webpack" 28 ], 29 "_resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", 30 "_spec": "0.4.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Nick Fitzgerald", 34 "email": "fitzgen@gmail.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/fitzgen/glob-to-regexp/issues" 38 }, 4 39 "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 }, 40 "homepage": "https://github.com/fitzgen/glob-to-regexp#readme", 13 41 "keywords": [ 14 42 "regexp", … … 19 47 "wildcard" 20 48 ], 21 "author": "Nick Fitzgerald <fitzgen@gmail.com>", 22 "license": "BSD-2-Clause" 49 "license": "BSD-2-Clause", 50 "main": "index.js", 51 "name": "glob-to-regexp", 52 "repository": { 53 "type": "git", 54 "url": "git+https://github.com/fitzgen/glob-to-regexp.git" 55 }, 56 "scripts": { 57 "test": "node test.js" 58 }, 59 "version": "0.4.1" 23 60 }
Note:
See TracChangeset
for help on using the changeset viewer.