保誠-保戶業務員媒合平台
Tomas
2022-05-19 957a1f10a06fdbb76f1a0ba94fe44126c613fee3
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
87
88
89
90
91
92
93
{
  "_args": [
    [
      "sass-resources-loader@2.2.4",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "sass-resources-loader@2.2.4",
  "_id": "sass-resources-loader@2.2.4",
  "_inBundle": false,
  "_integrity": "sha512-hIQhBygYky+rLf+4cuoGYONZ623CEH4Swo1fs1WRJkukbqdvN1VIu2KCL59du6vX92bNELzNkGPLx+NorN73xA==",
  "_location": "/sass-resources-loader",
  "_phantomChildren": {
    "big.js": "5.2.2",
    "emojis-list": "3.0.0",
    "json5": "2.2.0"
  },
  "_requested": {
    "type": "version",
    "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.4.tgz",
  "_spec": "2.2.4",
  "_where": "/Users/tomas/PAM/PAMapp",
  "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"
  },
  "dependencies": {
    "async": "^3.2.0",
    "chalk": "^4.1.0",
    "glob": "^7.1.6",
    "loader-utils": "^2.0.0"
  },
  "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.4"
}