Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-sass / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/postcss-sass/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/postcss-sass/package.json
new file mode 100644 (file)
index 0000000..30004a8
--- /dev/null
@@ -0,0 +1,82 @@
+{
+  "_from": "postcss-sass@^0.2.0",
+  "_id": "postcss-sass@0.2.0",
+  "_inBundle": false,
+  "_integrity": "sha512-cUmYzkP747fPCQE6d+CH2l1L4VSyIlAzZsok3HPjb5Gzsq3jE+VjpAdGlPsnQ310WKWI42sw+ar0UNN59/f3hg==",
+  "_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": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.2.0.tgz",
+  "_shasum": "e55516441e9526ba4b380a730d3a02e9eaa78c7a",
+  "_spec": "postcss-sass@^0.2.0",
+  "_where": "/tmp/coc-prettier-dzKjD7/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"
+}