保誠-保戶業務員媒合平台
tomasysh
2022-05-25 43d0eed31f4b2a59e23c06ceba3616aac3f549f6
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
  "_from": "style-resources-loader@^1.4.1",
  "_id": "style-resources-loader@1.5.0",
  "_inBundle": false,
  "_integrity": "sha512-fIfyvQ+uvXaCBGGAgfh+9v46ARQB1AWdaop2RpQw0PBVuROsTBqGvx8dj0kxwjGOAyq3vepe4AOK3M6+Q/q2jw==",
  "_location": "/style-resources-loader",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "style-resources-loader@^1.4.1",
    "name": "style-resources-loader",
    "escapedName": "style-resources-loader",
    "rawSpec": "^1.4.1",
    "saveSpec": null,
    "fetchSpec": "^1.4.1"
  },
  "_requiredBy": [
    "/@nuxt/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/style-resources-loader/-/style-resources-loader-1.5.0.tgz",
  "_shasum": "6e0585ca475b9dac45387c308be90d74c814f41f",
  "_spec": "style-resources-loader@^1.4.1",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\webpack",
  "author": {
    "name": "Yan Shi",
    "email": "yenshih95@gmail.com",
    "url": "https://github.com/yenshih"
  },
  "bugs": {
    "url": "https://github.com/yenshih/style-resources-loader/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "glob": "^7.2.0",
    "loader-utils": "^2.0.0",
    "schema-utils": "^2.7.0",
    "tslib": "^2.3.1"
  },
  "deprecated": false,
  "description": "CSS processor resources loader for webpack",
  "devDependencies": {
    "@commitlint/cli": "^15.0.0",
    "@commitlint/config-conventional": "^15.0.0",
    "@types/glob": "^7.2.0",
    "@types/is-promise": "^2.2.0",
    "@types/jest": "^27.0.3",
    "@types/loader-utils": "^2.0.3",
    "@types/node": "^16.11.12",
    "@types/webpack": "^4.41.25",
    "@types/webpack-merge": "^5.0.0",
    "@typescript-eslint/eslint-plugin": "^5.6.0",
    "@typescript-eslint/parser": "^5.6.0",
    "coveralls": "^3.1.1",
    "cross-env": "^7.0.3",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-prettier": "^4.0.0",
    "husky": "^7.0.4",
    "jest": "^27.4.3",
    "lint-staged": "^12.1.2",
    "prettier": "^2.5.1",
    "raw-loader": "^4.0.2",
    "ts-jest": "^27.1.0",
    "typescript": "^4.5.2",
    "webpack": "^4.46.0",
    "webpack-merge": "^5.8.0"
  },
  "engines": {
    "node": ">=8.9"
  },
  "files": [
    "lib",
    "src",
    "index.d.ts"
  ],
  "homepage": "https://github.com/yenshih/style-resources-loader",
  "keywords": [
    "webpack",
    "loader",
    "style",
    "css",
    "sass",
    "scss",
    "less",
    "stylus",
    "inject",
    "resource",
    "variable",
    "mixin"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "style-resources-loader",
  "peerDependencies": {
    "webpack": "^3.0.0 || ^4.0.0 || ^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yenshih/style-resources-loader.git"
  },
  "scripts": {
    "build": "tsc -d",
    "clean": "rimraf lib coverage test/**/outputs",
    "coverage": "npm test -- --coverage",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "posttest": "rimraf test/**/outputs",
    "prepare": "npm run clean && npm run lint && npm run build && npm run coverage",
    "prettier": "prettier {src,test}/**/*.ts --write",
    "start": "tsc -w",
    "test": "jest"
  },
  "sideEffects": false,
  "version": "1.5.0"
}