{ "_from": "object-fit-images@^3.2.4", "_id": "object-fit-images@3.2.4", "_inBundle": false, "_integrity": "sha512-G+7LzpYfTfqUyrZlfrou/PLLLAPNC52FTy5y1CBywX+1/FkxIloOyQXBmZ3Zxa2AWO+lMF0JTuvqbr7G5e5CWg==", "_location": "/object-fit-images", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "object-fit-images@^3.2.4", "name": "object-fit-images", "escapedName": "object-fit-images", "rawSpec": "^3.2.4", "saveSpec": null, "fetchSpec": "^3.2.4" }, "_requiredBy": [ "/gatsby-image" ], "_resolved": "https://registry.npmjs.org/object-fit-images/-/object-fit-images-3.2.4.tgz", "_shasum": "6c299d38fdf207746e5d2d46c2877f6f25d15b52", "_spec": "object-fit-images@^3.2.4", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-image", "author": { "name": "Federico Brigante", "email": "bfred-it@users.noreply.github.com", "url": "twitter.com/bfred_it" }, "bugs": { "url": "https://github.com/bfred-it/object-fit-images/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Polyfill object-fit and object-position on images on IE9, IE10, IE11, Edge, Safari, ...", "devDependencies": { "bfred-npm-bundler": "^8.0.3", "browser-sync": "^2.17.5", "npm-run-all": "^4.0.0", "onchange": "^3.0.2", "xo": "^0.17.0" }, "files": [ "dist", "preprocessors" ], "homepage": "https://github.com/bfred-it/object-fit-images#readme", "keywords": [ "polyfill", "object-fit", "covers", "contains", "css", "styles", "internet", "explorer", "ies", "shim", "shiv", "fills", "images", "srcset", "backgrounds" ], "license": "MIT", "main": "dist/ofi.common-js.js", "name": "object-fit-images", "repository": { "type": "git", "url": "git+https://github.com/bfred-it/object-fit-images.git" }, "scripts": { "build": "npm-run-all --silent jsfix build:*", "build:js": "bfred-npm-bundler ofi objectFitImages", "jsfix": "xo --fix", "prepublish": "npm run build", "test": "npm run build", "version": "npm run build; git add dist", "watch": "npm-run-all --parallel --silent watch:*", "watch:build": "onchange 'index.js' --initial -- npm run build -- --continue-on-error", "watch:server": "browser-sync start --startPath demo --no-ghost-mode --reload-delay 300 --no-open --server --files 'dist/*.min.js,demo/**'" }, "version": "3.2.4", "xo": { "esnext": true, "env": [ "browser" ], "rules": { "prefer-template": 0 } } }