rsuite-theme
Version:
The suite theme for pagurian
124 lines (123 loc) • 2.86 kB
JSON
{
"_from": "postcss-scss@^1.0.2",
"_id": "postcss-scss@1.0.2",
"_inBundle": false,
"_integrity": "sha1-/0XPM1S4ee6JpOtoaA9GrJuxT5Q=",
"_location": "/postcss-scss",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-scss@^1.0.2",
"name": "postcss-scss",
"escapedName": "postcss-scss",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/stylelint"
],
"_resolved": "http://registry.npm.taobao.org/postcss-scss/download/postcss-scss-1.0.2.tgz",
"_shasum": "ff45cf3354b879ee89a4eb68680f46ac9bb14f94",
"_spec": "postcss-scss@^1.0.2",
"_where": "/Users/godfery/GitRepo/rsuite-theme/node_modules/stylelint",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"babel": {
"presets": [
[
"env",
{
"targets": {
"browsers": "last 1 version",
"node": 4
},
"loose": true
}
]
],
"plugins": [
"add-module-exports",
"precompile-charcodes"
]
},
"bugs": {
"url": "https://github.com/postcss/postcss-scss/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss": "^6.0.3"
},
"deprecated": false,
"description": "SCSS parser for PostCSS",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-precompile-charcodes": "1.0.0",
"babel-preset-env": "^1.5.2",
"del": "^3.0.0",
"eslint": "^4.0.0",
"eslint-config-postcss": "2.0.2",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-changed": "^3.1.0",
"gulp-eslint": "^4.0.0",
"gulp-jest": "^2.0.0",
"gulp-json-editor": "2.2.1",
"gulp-sourcemaps": "^2.6.0",
"jest": "^20.0.4",
"lint-staged": "^4.0.0",
"postcss-parser-tests": "^6.0.1",
"pre-commit": "^1.2.2",
"run-sequence": "1.2.2"
},
"eslintConfig": {
"parser": "babel-eslint",
"extends": "eslint-config-postcss",
"rules": {
"consistent-return": "off",
"key-spacing": [
"error",
{
"align": "value"
}
],
"complexity": "off"
},
"env": {
"jest": true
}
},
"homepage": "https://github.com/postcss/postcss-scss#readme",
"keywords": [
"css",
"postcss",
"postcss-syntax",
"parser",
"scss",
"sass"
],
"license": "MIT",
"lint-staged": {
"test/*.js": "eslint",
"lib/*.es6": "eslint"
},
"main": "lib/scss-syntax",
"name": "postcss-scss",
"pre-commit": [
"lint-staged"
],
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-scss.git"
},
"scripts": {
"lint-staged": "lint-staged",
"test": "gulp"
},
"version": "1.0.2"
}