|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_args": [
- [
- "remark-stringify@9.0.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "remark-stringify@9.0.1",
- "_id": "remark-stringify@9.0.1",
- "_inBundle": false,
- "_integrity": "sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==",
- "_location": "/remark-stringify",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "remark-stringify@9.0.1",
- "name": "remark-stringify",
- "escapedName": "remark-stringify",
- "rawSpec": "9.0.1",
- "saveSpec": null,
- "fetchSpec": "9.0.1"
- },
- "_requiredBy": [
- "/remark"
- ],
- "_resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-9.0.1.tgz",
- "_spec": "9.0.1",
- "_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"
- },
- {
- "name": "Eugene Sharygin",
- "email": "eush77@gmail.com"
- }
- ],
- "dependencies": {
- "mdast-util-to-markdown": "^0.6.0"
- },
- "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
- }
|