123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_args": [
- [
- "@stylelint/postcss-markdown@0.36.2",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "@stylelint/postcss-markdown@0.36.2",
- "_id": "@stylelint/postcss-markdown@0.36.2",
- "_inBundle": false,
- "_integrity": "sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==",
- "_location": "/@stylelint/postcss-markdown",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@stylelint/postcss-markdown@0.36.2",
- "name": "@stylelint/postcss-markdown",
- "escapedName": "@stylelint%2fpostcss-markdown",
- "scope": "@stylelint",
- "rawSpec": "0.36.2",
- "saveSpec": null,
- "fetchSpec": "0.36.2"
- },
- "_requiredBy": [
- "/stylelint"
- ],
- "_resolved": "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz",
- "_spec": "0.36.2",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "gucong"
- },
- "bugs": {
- "url": "https://github.com/stylelint/postcss-markdown/issues"
- },
- "dependencies": {
- "remark": "^13.0.0",
- "unist-util-find-all-after": "^3.0.2"
- },
- "description": "PostCSS syntax for parsing Markdown",
- "devDependencies": {
- "chai": "^4.2.0",
- "codecov": "^3.8.1",
- "mocha": "^8.2.1",
- "np": "^7.0.0",
- "nyc": "^15.1.0",
- "postcss": ">=7.0.27",
- "postcss-html": ">=0.36.0",
- "postcss-less": "^3.1.4",
- "postcss-scss": "^2.0.0",
- "postcss-syntax": ">=0.36.2",
- "sugarss": "^2.0.0"
- },
- "files": [
- "*.js"
- ],
- "homepage": "https://github.com/stylelint/postcss-markdown#readme",
- "keywords": [
- "postcss",
- "syntax",
- "markdown",
- "html",
- "css",
- "less",
- "sass",
- "scss",
- "sss",
- "sugarss"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "@stylelint/postcss-markdown",
- "nyc": {
- "reporter": [
- "lcov",
- "text"
- ],
- "all": true,
- "cache": true,
- "check-coverage": true
- },
- "peerDependencies": {
- "postcss": ">=7.0.0",
- "postcss-syntax": ">=0.36.2"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/stylelint/postcss-markdown.git"
- },
- "scripts": {
- "debug": "npm run mocha -- --inspect-brk",
- "mocha": "mocha --no-timeouts",
- "release": "np",
- "test": "nyc npm run mocha"
- },
- "version": "0.36.2"
- }
|