summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/is-relative-url/package.json
blob: 6398d64c4c87dc868fc5e63fb67690f39f5a3f73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "_from": "is-relative-url@~3.0.0",
  "_id": "is-relative-url@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-U1iSYRlY2GIMGuZx7gezlB5dp1Kheaym7zKzO1PV06mOihiWTXejLwm4poEJysPyXF+HtK/BEd0DVlcCh30pEA==",
  "_location": "/is-relative-url",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-relative-url@~3.0.0",
    "name": "is-relative-url",
    "escapedName": "is-relative-url",
    "rawSpec": "~3.0.0",
    "saveSpec": null,
    "fetchSpec": "~3.0.0"
  },
  "_requiredBy": [
    "/@metascraper/helpers"
  ],
  "_resolved": "https://registry.npmjs.org/is-relative-url/-/is-relative-url-3.0.0.tgz",
  "_shasum": "f623c8e26baa5bd3742b3b7ec074f50f3b45b3f3",
  "_spec": "is-relative-url@~3.0.0",
  "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/@metascraper/helpers",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is-relative-url/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "is-absolute-url": "^3.0.0"
  },
  "deprecated": false,
  "description": "Check if an URL is relative",
  "devDependencies": {
    "ava": "^1.4.1",
    "tsd": "^0.7.2",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/sindresorhus/is-relative-url#readme",
  "keywords": [
    "url",
    "relative",
    "absolute",
    "uri",
    "is",
    "check"
  ],
  "license": "MIT",
  "name": "is-relative-url",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is-relative-url.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "3.0.0"
}