Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-sass / package.json
1 {
2   "_from": "postcss-sass@^0.2.0",
3   "_id": "postcss-sass@0.2.0",
4   "_inBundle": false,
5   "_integrity": "sha512-cUmYzkP747fPCQE6d+CH2l1L4VSyIlAzZsok3HPjb5Gzsq3jE+VjpAdGlPsnQ310WKWI42sw+ar0UNN59/f3hg==",
6   "_location": "/postcss-sass",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "postcss-sass@^0.2.0",
12     "name": "postcss-sass",
13     "escapedName": "postcss-sass",
14     "rawSpec": "^0.2.0",
15     "saveSpec": null,
16     "fetchSpec": "^0.2.0"
17   },
18   "_requiredBy": [
19     "/stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.2.0.tgz",
22   "_shasum": "e55516441e9526ba4b380a730d3a02e9eaa78c7a",
23   "_spec": "postcss-sass@^0.2.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
25   "author": {
26     "name": "Oleh Aloshkin",
27     "email": "olegaleshkin@gmail.com"
28   },
29   "bugs": {
30     "url": "https://github.com/AleshaOleg/postcss-sass/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "gonzales-pe": "^4.0.3",
35     "postcss": "^6.0.6"
36   },
37   "deprecated": false,
38   "description": "A Sass parser for PostCSS, using gonzales-pe.",
39   "devDependencies": {
40     "eslint": "^4.1.1",
41     "eslint-config-postcss": "^2.0.2",
42     "jest": "^20.0.4",
43     "lint-staged": "^4.0.1",
44     "pre-commit": "^1.2.2"
45   },
46   "eslintConfig": {
47     "extends": "eslint-config-postcss/es5",
48     "env": {
49       "jest": true
50     },
51     "rules": {
52       "complexity": "off"
53     }
54   },
55   "homepage": "https://github.com/AleshaOleg/postcss-sass",
56   "keywords": [
57     "postcss",
58     "css",
59     "postcss-plugin",
60     "postcss-sass",
61     "sass"
62   ],
63   "license": "MIT",
64   "lint-staged": {
65     "*.js": "eslint"
66   },
67   "main": "index.js",
68   "name": "postcss-sass",
69   "pre-commit": [
70     "test",
71     "lint-staged"
72   ],
73   "repository": {
74     "type": "git",
75     "url": "git+https://github.com/AleshaOleg/postcss-sass.git"
76   },
77   "scripts": {
78     "lint-staged": "lint-staged",
79     "test": "jest && eslint *.js"
80   },
81   "version": "0.2.0"
82 }