summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/is-relative-url/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/is-relative-url/package.json')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/is-relative-url/package.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/is-relative-url/package.json b/bin/wiki/ImportarDesdeURL/node_modules/is-relative-url/package.json
new file mode 100644
index 00000000..6398d64c
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/is-relative-url/package.json
@@ -0,0 +1,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"
+}