summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/is-absolute-url/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/is-absolute-url/package.json')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/is-absolute-url/package.json67
1 files changed, 67 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/is-absolute-url/package.json b/bin/wiki/ImportarDesdeURL/node_modules/is-absolute-url/package.json
new file mode 100644
index 00000000..c10abdf9
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/is-absolute-url/package.json
@@ -0,0 +1,67 @@
+{
+ "_from": "is-absolute-url@^3.0.0",
+ "_id": "is-absolute-url@3.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-3OkP8XrM2Xq4/IxsJnClfMp3OaM3TAatLPLKPeWcxLBTrpe6hihwtX+XZfJTcXg/FTRi4qjy0y/C5qiyNxY24g==",
+ "_location": "/is-absolute-url",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "is-absolute-url@^3.0.0",
+ "name": "is-absolute-url",
+ "escapedName": "is-absolute-url",
+ "rawSpec": "^3.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^3.0.0"
+ },
+ "_requiredBy": [
+ "/is-relative-url"
+ ],
+ "_resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.0.tgz",
+ "_shasum": "eb21d69df2ed8ef72a3e6f243e216563036a0913",
+ "_spec": "is-absolute-url@^3.0.0",
+ "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/is-relative-url",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/is-absolute-url/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Check if an URL is absolute",
+ "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-absolute-url#readme",
+ "keywords": [
+ "url",
+ "absolute",
+ "relative",
+ "uri",
+ "is",
+ "check"
+ ],
+ "license": "MIT",
+ "name": "is-absolute-url",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/is-absolute-url.git"
+ },
+ "scripts": {
+ "test": "xo && ava && tsd"
+ },
+ "version": "3.0.0"
+}