You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
2.7 KiB

{
"_from": "remark@^12.0.0",
"_id": "remark@12.0.1",
"_inBundle": false,
"_integrity": "sha1-8d32jbe+ccorrQozzTZ4uGuccJ8=",
"_location": "/remark",
"_phantomChildren": {
"@types/unist": "2.0.3",
"bail": "1.0.5",
"ccount": "1.0.5",
"character-entities": "1.2.4",
"character-entities-legacy": "1.1.4",
"character-reference-invalid": "1.1.4",
"collapse-white-space": "1.0.6",
"extend": "3.0.2",
"is-alphabetical": "1.0.4",
"is-alphanumerical": "1.0.4",
"is-decimal": "1.0.4",
"is-hexadecimal": "1.0.4",
"is-whitespace-character": "1.0.4",
"is-word-character": "1.0.4",
"markdown-escapes": "1.0.4",
"repeat-string": "1.6.1",
"replace-ext": "1.0.0",
"state-toggle": "1.0.3",
"trim": "0.0.1",
"trim-trailing-lines": "1.1.3",
"trough": "1.0.5",
"unherit": "1.1.3",
"xtend": "4.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "remark@^12.0.0",
"name": "remark",
"escapedName": "remark",
"rawSpec": "^12.0.0",
"saveSpec": null,
"fetchSpec": "^12.0.0"
},
"_requiredBy": [
"/@stylelint/postcss-markdown"
],
"_resolved": "https://registry.npm.taobao.org/remark/download/remark-12.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fremark%2Fdownload%2Fremark-12.0.1.tgz",
"_shasum": "f1ddf68db7be71ca2bad0a33cd3678b86b9c709f",
"_spec": "remark@^12.0.0",
"_where": "/Users/zq/Desktop/hngs/node_modules/@stylelint/postcss-markdown",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
"bugs": {
"url": "https://github.com/remarkjs/remark/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
}
],
"dependencies": {
"remark-parse": "^8.0.0",
"remark-stringify": "^8.0.0",
"unified": "^9.0.0"
},
"deprecated": false,
"description": "Markdown processor powered by plugins part of the unified collective",
"files": [
"index.js",
"types/index.d.ts"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"homepage": "https://remark.js.org",
"keywords": [
"unified",
"remark",
"markdown",
"mdast",
"abstract",
"syntax",
"tree",
"ast",
"parse",
"stringify",
"serialize",
"compile",
"process"
],
"license": "MIT",
"name": "remark",
"repository": {
"type": "git",
"url": "https://github.com/remarkjs/remark/tree/main/packages/remark"
},
"scripts": {
"test": "tape test.js"
},
"types": "types/index.d.ts",
"version": "12.0.1",
"xo": false
}