{ "_from": "@nuxtjs/style-resources@^1.2.1", "_id": "@nuxtjs/style-resources@1.2.1", "_inBundle": false, "_integrity": "sha512-sOp71gCBNuGK2jchybTtVab83yB7jnSr+hw6DAKDgAGX/jrMYUyxRc9tiFxe+8YDSnqghTgQrkEkqPsfS4D4sg==", "_location": "/@nuxtjs/style-resources", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@nuxtjs/style-resources@^1.2.1", "name": "@nuxtjs/style-resources", "escapedName": "@nuxtjs%2fstyle-resources", "scope": "@nuxtjs", "rawSpec": "^1.2.1", "saveSpec": null, "fetchSpec": "^1.2.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/@nuxtjs/style-resources/-/style-resources-1.2.1.tgz", "_shasum": "9a2b6580b2ed9b06e930bee488a56b8376a263de", "_spec": "@nuxtjs/style-resources@^1.2.1", "_where": "D:\\project\\PAM\\PAMapp", "bugs": { "url": "https://github.com/nuxt-community/style-resources-module/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Alexander Lichter", "email": "npm@lichter.io" } ], "dependencies": { "consola": "^2.15.3", "glob-all": "^3.2.1", "sass-resources-loader": "^2.2.4" }, "deprecated": false, "description": "[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Codecov][codecov-src]][codecov-href] [![License][license-src]][license-href]", "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", "@nuxt/types": "^2.15.7", "@nuxtjs/eslint-config-typescript": "^6.0.1", "@types/jest": "^26.0.24", "codecov": "^3.8.3", "eslint": "^7.32.0", "get-port": "^5.1.1", "husky": "^7.0.1", "jest": "^27.0.6", "jsdom": "^16.7.0", "less": "^4.1.1", "less-loader": "^4.1.0", "mathsass": "^0.11.0", "nuxt-edge": "^2.16.0-27132492.cdbea391", "sass": "^1.37.5", "sass-loader": "^7.3.1", "standard-version": "^9.3.1", "stylus": "^0.54.8", "stylus-loader": "^3.0.2", "typescript": "^4.3.5" }, "engines": { "node": ">=v10.24.1", "npm": ">=6.14.14" }, "eslintIgnore": [ ".nuxt", "coverage", "dist", "lib/templates/*.*", "node_modules" ], "files": [ "lib", "types" ], "homepage": "https://github.com/nuxt-community/style-resources-module#readme", "jest": { "testEnvironment": "node", "collectCoverage": true, "collectCoverageFrom": [ "lib/**/*.js" ] }, "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 dev --config-file test/fixture/sass/nuxt.config.js", "lint": "eslint --ext .js,.ts,.vue lib test types", "prepare": "husky install", "release": "standard-version && git push --follow-tags && npm publish", "test": "yarn lint && jest" }, "types": "types/index.d.ts", "version": "1.2.1" }