保誠-保戶業務員媒合平台
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
  "_from": "ts-loader@^8.0.17",
  "_id": "ts-loader@8.4.0",
  "_inBundle": false,
  "_integrity": "sha512-6nFY3IZ2//mrPc+ImY3hNWx1vCHyEhl6V+wLmL4CZcm6g1CqX7UKrkc6y0i4FwcfOhxyMPCfaEvh20f4r9GNpw==",
  "_location": "/ts-loader",
  "_phantomChildren": {
    "lru-cache": "6.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ts-loader@^8.0.17",
    "name": "ts-loader",
    "escapedName": "ts-loader",
    "rawSpec": "^8.0.17",
    "saveSpec": null,
    "fetchSpec": "^8.0.17"
  },
  "_requiredBy": [
    "/@nuxt/typescript-build"
  ],
  "_resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.4.0.tgz",
  "_shasum": "e845ea0f38d140bdc3d7d60293ca18d12ff2720f",
  "_spec": "ts-loader@^8.0.17",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\typescript-build",
  "author": {
    "name": "John Reilly",
    "email": "johnny_reilly@hotmail.com",
    "url": "https://blog.johnnyreilly.com"
  },
  "bugs": {
    "url": "https://github.com/TypeStrong/ts-loader/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "John Reilly",
      "email": "johnny_reilly@hotmail.com",
      "url": "https://blog.johnnyreilly.com"
    },
    {
      "name": "James Brantly",
      "email": "james@jbrantly.com",
      "url": "http://www.jbrantly.com/"
    }
  ],
  "dependencies": {
    "chalk": "^4.1.0",
    "enhanced-resolve": "^4.0.0",
    "loader-utils": "^2.0.0",
    "micromatch": "^4.0.0",
    "semver": "^7.3.4"
  },
  "deprecated": false,
  "description": "TypeScript loader for webpack",
  "devDependencies": {
    "@types/micromatch": "^3.1.0",
    "@types/node": "*",
    "@types/semver": "^7.3.4",
    "@types/webpack": "^4.4.30",
    "@typescript-eslint/eslint-plugin": "^4.0.0",
    "@typescript-eslint/parser": "^4.0.0",
    "babel": "^6.0.0",
    "babel-core": "^6.0.0",
    "babel-loader": "^7.0.0",
    "babel-polyfill": "^6.16.0",
    "babel-preset-es2015": "^6.0.0",
    "babel-preset-es2016": "^6.16.0",
    "babel-preset-react": "^6.0.0",
    "escape-string-regexp": "^2.0.0",
    "eslint": "^7.1.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.1.3",
    "fs-extra": "^7.0.0",
    "glob": "^7.1.1",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^2.0.0",
    "jasmine-core": "^3.0.0",
    "karma": "^4.0.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-jasmine": "^2.0.0",
    "karma-mocha-reporter": "^2.0.0",
    "karma-sourcemap-loader": "^0.3.6",
    "karma-webpack": "^4.0.0-rc.5",
    "lint-staged": "^8.0.0",
    "markdown-toc": "^1.2.0",
    "mkdirp": "^0.5.1",
    "mocha": "^6.0.0",
    "prettier": "^2.0.5",
    "rimraf": "^2.6.2",
    "typescript": "^4.6.3",
    "webpack": "^4.5.0",
    "webpack-cli": "^3.1.1"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "homepage": "https://github.com/TypeStrong/ts-loader",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "ts-loader",
    "typescript-loader",
    "webpack",
    "loader",
    "typescript",
    "ts"
  ],
  "license": "MIT",
  "lint-staged": {
    "src/**/*.{ts,md}": [
      "prettier --write",
      "yarn lint",
      "git add"
    ]
  },
  "main": "index.js",
  "name": "ts-loader",
  "peerDependencies": {
    "typescript": "*",
    "webpack": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TypeStrong/ts-loader.git"
  },
  "scripts": {
    "build": "tsc --version && tsc --project \"./src\"",
    "clean": "git clean -xfd test/comparison-tests && git clean -xfd test/execution-tests",
    "comparison-tests": "git clean -xfd test/comparison-tests && npm link ./test/comparison-tests/testLib && node test/comparison-tests/run-tests.js",
    "comparison-tests-generate": "git clean -xfd test/comparison-tests && node test/comparison-tests/stub-new-version.js",
    "docker:build": "docker build -t ts-loader .",
    "execution-tests": "git clean -xfd test/execution-tests && node test/execution-tests/run-tests.js",
    "generate-toc": "markdown-toc -i ./README.md && git add README.md && git commit -m \"chore: update docs\"",
    "lint": "eslint -c .eslintrc.js --ext .ts ./src",
    "postdocker:build": "docker run -it ts-loader yarn test",
    "test": "git clean -xfd test/comparison-tests && git clean -xfd test/execution-tests && node test/run-tests.js"
  },
  "types": "dist",
  "version": "8.4.0"
}