107 lines
2.6 KiB
JSON
107 lines
2.6 KiB
JSON
{
|
|
"_from": "remark-parse@^6.0.0",
|
|
"_id": "remark-parse@6.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-QbDXWN4HfKTUC0hHa4teU463KclLAnwpn/FBn87j9cKYJWWawbiLgMfP2Q4XwhxxuuuOxHlw+pSN0OKuJwyVvg==",
|
|
"_location": "/remark-parse",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "remark-parse@^6.0.0",
|
|
"name": "remark-parse",
|
|
"escapedName": "remark-parse",
|
|
"rawSpec": "^6.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gatsby-transformer-remark",
|
|
"/remark"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-6.0.3.tgz",
|
|
"_shasum": "c99131052809da482108413f87b0ee7f52180a3a",
|
|
"_spec": "remark-parse@^6.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"
|
|
},
|
|
{
|
|
"name": "Eugene Sharygin",
|
|
"email": "eush77@gmail.com"
|
|
},
|
|
{
|
|
"name": "Junyoung Choi",
|
|
"email": "fluke8259@gmail.com"
|
|
},
|
|
{
|
|
"name": "Elijah Hamovitz",
|
|
"email": "elijahhamovitz@gmail.com"
|
|
},
|
|
{
|
|
"name": "Ika",
|
|
"email": "ikatyang@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"collapse-white-space": "^1.0.2",
|
|
"is-alphabetical": "^1.0.0",
|
|
"is-decimal": "^1.0.0",
|
|
"is-whitespace-character": "^1.0.0",
|
|
"is-word-character": "^1.0.0",
|
|
"markdown-escapes": "^1.0.0",
|
|
"parse-entities": "^1.1.0",
|
|
"repeat-string": "^1.5.4",
|
|
"state-toggle": "^1.0.0",
|
|
"trim": "0.0.1",
|
|
"trim-trailing-lines": "^1.0.0",
|
|
"unherit": "^1.0.4",
|
|
"unist-util-remove-position": "^1.0.0",
|
|
"vfile-location": "^2.0.0",
|
|
"xtend": "^4.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Markdown parser for remark",
|
|
"devDependencies": {
|
|
"tape": "^4.9.1",
|
|
"unified": "^7.0.0",
|
|
"vfile": "^3.0.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"homepage": "https://remark.js.org",
|
|
"keywords": [
|
|
"markdown",
|
|
"abstract",
|
|
"syntax",
|
|
"tree",
|
|
"ast",
|
|
"parse"
|
|
],
|
|
"license": "MIT",
|
|
"name": "remark-parse",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/remarkjs/remark/tree/master/packages/remark-parse"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test.js"
|
|
},
|
|
"version": "6.0.3",
|
|
"xo": false
|
|
}
|