{ "_from": "postcss-sass@^0.3.5", "_id": "postcss-sass@0.3.5", "_inBundle": false, "_integrity": "sha512-B5z2Kob4xBxFjcufFnhQ2HqJQ2y/Zs/ic5EZbCywCkxKd756Q40cIQ/veRDwSrw1BF6+4wUgmpm0sBASqVi65A==", "_location": "/postcss-sass", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-sass@^0.3.5", "name": "postcss-sass", "escapedName": "postcss-sass", "rawSpec": "^0.3.5", "saveSpec": null, "fetchSpec": "^0.3.5" }, "_requiredBy": [ "/stylelint", "/stylelint-config-rational-order/stylelint" ], "_resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.3.5.tgz", "_shasum": "6d3e39f101a53d2efa091f953493116d32beb68c", "_spec": "postcss-sass@^0.3.5", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/stylelint", "author": { "name": "Oleh Aloshkin", "email": "olegaleshkin@gmail.com" }, "babel": { "presets": [ [ "env", { "targets": { "browsers": "last 1 version", "node": 6 }, "loose": true } ] ], "plugins": [ "precompile-charcodes" ] }, "bugs": { "url": "https://github.com/AleshaOleg/postcss-sass/issues" }, "bundleDependencies": false, "dependencies": { "gonzales-pe": "^4.2.3", "postcss": "^7.0.1" }, "deprecated": false, "description": "A Sass parser for PostCSS, using gonzales-pe.", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-env": "^2.4.1", "babel-jest": "^23.0.0", "babel-plugin-add-module-exports": "^1.0.0", "babel-plugin-precompile-charcodes": "^1.1.0", "coveralls": "^3.0.0", "eslint": "^5.3.0", "eslint-config-logux": "^26.0.0", "eslint-config-postcss": "^3.0.6", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.12.0", "eslint-plugin-jest": "^21.22.0", "eslint-plugin-node": "^8.0.0", "eslint-plugin-prefer-let": "^1.0.1", "eslint-plugin-promise": "^4.0.0", "eslint-plugin-security": "^1.4.0", "eslint-plugin-standard": "^4.0.0", "greenkeeper-lockfile": "^1.15.1", "husky": "^1.0.0", "istanbul": "^0.4.5", "jest": "^22.4.3", "lint-staged": "^8.0.0", "postcss-parser-tests": "^6.2.1" }, "eslintConfig": { "extends": "eslint-config-postcss", "parserOptions": { "ecmaVersion": 6, "sourceType": "module" }, "settings": { "node": { "tryExtensions": [ ".js", ".es6" ] } }, "rules": { "max-len": [ "error", 120 ] } }, "homepage": "https://github.com/AleshaOleg/postcss-sass", "jest": { "collectCoverage": true, "moduleFileExtensions": [ "es6", "js", "json" ], "testPathIgnorePatterns": [ "/__tests__/utils" ], "testEnvironment": "node", "transform": { "^.+\\.es6$": "babel-jest" } }, "keywords": [ "postcss", "css", "postcss-plugin", "postcss-sass", "sass" ], "license": "MIT", "lint-staged": { "*.es6": [ "eslint --fix", "git add" ] }, "main": "index.js", "name": "postcss-sass", "repository": { "type": "git", "url": "git+https://github.com/AleshaOleg/postcss-sass.git" }, "scripts": { "build": "yarn run clean && babel -s inline -d ./ *.es6", "clean": "rm *.js || echo 'Already cleaned'", "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls", "precommit": "yarn run test && lint-staged", "prepublishOnly": "yarn run build && yarn run test", "pretest": "eslint *.es6 __tests__", "test": "jest" }, "version": "0.3.5" }