Blame view

node_modules/image-size/package.json 1.85 KB
ce4c83ff   wxy   初始提交
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
  {
    "_args": [
      [
        "image-size@0.5.5",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_from": "image-size@0.5.5",
    "_id": "image-size@0.5.5",
    "_inBundle": false,
    "_integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=",
    "_location": "/image-size",
    "_optional": true,
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "image-size@0.5.5",
      "name": "image-size",
      "escapedName": "image-size",
      "rawSpec": "0.5.5",
      "saveSpec": null,
      "fetchSpec": "0.5.5"
    },
    "_requiredBy": [
      "/less"
    ],
    "_resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz",
    "_spec": "0.5.5",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "netroy",
      "email": "aditya@netroy.in",
      "url": "http://netroy.in/"
    },
    "bin": {
      "image-size": "bin/image-size.js"
    },
    "bugs": {
      "url": "https://github.com/image-size/image-size/issues"
    },
    "description": "get dimensions of any image file",
    "devDependencies": {
      "escomplex-js": "^1.2.0",
      "expect.js": "^0.3.1",
      "glob": "^7.1.1",
      "istanbul": "^1.1.0-alpha.1",
      "jshint": "^2.9.4",
      "mocha": "^3.4.1",
      "sinon": "^2.2.0"
    },
    "engines": {
      "node": ">=0.10.0"
    },
    "files": [
      "bin",
      "lib"
    ],
    "homepage": "https://github.com/image-size/image-size#readme",
    "keywords": [
      "image",
      "size",
      "dimensions",
      "resolution",
      "width",
      "height",
      "png",
      "jpeg",
      "bmp",
      "gif",
      "psd",
      "tiff",
      "webp",
      "svg"
    ],
    "license": "MIT",
    "main": "lib/index.js",
    "name": "image-size",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/image-size/image-size.git"
    },
    "scripts": {
      "coverage": "istanbul cover _mocha specs",
      "pretest": "jshint",
      "test": "mocha specs"
    },
    "version": "0.5.5"
  }