summaryrefslogtreecommitdiff
path: root/node_modules/is-url/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-url/package.json')
-rw-r--r--node_modules/is-url/package.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/node_modules/is-url/package.json b/node_modules/is-url/package.json
new file mode 100644
index 0000000..44e30b6
--- /dev/null
+++ b/node_modules/is-url/package.json
@@ -0,0 +1,45 @@
+{
+ "_from": "is-url@^1.2.1",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==",
+ "_location": "/is-url",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "is-url@^1.2.1",
+ "name": "is-url",
+ "escapedName": "is-url",
+ "rawSpec": "^1.2.1",
+ "saveSpec": null,
+ "fetchSpec": "^1.2.1"
+ },
+ "_requiredBy": [
+ "/is-image-url"
+ ],
+ "_resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz",
+ "_shasum": "04a4df46d28c4cff3d73d01ff06abeb318a1aa52",
+ "_spec": "is-url@^1.2.1",
+ "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\is-image-url",
+ "bugs": {
+ "url": "https://github.com/segmentio/is-url/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Check whether a string is a URL.",
+ "devDependencies": {
+ "mocha": "*"
+ },
+ "homepage": "https://github.com/segmentio/is-url#readme",
+ "license": "MIT",
+ "name": "is-url",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/segmentio/is-url.git"
+ },
+ "scripts": {
+ "test": "mocha --reporter spec"
+ },
+ "version": "1.2.4"
+}