Changeset 59329aa for trip-planner-front/node_modules/normalize-url
- 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/normalize-url/package.json
rceaed42 r59329aa 1 1 { 2 "name": "normalize-url", 3 "version": "6.1.0", 4 "description": "Normalize a URL", 5 "license": "MIT", 6 "repository": "sindresorhus/normalize-url", 7 "funding": "https://github.com/sponsors/sindresorhus", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "https://sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=10" 15 }, 16 "scripts": { 17 "test": "xo && nyc ava && tsd" 18 }, 19 "files": [ 20 "index.js", 21 "index.d.ts" 22 ], 23 "keywords": [ 24 "normalize", 25 "url", 26 "uri", 27 "address", 28 "string", 29 "normalization", 30 "normalisation", 31 "query", 32 "querystring", 33 "simplify", 34 "strip", 35 "trim", 36 "canonical" 37 ], 38 "devDependencies": { 39 "ava": "^2.4.0", 40 "nyc": "^15.0.0", 41 "tsd": "^0.11.0", 42 "xo": "^0.25.3" 43 }, 44 "nyc": { 45 "reporter": [ 46 "text", 47 "lcov" 48 ] 49 } 2 "_args": [ 3 [ 4 "normalize-url@6.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "normalize-url@6.1.0", 10 "_id": "normalize-url@6.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", 13 "_location": "/normalize-url", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "normalize-url@6.1.0", 19 "name": "normalize-url", 20 "escapedName": "normalize-url", 21 "rawSpec": "6.1.0", 22 "saveSpec": null, 23 "fetchSpec": "6.1.0" 24 }, 25 "_requiredBy": [ 26 "/postcss-normalize-url" 27 ], 28 "_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", 29 "_spec": "6.1.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "https://sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/normalize-url/issues" 38 }, 39 "description": "Normalize a URL", 40 "devDependencies": { 41 "ava": "^2.4.0", 42 "nyc": "^15.0.0", 43 "tsd": "^0.11.0", 44 "xo": "^0.25.3" 45 }, 46 "engines": { 47 "node": ">=10" 48 }, 49 "files": [ 50 "index.js", 51 "index.d.ts" 52 ], 53 "funding": "https://github.com/sponsors/sindresorhus", 54 "homepage": "https://github.com/sindresorhus/normalize-url#readme", 55 "keywords": [ 56 "normalize", 57 "url", 58 "uri", 59 "address", 60 "string", 61 "normalization", 62 "normalisation", 63 "query", 64 "querystring", 65 "simplify", 66 "strip", 67 "trim", 68 "canonical" 69 ], 70 "license": "MIT", 71 "name": "normalize-url", 72 "nyc": { 73 "reporter": [ 74 "text", 75 "lcov" 76 ] 77 }, 78 "repository": { 79 "type": "git", 80 "url": "git+https://github.com/sindresorhus/normalize-url.git" 81 }, 82 "scripts": { 83 "test": "xo && nyc ava && tsd" 84 }, 85 "version": "6.1.0" 50 86 }
Note:
See TracChangeset
for help on using the changeset viewer.