UNPKG

gatsby-remark-copy-linked-files

Version:

Find files which are linked to from markdown and copy them to the public directory

54 lines (53 loc) 1.55 kB
{ "name": "gatsby-remark-copy-linked-files", "description": "Find files which are linked to from markdown and copy them to the public directory", "version": "6.14.0", "author": "Kyle Mathews <mathews.kyle@gmail.com>", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.20.13", "cheerio": "1.0.0-rc.12", "fs-extra": "^11.2.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "path-is-inside": "^1.0.2", "probe-image-size": "^7.2.3", "unist-util-visit": "^2.0.3" }, "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.12", "babel-preset-gatsby-package": "^3.14.0", "cross-env": "^7.0.3", "remark": "^13.0.0", "remark-mdx": "^1.6.22" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-copy-linked-files#readme", "keywords": [ "gatsby", "gatsby-plugin", "prismjs", "remark" ], "license": "MIT", "main": "index.js", "peerDependencies": { "gatsby": "^5.0.0-next" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby.git", "directory": "packages/gatsby-remark-copy-linked-files" }, "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__\"" }, "engines": { "node": ">=18.0.0" }, "gitHead": "5397fbf5554ec3d937cc5a9042f2141b698d9eab" }