91 lines
2.6 KiB
JSON
91 lines
2.6 KiB
JSON
{
|
|
"_from": "gatsby-remark-images@^3.1.6",
|
|
"_id": "gatsby-remark-images@3.1.12",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-8fR+Gk4l3ckJkYeikE8s+k/facvcKT+JdV03fpP95mZuuMhUGHKA5wdXsfOVDduC3SkR3ZpBw/r+zXwtbGCeBg==",
|
|
"_location": "/gatsby-remark-images",
|
|
"_phantomChildren": {
|
|
"decode-uri-component": "0.2.0",
|
|
"split-on-first": "1.1.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gatsby-remark-images@^3.1.6",
|
|
"name": "gatsby-remark-images",
|
|
"escapedName": "gatsby-remark-images",
|
|
"rawSpec": "^3.1.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.1.6"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.1.12.tgz",
|
|
"_shasum": "88d7758c406762152aa9542c579d59d8d985fd1f",
|
|
"_spec": "gatsby-remark-images@^3.1.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",
|
|
"chalk": "^2.4.2",
|
|
"cheerio": "^1.0.0-rc.2",
|
|
"is-relative-url": "^2.0.0",
|
|
"lodash": "^4.17.14",
|
|
"mdast-util-definitions": "^1.2.0",
|
|
"potrace": "^2.1.1",
|
|
"query-string": "^6.1.0",
|
|
"slash": "^1.0.0",
|
|
"unist-util-select": "^1.5.0",
|
|
"unist-util-visit-parents": "^2.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Processes images in markdown so they can be used in the production build.",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0",
|
|
"@babel/core": "^7.0.0",
|
|
"babel-preset-gatsby-package": "^0.2.2",
|
|
"cross-env": "^5.1.4",
|
|
"hast-util-to-html": "^6.0.2",
|
|
"mdast-util-to-hast": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"gitHead": "f7ae8b97d1dcfec71487ee00bdb9e68142a09ce3",
|
|
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-images#readme",
|
|
"keywords": [
|
|
"gatsby",
|
|
"gatsby-plugin",
|
|
"image",
|
|
"markdown",
|
|
"remark",
|
|
"responsive images"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "gatsby-remark-images",
|
|
"peerDependencies": {
|
|
"gatsby": "^2.0.0",
|
|
"gatsby-plugin-sharp": "^2.0.0-beta.5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gatsbyjs/gatsby.git",
|
|
"directory": "packages/gatsby-remark-images"
|
|
},
|
|
"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": "3.1.12"
|
|
}
|