Changeset 59329aa for trip-planner-front/node_modules/path-to-regexp
- 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/path-to-regexp/package.json
rceaed42 r59329aa 1 1 { 2 "name": "path-to-regexp", 3 "description": "Express style path to RegExp utility", 4 "version": "0.1.7", 5 "files": [ 6 "index.js", 7 "LICENSE" 2 "_args": [ 3 [ 4 "path-to-regexp@0.1.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 8 7 ], 9 "scripts": { 10 "test": "istanbul cover _mocha -- -R spec" 8 "_development": true, 9 "_from": "path-to-regexp@0.1.7", 10 "_id": "path-to-regexp@0.1.7", 11 "_inBundle": false, 12 "_integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", 13 "_location": "/path-to-regexp", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "path-to-regexp@0.1.7", 19 "name": "path-to-regexp", 20 "escapedName": "path-to-regexp", 21 "rawSpec": "0.1.7", 22 "saveSpec": null, 23 "fetchSpec": "0.1.7" 11 24 }, 12 "keywords": [ 13 "express", 14 "regexp" 25 "_requiredBy": [ 26 "/express" 15 27 ], 28 "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", 29 "_spec": "0.1.7", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/component/path-to-regexp/issues" 33 }, 16 34 "component": { 17 35 "scripts": { … … 19 37 } 20 38 }, 39 "description": "Express style path to RegExp utility", 40 "devDependencies": { 41 "istanbul": "^0.2.6", 42 "mocha": "^1.17.1" 43 }, 44 "files": [ 45 "index.js", 46 "LICENSE" 47 ], 48 "homepage": "https://github.com/component/path-to-regexp#readme", 49 "keywords": [ 50 "express", 51 "regexp" 52 ], 21 53 "license": "MIT", 54 "name": "path-to-regexp", 22 55 "repository": { 23 56 "type": "git", 24 "url": " https://github.com/component/path-to-regexp.git"57 "url": "git+https://github.com/component/path-to-regexp.git" 25 58 }, 26 " devDependencies": {27 " mocha": "^1.17.1",28 "istanbul": "^0.2.6"29 }59 "scripts": { 60 "test": "istanbul cover _mocha -- -R spec" 61 }, 62 "version": "0.1.7" 30 63 }
Note:
See TracChangeset
for help on using the changeset viewer.