1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
| {
| "_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 <justin.gordon@gmail.com> (https://github.com/justin808)",
| "Alex Fedoseev <alex.fedoseev@gmail.com> (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"
| }
|
|