{
  "_args": [
    [
      "@nuxtjs/style-resources@1.0.0",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/pieniazek_web"
    ]
  ],
  "_development": true,
  "_from": "@nuxtjs/style-resources@1.0.0",
  "_id": "@nuxtjs/style-resources@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-tDRcC/pm8B0Kpxtzb/1/HOBkv3/kPD+2FiCiUBGMB7YriRud9OUPw1pnYCsAH9ftwpMJS4k4XOyUY8FCTk6OxA==",
  "_location": "/@nuxtjs/style-resources",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nuxtjs/style-resources@1.0.0",
    "name": "@nuxtjs/style-resources",
    "escapedName": "@nuxtjs%2fstyle-resources",
    "scope": "@nuxtjs",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@nuxtjs/style-resources/-/style-resources-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/pieniazek_web",
  "bugs": {
    "url": "https://github.com/nuxt-community/style-resources-module/issues"
  },
  "contributors": [
    {
      "name": "Alexander Lichter",
      "email": "npm@lichter.io"
    }
  ],
  "dependencies": {
    "consola": "^2.4.0",
    "glob-all": "^3.1.0",
    "sass-resources-loader": "^2.0.0"
  },
  "description": "[![npm (scoped with tag)](https://img.shields.io/npm/v/@nuxtjs/style-resources/latest.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/style-resources) [![npm](https://img.shields.io/npm/dt/@nuxtjs/style-resources.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/style-resources) [![Build Status](https://travis-ci.com/nuxt-community/style-resources-module.svg?branch=master)](https://travis-ci.com/nuxt-community/style-resources-module) [![codecov](https://codecov.io/gh/nuxt-community/style-resources-module/branch/master/graph/badge.svg)](https://codecov.io/gh/nuxt-community/style-resources-module) [![Dependencies](https://david-dm.org/nuxt-community/style-resources-module/status.svg?style=flat-square)](https://david-dm.org/nuxt-community/style-resources-module) [![js-standard-style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com)",
  "devDependencies": {
    "@commitlint/cli": "^7.5.0",
    "@commitlint/config-conventional": "^7.5.0",
    "@nuxt/config": "^2.8.1",
    "@nuxtjs/eslint-config": "^0.0.1",
    "babel-eslint": "^10.0.1",
    "codecov": "^3.1.0",
    "eslint": "^5.13.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jest": "^22.2.2",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^5.1.0",
    "get-port": "^4.1.0",
    "husky": "^1.3.1",
    "jest": "^24.1.0",
    "jsdom": "^13.2.0",
    "less": "^3.9.0",
    "less-loader": "^4.1.0",
    "mathsass": "^0.10.1",
    "node-sass": "^4.11.0",
    "nuxt": "^2.4.3",
    "nuxt-edge": "^2.4.1-25812008.a303ea89",
    "sass-loader": "^7.1.0",
    "standard-version": "^4.4.0",
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.2"
  },
  "engines": {
    "node": ">=8.0.0",
    "npm": ">=5.0.0"
  },
  "eslintIgnore": [
    "lib/templates/*.*"
  ],
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/nuxt-community/style-resources-module#readme",
  "husky": {
    "hooks": {
      "pre-commit": "yarn run lint",
      "commit-msg": "yarn run commitlint"
    }
  },
  "jest": {
    "testEnvironment": "node",
    "collectCoverage": true,
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/test/fixture"
    ],
    "forceExit": true
  },
  "keywords": [
    "nuxtjs",
    "nuxt",
    "nuxt-module",
    "sass",
    "less",
    "stylus",
    "style-resources",
    "import"
  ],
  "license": "MIT",
  "main": "lib/module.js",
  "name": "@nuxtjs/style-resources",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "mode": "git",
    "url": "git+https://github.com/nuxt-community/style-resources-module.git"
  },
  "scripts": {
    "commitlint": "commitlint -e $GIT_PARAMS",
    "coverage": "codecov",
    "dev": "nuxt build --config-file test/fixture/configs/default.js",
    "lint": "eslint lib test",
    "release": "standard-version && git push --follow-tags && npm publish",
    "test": "yarn run lint && jest"
  },
  "version": "1.0.0"
}
