Changeset 59329aa for trip-planner-front/node_modules/to-regex
- 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/to-regex/package.json
rceaed42 r59329aa 1 1 { 2 "name": "to-regex", 3 "description": "Generate a regex from a string or array of strings.", 4 "version": "3.0.2", 5 "homepage": "https://github.com/jonschlinkert/to-regex", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/to-regex", 2 "_args": [ 3 [ 4 "to-regex@3.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 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 "/http-proxy-middleware/braces", 29 "/http-proxy-middleware/micromatch", 30 "/nanomatch", 31 "/webpack-dev-server/braces", 32 "/webpack-dev-server/micromatch" 33 ], 34 "_resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", 35 "_spec": "3.0.2", 36 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 37 "author": { 38 "name": "Jon Schlinkert", 39 "url": "https://github.com/jonschlinkert" 40 }, 8 41 "bugs": { 9 42 "url": "https://github.com/jonschlinkert/to-regex/issues" 10 },11 "license": "MIT",12 "files": [13 "index.js"14 ],15 "main": "index.js",16 "engines": {17 "node": ">=0.10.0"18 },19 "scripts": {20 "test": "mocha"21 43 }, 22 44 "dependencies": { … … 26 48 "safe-regex": "^1.1.0" 27 49 }, 50 "description": "Generate a regex from a string or array of strings.", 28 51 "devDependencies": { 29 52 "gulp-format-md": "^1.0.0", 30 53 "mocha": "^3.5.3" 31 54 }, 55 "engines": { 56 "node": ">=0.10.0" 57 }, 58 "files": [ 59 "index.js" 60 ], 61 "homepage": "https://github.com/jonschlinkert/to-regex", 32 62 "keywords": [ 33 63 "match", … … 37 67 "to" 38 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 }, 39 79 "verb": { 40 80 "toc": { … … 59 99 "reflinks": true 60 100 } 61 } 101 }, 102 "version": "3.0.2" 62 103 }
Note:
See TracChangeset
for help on using the changeset viewer.