123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_from": "remark@^13.0.0",
- "_id": "remark@13.0.0",
- "_inBundle": false,
- "_integrity": "sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==",
- "_location": "/remark",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "remark@^13.0.0",
- "name": "remark",
- "escapedName": "remark",
- "rawSpec": "^13.0.0",
- "saveSpec": null,
- "fetchSpec": "^13.0.0"
- },
- "_requiredBy": [
- "/@stylelint/postcss-markdown"
- ],
- "_resolved": "https://registry.npmjs.org/remark/-/remark-13.0.0.tgz",
- "_shasum": "d15d9bf71a402f40287ebe36067b66d54868e425",
- "_spec": "remark@^13.0.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\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": "^9.0.0",
- "remark-stringify": "^9.0.0",
- "unified": "^9.1.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": "13.0.0",
- "xo": false
- }
|