blob: fd723a127b227a36ffeab5627a25efa632323b0c [file] [log] [blame]
{
"_args": [
[
"remark-stringify@6.0.4",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "remark-stringify@6.0.4",
"_id": "remark-stringify@6.0.4",
"_inBundle": false,
"_integrity": "sha512-eRWGdEPMVudijE/psbIDNcnJLRVx3xhfuEsTDGgH4GsFF91dVhw5nhmnBppafJ7+NWINW6C7ZwWbi30ImJzqWg==",
"_location": "/remark-stringify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "remark-stringify@6.0.4",
"name": "remark-stringify",
"escapedName": "remark-stringify",
"rawSpec": "6.0.4",
"saveSpec": null,
"fetchSpec": "6.0.4"
},
"_requiredBy": [
"/remark"
],
"_resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-6.0.4.tgz",
"_spec": "6.0.4",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
"bugs": {
"url": "https://github.com/remarkjs/remark/issues"
},
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://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"
},
"description": "Markdown compiler for remark",
"devDependencies": {
"tape": "^4.9.1",
"unified": "^7.0.0",
"unist-builder": "^1.0.3",
"unist-util-visit": "^1.4.0",
"wcwidth": "^1.0.1"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://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"
},
"scripts": {
"test": "tape test.js"
},
"version": "6.0.4",
"xo": false
}