69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"_from": "gatsby-image@^2.2.6",
|
|
"_id": "gatsby-image@2.2.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-jmHoEgVDBsSLxWD+W78UgZRHcsKQMN2+i0wR/bbLzILESLirs4s4LeiPmSquj+cqMEtwaZ7CIDEeHSamelY+zQ==",
|
|
"_location": "/gatsby-image",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gatsby-image@^2.2.6",
|
|
"name": "gatsby-image",
|
|
"escapedName": "gatsby-image",
|
|
"rawSpec": "^2.2.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.2.6"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.9.tgz",
|
|
"_shasum": "f4b89d9ca939591ab7aa20b43c3c82a2d794aae3",
|
|
"_spec": "gatsby-image@^2.2.6",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code",
|
|
"author": {
|
|
"name": "Kyle Mathews",
|
|
"email": "mathews.kyle@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.0.0",
|
|
"object-fit-images": "^3.2.4",
|
|
"prop-types": "^15.6.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0",
|
|
"@babel/core": "^7.0.0",
|
|
"@testing-library/react": "^8.0.6",
|
|
"babel-preset-gatsby-package": "^0.2.2",
|
|
"cross-env": "^5.1.4"
|
|
},
|
|
"gitHead": "e63a7ec48acf11fb0fdd6cf7b5e04c956ba02a4f",
|
|
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image#readme",
|
|
"keywords": [
|
|
"gatsby",
|
|
"gatsby-component",
|
|
"react-component"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "gatsby-image",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gatsbyjs/gatsby.git",
|
|
"directory": "packages/gatsby-image"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src --out-dir . --ignore **/__tests__",
|
|
"prepare": "cross-env NODE_ENV=production npm run build",
|
|
"watch": "babel -w src --out-dir . --ignore **/__tests__"
|
|
},
|
|
"version": "2.2.9"
|
|
}
|