|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_args": [
- [
- "remark@13.0.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_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": "version",
- "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",
- "_spec": "13.0.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Titus Wormer",
- "email": "tituswormer@gmail.com",
- "url": "https://wooorm.com"
- },
- "bugs": {
- "url": "https://github.com/remarkjs/remark/issues"
- },
- "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"
- },
- "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
- }
|