source: trip-planner-front/node_modules/is-absolute-url/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
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"
72}
Note: See TracBrowser for help on using the repository browser.