UNPKG

gatsby-rehype-inline-images

Version:

Gatsby plugin to download external images

56 lines (55 loc) 1.65 kB
{ "name": "gatsby-rehype-inline-images", "description": "Gatsby plugin to download external images", "version": "2.0.1", "license": "MIT", "author": "styxlab", "homepage": "https://github.com/styxlab/", "main": "gatsby-node.js", "repository": { "type": "git", "url": "git+https://github.com/styxlab/gatsby-theme-try-ghost/tree/master/packages/gatsby-rehype-inline-images" }, "bugs": { "url": "https://github.com/styxlab/gatsby-theme-try-ghost/issues" }, "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__" }, "keywords": [ "gatsby", "gatsby-plugin", "gatsby-inline-images", "rehype", "html", "images", "images-inline", "images-download", "jamify", "ghost", "ghost-cms" ], "dependencies": { "@babel/runtime": "7.13.9", "fs-extra": "^9.1.0", "gatsby-plugin-sharp": "^3.0.0", "gatsby-source-filesystem": "^3.0.0", "lodash": "^4.17.21", "path": "^0.12.7", "sharp": "0.27.2", "unist-util-visit-parents": "^3.1.1" }, "peerDependencies": { "gatsby": "^3.0.0", "gatsby-transformer-rehype": "1.9.8" }, "devDependencies": { "@babel/cli": "7.13.0", "@babel/core": "7.13.8", "babel-preset-gatsby-package": "1.0.0", "cross-env": "7.0.3" }, "gitHead": "961dff3d4d1ca64c352eda8f8462c1db6607f196" }