|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- {
- "_args": [
- [
- "postcss-syntax@0.36.2",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "postcss-syntax@0.36.2",
- "_id": "postcss-syntax@0.36.2",
- "_inBundle": false,
- "_integrity": "sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==",
- "_location": "/postcss-syntax",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-syntax@0.36.2",
- "name": "postcss-syntax",
- "escapedName": "postcss-syntax",
- "rawSpec": "0.36.2",
- "saveSpec": null,
- "fetchSpec": "0.36.2"
- },
- "_requiredBy": [
- "/stylelint"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-syntax/-/postcss-syntax-0.36.2.tgz",
- "_spec": "0.36.2",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "gucong"
- },
- "bugs": {
- "url": "https://github.com/gucong3000/postcss-syntax/issues"
- },
- "description": "Automatically switch PostCSS syntax by file extensions",
- "devDependencies": {
- "chai": "^4.2.0",
- "codecov": "^3.1.0",
- "mocha": "^5.2.0",
- "nyc": "^13.1.0",
- "postcss": "^7.0.7",
- "postcss-html": ">=0.36.0",
- "postcss-jsx": ">=0.36.0",
- "postcss-less": "^3.1.0",
- "postcss-markdown": ">=0.36.0",
- "postcss-safe-parser": "^4.0.1",
- "postcss-scss": "^2.0.0",
- "proxyquire": "^2.1.0",
- "sugarss": "^2.0.0"
- },
- "extensions": [
- ".css",
- ".pcss",
- ".postcss",
- ".acss",
- ".wxss",
- ".sass",
- ".scss",
- ".less",
- ".sss",
- ".js",
- ".es6",
- ".mjs",
- ".pac",
- ".jsx",
- ".ts",
- ".tsx",
- ".babel",
- ".flow",
- ".html",
- ".htm",
- ".shtml",
- ".xhtml",
- ".mdoc",
- ".jsp",
- ".asp",
- ".aspx",
- ".jshtm",
- ".volt",
- ".ejs",
- ".rhtml",
- ".xsl",
- ".xslt",
- ".vue",
- ".wpy",
- ".ux",
- ".php",
- ".php4",
- ".php5",
- ".phtml",
- ".ctp",
- ".twig",
- ".liquid",
- ".md",
- ".mdown",
- ".markdown",
- ".markdn",
- ".svelte"
- ],
- "homepage": "https://github.com/gucong3000/postcss-syntax#readme",
- "keywords": [
- "postcss",
- "syntax",
- "switch",
- "extension"
- ],
- "license": "MIT",
- "name": "postcss-syntax",
- "nyc": {
- "reporter": [
- "lcov",
- "text"
- ],
- "all": true,
- "cache": true,
- "check-coverage": true
- },
- "peerDependencies": {
- "postcss": ">=5.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gucong3000/postcss-syntax.git"
- },
- "scripts": {
- "debug": "npm run mocha -- --inspect-brk",
- "mocha": "mocha --require ./test/fixtures/link --no-timeouts",
- "test": "nyc npm run mocha"
- },
- "version": "0.36.2"
- }
|