Changeset 59329aa for trip-planner-front/node_modules/is-absolute-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/is-absolute-url/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-absolute-url", 3 "version": "3.0.3", 4 "description": "Check if a URL is absolute", 5 "license": "MIT", 6 "repository": "sindresorhus/is-absolute-url", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && ava && tsd" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "url", 24 "absolute", 25 "relative", 26 "uri", 27 "is", 28 "check" 29 ], 30 "devDependencies": { 31 "ava": "^1.4.1", 32 "tsd": "^0.7.2", 33 "xo": "^0.24.0" 34 } 2 "_args": [ 3 [ 4 "is-absolute-url@3.0.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-absolute-url@3.0.3", 10 "_id": "is-absolute-url@3.0.3", 11 "_inBundle": false, 12 "_integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==", 13 "_location": "/is-absolute-url", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-absolute-url@3.0.3", 19 "name": "is-absolute-url", 20 "escapedName": "is-absolute-url", 21 "rawSpec": "3.0.3", 22 "saveSpec": null, 23 "fetchSpec": "3.0.3" 24 }, 25 "_requiredBy": [ 26 "/postcss-normalize-url", 27 "/webpack-dev-server" 28 ], 29 "_resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", 30 "_spec": "3.0.3", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Sindre Sorhus", 34 "email": "sindresorhus@gmail.com", 35 "url": "sindresorhus.com" 36 }, 37 "bugs": { 38 "url": "https://github.com/sindresorhus/is-absolute-url/issues" 39 }, 40 "description": "Check if a URL is absolute", 41 "devDependencies": { 42 "ava": "^1.4.1", 43 "tsd": "^0.7.2", 44 "xo": "^0.24.0" 45 }, 46 "engines": { 47 "node": ">=8" 48 }, 49 "files": [ 50 "index.js", 51 "index.d.ts" 52 ], 53 "homepage": "https://github.com/sindresorhus/is-absolute-url#readme", 54 "keywords": [ 55 "url", 56 "absolute", 57 "relative", 58 "uri", 59 "is", 60 "check" 61 ], 62 "license": "MIT", 63 "name": "is-absolute-url", 64 "repository": { 65 "type": "git", 66 "url": "git+https://github.com/sindresorhus/is-absolute-url.git" 67 }, 68 "scripts": { 69 "test": "xo && ava && tsd" 70 }, 71 "version": "3.0.3" 35 72 }
Note:
See TracChangeset
for help on using the changeset viewer.