{ "_from": "sass-resources-loader@^2.2.4", "_id": "sass-resources-loader@2.2.5", "_inBundle": false, "_integrity": "sha512-po8rfETH9cOQACWxubT/1CCu77KjxwRtCDm6QAXZH99aUHBydwSoxdIjC40SGp/dcS/FkSNJl0j1VEojGZqlvQ==", "_location": "/sass-resources-loader", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "sass-resources-loader@^2.2.4", "name": "sass-resources-loader", "escapedName": "sass-resources-loader", "rawSpec": "^2.2.4", "saveSpec": null, "fetchSpec": "^2.2.4" }, "_requiredBy": [ "/@nuxtjs/style-resources" ], "_resolved": "https://registry.npmjs.org/sass-resources-loader/-/sass-resources-loader-2.2.5.tgz", "_shasum": "75131cdb26bae51fcffc007d8155d57b5e825ca7", "_spec": "sass-resources-loader@^2.2.4", "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxtjs\\style-resources", "authors": [ "Justin Gordon (https://github.com/justin808)", "Alex Fedoseev (https://github.com/alexfedoseev)" ], "bugs": { "url": "https://github.com/shakacode/sass-resources-loader/issues" }, "bundleDependencies": false, "dependencies": { "async": "^3.2.3", "chalk": "^4.1.0", "glob": "^7.1.6", "loader-utils": "^2.0.0" }, "deprecated": false, "description": "SASS resources loader for Webpack", "devDependencies": { "@babel/cli": "^7.10.5", "@babel/core": "^7.11.1", "@babel/preset-env": "^7.11.0", "babel-eslint": "^10.1.0", "eslint": "^7.6.0", "eslint-config-airbnb": "^18.2.0", "eslint-config-shakacode": "^17.0.0", "eslint-plugin-import": "^2.22.0", "jest": "^26.2.2", "raw-loader": "^4.0.1", "webpack": "^4.44.1", "webpack-merge": "^5.1.1" }, "files": [ "lib" ], "homepage": "https://github.com/shakacode/sass-resources-loader#readme", "keywords": [ "css", "sass", "webpack" ], "license": "MIT", "main": "lib/loader.js", "name": "sass-resources-loader", "repository": { "type": "git", "url": "git+https://github.com/shakacode/sass-resources-loader.git" }, "scripts": { "build": "scripts/build", "clean": "scripts/clean", "dev": "scripts/dev", "lint": "scripts/lint", "prepublish": "yarn run prerelease", "prerelease": "yarn run clean && yarn run build && yarn run test && yarn run lint", "preversion": "yarn run prerelease", "release:major": "scripts/release major", "release:minor": "scripts/release minor", "release:patch": "scripts/release patch", "start": "yarn run lint && yarn run clean && yarn run dev", "test": "jest" }, "version": "2.2.5" }