92 lines
2.8 KiB
JSON
92 lines
2.8 KiB
JSON
{
|
|
"_from": "gatsby-transformer-remark@^2.6.6",
|
|
"_id": "gatsby-transformer-remark@2.6.14",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-5GACTAFiw6R7eOLNBJsuoP1ZGiSxhSAXx/6y2RgKjkmT6jxKOalZfjKdrs1Es1gFkQrRoc/ghEhIGKs/3oPaww==",
|
|
"_location": "/gatsby-transformer-remark",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gatsby-transformer-remark@^2.6.6",
|
|
"name": "gatsby-transformer-remark",
|
|
"escapedName": "gatsby-transformer-remark",
|
|
"rawSpec": "^2.6.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.6.6"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.14.tgz",
|
|
"_shasum": "6c2f6944b7d66414b808bd71622f2c3f06b14452",
|
|
"_spec": "gatsby-transformer-remark@^2.6.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",
|
|
"bluebird": "^3.5.0",
|
|
"gatsby-core-utils": "^1.0.4",
|
|
"gray-matter": "^4.0.0",
|
|
"hast-util-raw": "^4.0.0",
|
|
"hast-util-to-html": "^4.0.0",
|
|
"lodash": "^4.17.14",
|
|
"mdast-util-to-hast": "^3.0.0",
|
|
"mdast-util-to-string": "^1.0.5",
|
|
"mdast-util-toc": "^2.0.1",
|
|
"remark": "^10.0.0",
|
|
"remark-parse": "^6.0.0",
|
|
"remark-retext": "^3.1.0",
|
|
"remark-stringify": "^5.0.0",
|
|
"retext-english": "^3.0.0",
|
|
"sanitize-html": "^1.18.2",
|
|
"underscore.string": "^3.3.5",
|
|
"unified": "^6.1.5",
|
|
"unist-util-remove-position": "^1.1.2",
|
|
"unist-util-select": "^1.5.0",
|
|
"unist-util-visit": "^1.3.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0",
|
|
"@babel/core": "^7.0.0",
|
|
"babel-preset-gatsby-package": "^0.2.2",
|
|
"cross-env": "^5.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"gitHead": "8b92e16d02349d33d6abe0cc8b34b87083353028",
|
|
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme",
|
|
"keywords": [
|
|
"gatsby",
|
|
"gatsby-plugin",
|
|
"markdown",
|
|
"remark"
|
|
],
|
|
"license": "MIT",
|
|
"name": "gatsby-transformer-remark",
|
|
"peerDependencies": {
|
|
"gatsby": "^2.12.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gatsbyjs/gatsby.git",
|
|
"directory": "packages/gatsby-transformer-remark"
|
|
},
|
|
"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.6.14"
|
|
}
|