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

100 lines
2.4 KiB
JSON

{
"_from": "remark@^10.0.0",
"_id": "remark@10.0.1",
"_inBundle": false,
"_integrity": "sha512-E6lMuoLIy2TyiokHprMjcWNJ5UxfGQjaMSMhV+f4idM625UjjK4j798+gPs5mfjzDE6vL0oFKVeZM6gZVSVrzQ==",
"_location": "/remark",
"_phantomChildren": {
"@types/unist": "2.0.3",
"@types/vfile": "3.0.2",
"bail": "1.0.4",
"ccount": "1.0.4",
"extend": "3.0.2",
"is-alphanumeric": "1.0.0",
"is-decimal": "1.0.3",
"is-plain-obj": "1.1.0",
"is-whitespace-character": "1.0.3",
"longest-streak": "2.0.3",
"markdown-escapes": "1.0.3",
"markdown-table": "1.1.3",
"mdast-util-compact": "1.0.3",
"parse-entities": "1.2.2",
"repeat-string": "1.6.1",
"state-toggle": "1.0.2",
"stringify-entities": "1.3.2",
"trough": "1.0.4",
"unherit": "1.1.2",
"vfile": "3.0.1",
"x-is-string": "0.1.0",
"xtend": "4.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "remark@^10.0.0",
"name": "remark",
"escapedName": "remark",
"rawSpec": "^10.0.0",
"saveSpec": null,
"fetchSpec": "^10.0.0"
},
"_requiredBy": [
"/gatsby-transformer-remark"
],
"_resolved": "https://registry.npmjs.org/remark/-/remark-10.0.1.tgz",
"_shasum": "3058076dc41781bf505d8978c291485fe47667df",
"_spec": "remark@^10.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-transformer-remark",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
"bugs": {
"url": "https://github.com/remarkjs/remark/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
}
],
"dependencies": {
"remark-parse": "^6.0.0",
"remark-stringify": "^6.0.0",
"unified": "^7.0.0"
},
"deprecated": false,
"description": "Markdown processor powered by plugins",
"devDependencies": {
"tape": "^4.9.1"
},
"files": [
"index.js"
],
"homepage": "https://remark.js.org",
"keywords": [
"markdown",
"abstract",
"syntax",
"tree",
"ast",
"parse",
"stringify",
"process"
],
"license": "MIT",
"name": "remark",
"repository": {
"type": "git",
"url": "https://github.com/remarkjs/remark/tree/master/packages/remark"
},
"scripts": {
"test": "tape test.js"
},
"version": "10.0.1",
"xo": false
}