123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_args": [
- [
- "remark-parse@9.0.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "remark-parse@9.0.0",
- "_id": "remark-parse@9.0.0",
- "_inBundle": false,
- "_integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==",
- "_location": "/remark-parse",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "remark-parse@9.0.0",
- "name": "remark-parse",
- "escapedName": "remark-parse",
- "rawSpec": "9.0.0",
- "saveSpec": null,
- "fetchSpec": "9.0.0"
- },
- "_requiredBy": [
- "/remark"
- ],
- "_resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz",
- "_spec": "9.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"
- },
- {
- "name": "Eugene Sharygin",
- "email": "eush77@gmail.com"
- },
- {
- "name": "Junyoung Choi",
- "email": "fluke8259@gmail.com"
- },
- {
- "name": "Elijah Hamovitz",
- "email": "elijahhamovitz@gmail.com"
- },
- {
- "name": "Ika",
- "email": "ikatyang@gmail.com"
- }
- ],
- "dependencies": {
- "mdast-util-from-markdown": "^0.8.0"
- },
- "description": "remark plugin to parse 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",
- "abstract",
- "syntax",
- "tree",
- "ast",
- "parse"
- ],
- "license": "MIT",
- "name": "remark-parse",
- "repository": {
- "type": "git",
- "url": "https://github.com/remarkjs/remark/tree/main/packages/remark-parse"
- },
- "scripts": {
- "test": "tape test.js"
- },
- "types": "types/index.d.ts",
- "version": "9.0.0",
- "xo": false
- }
|