123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_from": "remark-stringify@^9.0.0",
- "_id": "remark-stringify@9.0.1",
- "_inBundle": false,
- "_integrity": "sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==",
- "_location": "/remark-stringify",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "remark-stringify@^9.0.0",
- "name": "remark-stringify",
- "escapedName": "remark-stringify",
- "rawSpec": "^9.0.0",
- "saveSpec": null,
- "fetchSpec": "^9.0.0"
- },
- "_requiredBy": [
- "/remark"
- ],
- "_resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-9.0.1.tgz",
- "_shasum": "576d06e910548b0a7191a71f27b33f1218862894",
- "_spec": "remark-stringify@^9.0.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\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": {
- "mdast-util-to-markdown": "^0.6.0"
- },
- "deprecated": false,
- "description": "remark plugin to compile Markdown",
- "files": [
- "index.js",
- "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": "9.0.1",
- "xo": false
- }
|