source: trip-planner-front/node_modules/image-size/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "image-size@0.5.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "image-size@0.5.5",
10 "_id": "image-size@0.5.5",
11 "_inBundle": false,
12 "_integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=",
13 "_location": "/image-size",
14 "_optional": true,
15 "_phantomChildren": {},
16 "_requested": {
17 "type": "version",
18 "registry": true,
19 "raw": "image-size@0.5.5",
20 "name": "image-size",
21 "escapedName": "image-size",
22 "rawSpec": "0.5.5",
23 "saveSpec": null,
24 "fetchSpec": "0.5.5"
25 },
26 "_requiredBy": [
27 "/less"
28 ],
29 "_resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz",
30 "_spec": "0.5.5",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "netroy",
34 "email": "aditya@netroy.in",
35 "url": "http://netroy.in/"
36 },
37 "bin": {
38 "image-size": "bin/image-size.js"
39 },
40 "bugs": {
41 "url": "https://github.com/image-size/image-size/issues"
42 },
43 "description": "get dimensions of any image file",
44 "devDependencies": {
45 "escomplex-js": "^1.2.0",
46 "expect.js": "^0.3.1",
47 "glob": "^7.1.1",
48 "istanbul": "^1.1.0-alpha.1",
49 "jshint": "^2.9.4",
50 "mocha": "^3.4.1",
51 "sinon": "^2.2.0"
52 },
53 "engines": {
54 "node": ">=0.10.0"
55 },
56 "files": [
57 "bin",
58 "lib"
59 ],
60 "homepage": "https://github.com/image-size/image-size#readme",
61 "keywords": [
62 "image",
63 "size",
64 "dimensions",
65 "resolution",
66 "width",
67 "height",
68 "png",
69 "jpeg",
70 "bmp",
71 "gif",
72 "psd",
73 "tiff",
74 "webp",
75 "svg"
76 ],
77 "license": "MIT",
78 "main": "lib/index.js",
79 "name": "image-size",
80 "repository": {
81 "type": "git",
82 "url": "git+https://github.com/image-size/image-size.git"
83 },
84 "scripts": {
85 "coverage": "istanbul cover _mocha specs",
86 "pretest": "jshint",
87 "test": "mocha specs"
88 },
89 "version": "0.5.5"
90}
Note: See TracBrowser for help on using the repository browser.