{ "_args": [ [ "postcss-less@3.1.4", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "postcss-less@3.1.4", "_id": "postcss-less@3.1.4", "_inBundle": false, "_integrity": "sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==", "_location": "/postcss-less", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "postcss-less@3.1.4", "name": "postcss-less", "escapedName": "postcss-less", "rawSpec": "3.1.4", "saveSpec": null, "fetchSpec": "3.1.4" }, "_requiredBy": [ "/stylelint" ], "_resolved": "https://registry.npmjs.org/postcss-less/-/postcss-less-3.1.4.tgz", "_spec": "3.1.4", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "Denys Kniazevych", "email": "webschik@gmail.com" }, "bugs": { "url": "https://github.com/shellscape/postcss-less/issues" }, "dependencies": { "postcss": "^7.0.14" }, "description": "LESS parser for PostCSS", "devDependencies": { "@commitlint/cli": "^7.1.2", "@commitlint/config-conventional": "^7.1.2", "ava": "^1.0.0-beta.8", "cheerio": "^1.0.0-rc.2", "eslint": "^5.6.0", "eslint-config-shellscape": "^2.0.2", "eslint-plugin-filenames": "^1.2.0", "is-absolute-url": "^2.1.0", "less": "^3.8.1", "lint-staged": "^8.1.0", "node-fetch": "^2.2.0", "nyc": "^13.3.0", "postcss-parser-tests": "^6.3.1", "pre-commit": "^1.2.2", "standard-version": "^4.4.0", "url-join": "^4.0.0" }, "engines": { "node": ">=6.14.4" }, "files": [ "lib", "README.md", "LICENSE" ], "homepage": "https://github.com/shellscape/postcss-less", "keywords": [ "css", "postcss", "postcss-syntax", "parser", "less" ], "license": "MIT", "lint-staged": { "*.js": [ "eslint --fix", "git add" ] }, "main": "lib/index.js", "maintainer": "Andrew Powell ", "name": "postcss-less", "pre-commit": "lint-staged", "repository": { "type": "git", "url": "git+https://github.com/shellscape/postcss-less.git" }, "scripts": { "ci:coverage": "nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov", "ci:lint": "npm run lint && npm run security", "ci:test": "npm run test", "commitlint": "commitlint", "commitmsg": "commitlint -e $GIT_PARAMS", "lint": "eslint --fix --cache lib test", "lint-staged": "lint-staged", "security": "npm audit", "test": "ava" }, "version": "3.1.4" }