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.6 KiB

{
"_from": "remark-stringify@^8.0.0",
"_id": "remark-stringify@8.1.1",
"_inBundle": false,
"_integrity": "sha1-4qncenv0TkahVex4mW24lngNjOU=",
"_location": "/remark-stringify",
"_phantomChildren": {
"character-entities": "1.2.4",
"character-entities-legacy": "1.1.4",
"character-reference-invalid": "1.1.4",
"is-alphanumerical": "1.0.4",
"is-decimal": "1.0.4",
"is-hexadecimal": "1.0.4"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "remark-stringify@^8.0.0",
"name": "remark-stringify",
"escapedName": "remark-stringify",
"rawSpec": "^8.0.0",
"saveSpec": null,
"fetchSpec": "^8.0.0"
},
"_requiredBy": [
"/remark"
],
"_resolved": "https://registry.npm.taobao.org/remark-stringify/download/remark-stringify-8.1.1.tgz",
"_shasum": "e2a9dc7a7bf44e46a155ec78996db896780d8ce5",
"_spec": "remark-stringify@^8.0.0",
"_where": "/Users/zq/Desktop/hngs/node_modules/remark",
"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"
},
{
"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": "^2.0.0",
"mdast-util-compact": "^2.0.0",
"parse-entities": "^2.0.0",
"repeat-string": "^1.5.4",
"state-toggle": "^1.0.0",
"stringify-entities": "^3.0.0",
"unherit": "^1.0.4",
"xtend": "^4.0.1"
},
"deprecated": false,
"description": "remark plugin to compile Markdown",
"files": [
"index.js",
"lib",
"types/index.d.ts"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"homepage": "https://remark.js.org",
"keywords": [
"unified",
"remark",
"remark-plugin",
"plugin",
"markdown",
"mdast",
"markdown",
"abstract",
"syntax",
"tree",
"ast",
"stringify",
"serialize",
"compile"
],
"license": "MIT",
"name": "remark-stringify",
"repository": {
"type": "git",
"url": "https://github.com/remarkjs/remark/tree/main/packages/remark-stringify"
},
"scripts": {
"test": "tape test.js"
},
"types": "types/index.d.ts",
"version": "8.1.1",
"xo": false
}