blob: 8f5cc337914a6e68035959c7371c7022d7150abd [file] [log] [blame]
{
"_args": [
[
"postcss-markdown@0.36.0",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "postcss-markdown@0.36.0",
"_id": "postcss-markdown@0.36.0",
"_inBundle": false,
"_integrity": "sha512-rl7fs1r/LNSB2bWRhyZ+lM/0bwKv9fhl38/06gF6mKMo/NPnp55+K1dSTosSVjFZc0e1ppBlu+WT91ba0PMBfQ==",
"_location": "/postcss-markdown",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-markdown@0.36.0",
"name": "postcss-markdown",
"escapedName": "postcss-markdown",
"rawSpec": "0.36.0",
"saveSpec": null,
"fetchSpec": "0.36.0"
},
"_requiredBy": [
"/stylelint"
],
"_resolved": "https://registry.npmjs.org/postcss-markdown/-/postcss-markdown-0.36.0.tgz",
"_spec": "0.36.0",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "gucong"
},
"bugs": {
"url": "https://github.com/gucong3000/postcss-markdown/issues"
},
"dependencies": {
"remark": "^10.0.1",
"unist-util-find-all-after": "^1.0.2"
},
"description": "PostCSS syntax for parsing Markdown",
"devDependencies": {
"chai": "^4.2.0",
"codecov": "^3.1.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"postcss": "^7.0.7",
"postcss-html": ">=0.36.0",
"postcss-less": "^3.1.0",
"postcss-scss": "^2.0.0",
"postcss-syntax": ">=0.36.0",
"sugarss": "^2.0.0"
},
"homepage": "https://github.com/gucong3000/postcss-markdown#readme",
"keywords": [
"postcss",
"syntax",
"markdown",
"html",
"css",
"less",
"sass",
"scss",
"sss",
"sugarss"
],
"license": "MIT",
"name": "postcss-markdown",
"nyc": {
"reporter": [
"lcov",
"text"
],
"all": true,
"cache": true,
"check-coverage": true
},
"peerDependencies": {
"postcss": ">=5.0.0",
"postcss-syntax": ">=0.36.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gucong3000/postcss-markdown.git"
},
"scripts": {
"debug": "npm run mocha -- --inspect-brk",
"mocha": "mocha --no-timeouts",
"test": "nyc npm run mocha"
},
"version": "0.36.0"
}