123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- {
- "_args": [
- [
- "mdast-util-from-markdown@0.8.5",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "mdast-util-from-markdown@0.8.5",
- "_id": "mdast-util-from-markdown@0.8.5",
- "_inBundle": false,
- "_integrity": "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==",
- "_location": "/mdast-util-from-markdown",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "mdast-util-from-markdown@0.8.5",
- "name": "mdast-util-from-markdown",
- "escapedName": "mdast-util-from-markdown",
- "rawSpec": "0.8.5",
- "saveSpec": null,
- "fetchSpec": "0.8.5"
- },
- "_requiredBy": [
- "/remark-parse"
- ],
- "_resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz",
- "_spec": "0.8.5",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Titus Wormer",
- "email": "tituswormer@gmail.com",
- "url": "https://wooorm.com"
- },
- "bugs": {
- "url": "https://github.com/syntax-tree/mdast-util-from-markdown/issues"
- },
- "contributors": [
- {
- "name": "Titus Wormer",
- "email": "tituswormer@gmail.com",
- "url": "https://wooorm.com"
- }
- ],
- "dependencies": {
- "@types/mdast": "^3.0.0",
- "mdast-util-to-string": "^2.0.0",
- "micromark": "~2.11.0",
- "parse-entities": "^2.0.0",
- "unist-util-stringify-position": "^2.0.0"
- },
- "description": "mdast utility to parse markdown",
- "devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-plugin-inline-constants": "^1.0.0",
- "browserify": "^17.0.0",
- "commonmark.json": "^0.29.0",
- "dtslint": "^4.0.0",
- "gzip-size-cli": "^4.0.0",
- "hast-util-to-html": "^7.0.0",
- "mdast-util-to-hast": "^10.0.0",
- "nyc": "^15.0.0",
- "prettier": "^2.0.0",
- "rehype-parse": "^7.0.0",
- "rehype-stringify": "^8.0.0",
- "remark-cli": "^9.0.0",
- "remark-preset-wooorm": "^8.0.0",
- "tape": "^5.0.0",
- "tinyify": "^3.0.0",
- "unified": "^9.0.0",
- "xo": "^0.37.0"
- },
- "files": [
- "dist/",
- "lib/",
- "index.js",
- "types/index.d.ts"
- ],
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- },
- "homepage": "https://github.com/syntax-tree/mdast-util-from-markdown#readme",
- "keywords": [
- "unist",
- "mdast",
- "mdast-util",
- "util",
- "utility",
- "markdown",
- "markup",
- "parse",
- "syntax",
- "tree",
- "ast"
- ],
- "license": "MIT",
- "name": "mdast-util-from-markdown",
- "nyc": {
- "check-coverage": true,
- "lines": 100,
- "functions": 100,
- "branches": 100
- },
- "prettier": {
- "tabWidth": 2,
- "useTabs": false,
- "singleQuote": true,
- "bracketSpacing": false,
- "semi": false,
- "trailingComma": "none"
- },
- "remarkConfig": {
- "plugins": [
- "preset-wooorm"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/syntax-tree/mdast-util-from-markdown.git"
- },
- "scripts": {
- "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
- "generate": "npm run generate-dist && npm run generate-size",
- "generate-dist": "babel lib/ --out-dir dist/ --quiet --retain-lines; prettier dist/ --loglevel error --write",
- "generate-size": "browserify . -p tinyify -s mdast-util-from-markdown -o mdast-util-from-markdown.min.js; gzip-size mdast-util-from-markdown.min.js --raw",
- "test": "npm run format && npm run generate && npm run test-coverage && npm run test-types",
- "test-api": "node test",
- "test-coverage": "nyc --reporter lcov tape test/index.js",
- "test-types": "dtslint types"
- },
- "types": "types",
- "version": "0.8.5",
- "xo": {
- "prettier": true,
- "esnext": false,
- "rules": {
- "complexity": "off",
- "guard-for-in": "off",
- "unicorn/explicit-length-check": "off",
- "unicorn/no-array-callback-reference": "off",
- "unicorn/prefer-includes": "off",
- "unicorn/prefer-number-properties": "off",
- "unicorn/prefer-optional-catch-binding": "off"
- },
- "ignores": [
- "types/"
- ]
- }
- }
|