WIP - add extractor, generate snippet_data
This commit is contained in:
84
node_modules/remark-stringify/package.json
generated
vendored
Normal file
84
node_modules/remark-stringify/package.json
generated
vendored
Normal file
@ -0,0 +1,84 @@
|
||||
{
|
||||
"_from": "remark-stringify@^5.0.0",
|
||||
"_id": "remark-stringify@5.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Ws5MdA69ftqQ/yhRF9XhVV29mhxbfGhbz0Rx5bQH+oJcNhhSM6nCu1EpLod+DjrFGrU0BMPs+czVmJZU7xiS7w==",
|
||||
"_location": "/remark-stringify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "remark-stringify@^5.0.0",
|
||||
"name": "remark-stringify",
|
||||
"escapedName": "remark-stringify",
|
||||
"rawSpec": "^5.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^5.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gatsby-transformer-remark"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-5.0.0.tgz",
|
||||
"_shasum": "336d3a4d4a6a3390d933eeba62e8de4bd280afba",
|
||||
"_spec": "remark-stringify@^5.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": "http://wooorm.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/remarkjs/remark/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Titus Wormer",
|
||||
"email": "tituswormer@gmail.com",
|
||||
"url": "http://wooorm.com"
|
||||
},
|
||||
{
|
||||
"name": "Eugene Sharygin",
|
||||
"email": "eush77@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"ccount": "^1.0.0",
|
||||
"is-alphanumeric": "^1.0.0",
|
||||
"is-decimal": "^1.0.0",
|
||||
"is-whitespace-character": "^1.0.0",
|
||||
"longest-streak": "^2.0.1",
|
||||
"markdown-escapes": "^1.0.0",
|
||||
"markdown-table": "^1.1.0",
|
||||
"mdast-util-compact": "^1.0.0",
|
||||
"parse-entities": "^1.0.2",
|
||||
"repeat-string": "^1.5.4",
|
||||
"state-toggle": "^1.0.0",
|
||||
"stringify-entities": "^1.0.1",
|
||||
"unherit": "^1.0.4",
|
||||
"xtend": "^4.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Markdown compiler for remark",
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"homepage": "http://remark.js.org",
|
||||
"keywords": [
|
||||
"markdown",
|
||||
"abstract",
|
||||
"syntax",
|
||||
"tree",
|
||||
"ast",
|
||||
"stringify"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "remark-stringify",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/remarkjs/remark/tree/master/packages/remark-stringify"
|
||||
},
|
||||
"version": "5.0.0",
|
||||
"xo": false
|
||||
}
|
||||
Reference in New Issue
Block a user