Files
30-seconds-of-code/node_modules/gatsby-remark-copy-linked-files/package.json
2019-08-20 15:52:05 +02:00

87 lines
2.6 KiB
JSON

{
"_from": "gatsby-remark-copy-linked-files@^2.1.3",
"_id": "gatsby-remark-copy-linked-files@2.1.6",
"_inBundle": false,
"_integrity": "sha512-VBLIyMKhHqW0lttl5Tjngd6UwD3aluMTiG6wT4noGKY2A3/NednUIr1VI+WZWrKFMBMir1vcstlxe4nwMgm7vA==",
"_location": "/gatsby-remark-copy-linked-files",
"_phantomChildren": {
"graceful-fs": "4.2.2",
"jsonfile": "4.0.0",
"universalify": "0.1.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "gatsby-remark-copy-linked-files@^2.1.3",
"name": "gatsby-remark-copy-linked-files",
"escapedName": "gatsby-remark-copy-linked-files",
"rawSpec": "^2.1.3",
"saveSpec": null,
"fetchSpec": "^2.1.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.1.6.tgz",
"_shasum": "bafbec8b971608c4494dc3f28924dec4b4e4a05c",
"_spec": "gatsby-remark-copy-linked-files@^2.1.3",
"_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",
"cheerio": "^1.0.0-rc.2",
"fs-extra": "^4.0.1",
"is-relative-url": "^2.0.0",
"lodash": "^4.17.14",
"path-is-inside": "^1.0.2",
"probe-image-size": "^4.0.0",
"unist-util-visit": "^1.3.0"
},
"deprecated": false,
"description": "Find files which are linked to from markdown and copy them to the public directory",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.2.2",
"cross-env": "^5.1.4",
"remark": "^10.0.1",
"remark-mdx": "^1.0.14",
"semver": "^6.0.0"
},
"engines": {
"node": ">=8.0.0"
},
"gitHead": "c57b0de9e200e9b2a8943735ef84575728154a34",
"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",
"name": "gatsby-remark-copy-linked-files",
"peerDependencies": {
"gatsby": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+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__"
},
"version": "2.1.6"
}