summaryrefslogtreecommitdiff
path: root/node_modules/is-image-url/package.json
blob: e0f7ce46b0447c66767c31efcc9dd696dd89ff22 (plain) (blame)
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
{
  "_from": "is-image-url@^1.1.8",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha1-qmK/l1fFvlQCJpmcdMOiGtqYuDw=",
  "_location": "/is-image-url",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-image-url@^1.1.8",
    "name": "is-image-url",
    "escapedName": "is-image-url",
    "rawSpec": "^1.1.8",
    "saveSpec": null,
    "fetchSpec": "^1.1.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/is-image-url/-/is-image-url-1.1.8.tgz",
  "_shasum": "aa62bf9757c5be540226999c74c3a21ada98b83c",
  "_spec": "is-image-url@^1.1.8",
  "_where": "E:\\Documents\\GitHub\\s5nical",
  "author": {
    "name": "wzbg",
    "email": "[email protected]"
  },
  "bugs": {
    "url": "https://github.com/wzbg/is-image-url/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "is-image": "^1.0.1",
    "is-url": "^1.2.1",
    "sync-request": "^2.1.0"
  },
  "deprecated": false,
  "description": "Check if a url is an image",
  "homepage": "https://github.com/wzbg/is-image-url#readme",
  "keywords": [
    "check",
    "url",
    "is",
    "image",
    "img",
    "photo",
    "pic",
    "picture",
    "jpg",
    "jpeg",
    "png",
    "gif"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-image-url",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wzbg/is-image-url.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.1.8"
}