rsuite-theme
Version:
The suite theme for pagurian
83 lines (82 loc) • 1.97 kB
JSON
{
"_from": "postcss-sass@^0.2.0",
"_id": "postcss-sass@0.2.0",
"_inBundle": false,
"_integrity": "sha1-5VUWRB6VJrpLOApzDToC6eqnjHo=",
"_location": "/postcss-sass",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-sass@^0.2.0",
"name": "postcss-sass",
"escapedName": "postcss-sass",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/stylelint"
],
"_resolved": "http://registry.npm.taobao.org/postcss-sass/download/postcss-sass-0.2.0.tgz",
"_shasum": "e55516441e9526ba4b380a730d3a02e9eaa78c7a",
"_spec": "postcss-sass@^0.2.0",
"_where": "/Users/godfery/GitRepo/rsuite-theme/node_modules/stylelint",
"author": {
"name": "Oleh Aloshkin",
"email": "olegaleshkin@gmail.com"
},
"bugs": {
"url": "https://github.com/AleshaOleg/postcss-sass/issues"
},
"bundleDependencies": false,
"dependencies": {
"gonzales-pe": "^4.0.3",
"postcss": "^6.0.6"
},
"deprecated": false,
"description": "A Sass parser for PostCSS, using gonzales-pe.",
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-postcss": "^2.0.2",
"jest": "^20.0.4",
"lint-staged": "^4.0.1",
"pre-commit": "^1.2.2"
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5",
"env": {
"jest": true
},
"rules": {
"complexity": "off"
}
},
"homepage": "https://github.com/AleshaOleg/postcss-sass",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"postcss-sass",
"sass"
],
"license": "MIT",
"lint-staged": {
"*.js": "eslint"
},
"main": "index.js",
"name": "postcss-sass",
"pre-commit": [
"test",
"lint-staged"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AleshaOleg/postcss-sass.git"
},
"scripts": {
"lint-staged": "lint-staged",
"test": "jest && eslint *.js"
},
"version": "0.2.0"
}