- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/image-size/package.json
rceaed42 r59329aa 1 1 { 2 "name": "image-size", 3 "version": "0.5.5", 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 }, 4 43 "description": "get dimensions of any image file", 5 "main": "lib/index.js", 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 }, 6 56 "files": [ 7 57 "bin", 8 58 "lib" 9 59 ], 10 "engines": { 11 "node": ">=0.10.0" 12 }, 13 "bin": { 14 "image-size": "bin/image-size.js" 15 }, 16 "scripts": { 17 "pretest": "jshint", 18 "test": "mocha specs", 19 "coverage": "istanbul cover _mocha specs" 20 }, 21 "repository": "image-size/image-size", 60 "homepage": "https://github.com/image-size/image-size#readme", 22 61 "keywords": [ 23 62 "image", … … 36 75 "svg" 37 76 ], 38 "author": "netroy <aditya@netroy.in> (http://netroy.in/)",39 77 "license": "MIT", 40 "devDependencies": { 41 "escomplex-js": "^1.2.0", 42 "expect.js": "^0.3.1", 43 "glob": "^7.1.1", 44 "istanbul": "^1.1.0-alpha.1", 45 "jshint": "^2.9.4", 46 "mocha": "^3.4.1", 47 "sinon": "^2.2.0" 48 } 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" 49 90 }
Note:
See TracChangeset
for help on using the changeset viewer.