保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
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
117
118
119
120
{
  "_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"
}