Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / sugarss / package.json
1 {
2   "_from": "sugarss@^1.0.0",
3   "_id": "sugarss@1.0.1",
4   "_inBundle": false,
5   "_integrity": "sha512-3qgLZytikQQEVn1/FrhY7B68gPUUGY3R1Q1vTiD5xT+Ti1DP/8iZuwFet9ONs5+bmL8pZoDQ6JrQHVgrNlK6mA==",
6   "_location": "/sugarss",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "sugarss@^1.0.0",
12     "name": "sugarss",
13     "escapedName": "sugarss",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/sugarss/-/sugarss-1.0.1.tgz",
22   "_shasum": "be826d9003e0f247735f92365dc3fd7f1bae9e44",
23   "_spec": "sugarss@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
25   "author": {
26     "name": "Andrey Sitnik",
27     "email": "andrey@sitnik.ru"
28   },
29   "babel": {
30     "presets": [
31       [
32         "env",
33         {
34           "targets": {
35             "browsers": "last 1 version",
36             "node": 4
37           },
38           "loose": true
39         }
40       ],
41       "stage-0"
42     ],
43     "plugins": [
44       "add-module-exports",
45       "precompile-charcodes"
46     ]
47   },
48   "bugs": {
49     "url": "https://github.com/postcss/sugarss/issues"
50   },
51   "bundleDependencies": false,
52   "dependencies": {
53     "postcss": "^6.0.14"
54   },
55   "deprecated": false,
56   "description": "Indent-based CSS syntax for PostCSS",
57   "devDependencies": {
58     "babel-cli": "^6.26.0",
59     "babel-core": "^6.26.0",
60     "babel-eslint": "^8.0.1",
61     "babel-plugin-add-module-exports": "^0.2.1",
62     "babel-plugin-precompile-charcodes": "^1.1.0",
63     "babel-preset-env": "^1.6.1",
64     "babel-preset-stage-0": "^6.24.1",
65     "eslint": "^4.10.0",
66     "eslint-config-postcss": "^2.0.2",
67     "jest": "^21.2.1",
68     "lint-staged": "^4.3.0",
69     "postcss-parser-tests": "^6.1.0",
70     "pre-commit": "^1.2.2"
71   },
72   "eslintConfig": {
73     "parser": "babel-eslint",
74     "extends": "eslint-config-postcss",
75     "rules": {
76       "key-spacing": [
77         "error",
78         {
79           "align": "value"
80         }
81       ],
82       "complexity": "off"
83     },
84     "env": {
85       "jest": true
86     }
87   },
88   "homepage": "https://github.com/postcss/sugarss#readme",
89   "keywords": [
90     "css",
91     "postcss",
92     "postcss-syntax",
93     "syntax",
94     "indent",
95     "parser"
96   ],
97   "license": "MIT",
98   "lint-staged": {
99     "test/*.js": "eslint",
100     "*.es6": "eslint"
101   },
102   "name": "sugarss",
103   "pre-commit": [
104     "lint-staged"
105   ],
106   "repository": {
107     "type": "git",
108     "url": "git+https://github.com/postcss/sugarss.git"
109   },
110   "scripts": {
111     "build": "npm run clean && babel -s inline -d ./ *.es6",
112     "clean": "rm *.js || echo 'Already cleaned'",
113     "lint": "eslint *.es6 test/*.js",
114     "lint-staged": "lint-staged",
115     "prepack": "npm run build",
116     "test": "npm run build && jest && npm run lint"
117   },
118   "version": "1.0.1"
119 }