blob: 1925c51129b053219cbf952b6060eb594fed5cb8 [file] [log] [blame]
{
"_args": [
[
"remark@10.0.1",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "remark@10.0.1",
"_id": "remark@10.0.1",
"_inBundle": false,
"_integrity": "sha512-E6lMuoLIy2TyiokHprMjcWNJ5UxfGQjaMSMhV+f4idM625UjjK4j798+gPs5mfjzDE6vL0oFKVeZM6gZVSVrzQ==",
"_location": "/remark",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "remark@10.0.1",
"name": "remark",
"escapedName": "remark",
"rawSpec": "10.0.1",
"saveSpec": null,
"fetchSpec": "10.0.1"
},
"_requiredBy": [
"/postcss-markdown"
],
"_resolved": "https://registry.npmjs.org/remark/-/remark-10.0.1.tgz",
"_spec": "10.0.1",
"_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"
}
],
"dependencies": {
"remark-parse": "^6.0.0",
"remark-stringify": "^6.0.0",
"unified": "^7.0.0"
},
"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
}