buymymojo.net/node_modules/github-markdown-css/package.json
2021-07-02 19:29:34 +10:00

67 lines
1.8 KiB
JSON

{
"_args": [
[
"github-markdown-css@4.0.0",
"F:\\Documents\\websites\\BMM"
]
],
"_from": "github-markdown-css@4.0.0",
"_id": "github-markdown-css@4.0.0",
"_inBundle": false,
"_integrity": "sha512-mH0bcIKv4XAN0mQVokfTdKo2OD5K8WJE9+lbMdM32/q0Ie5tXgVN/2o+zvToRMxSTUuiTRcLg5hzkFfOyBYreg==",
"_location": "/github-markdown-css",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "github-markdown-css@4.0.0",
"name": "github-markdown-css",
"escapedName": "github-markdown-css",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "F:\\Documents\\websites\\BMM",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/github-markdown-css/issues"
},
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",
"devDependencies": {
"generate-github-markdown-css": "^4.0.0"
},
"files": [
"github-markdown.css"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/github-markdown-css#readme",
"keywords": [
"browser",
"github",
"markdown",
"md",
"css",
"style",
"stylesheet"
],
"license": "MIT",
"main": "github-markdown.css",
"name": "github-markdown-css",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/github-markdown-css.git"
},
"scripts": {
"make": "github-markdown-css > github-markdown.css"
},
"version": "4.0.0"
}