保誠-保戶業務員媒合平台
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
{
  "_from": "@nuxt/typescript-build@^2.1.0",
  "_id": "@nuxt/typescript-build@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-7TLMpfzgOckf3cBkzoPFns6Xl8FzY6MoFfm/5HUE47QeTWAdOG9ZFxMrVhHWieZHYUuV+k6byRtaRv4S/3R8zA==",
  "_location": "/@nuxt/typescript-build",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@nuxt/typescript-build@^2.1.0",
    "name": "@nuxt/typescript-build",
    "escapedName": "@nuxt%2ftypescript-build",
    "scope": "@nuxt",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@nuxt/typescript-build/-/typescript-build-2.1.0.tgz",
  "_shasum": "191fe60e942ce84a01468ba6e255744e01c7c538",
  "_spec": "@nuxt/typescript-build@^2.1.0",
  "_where": "D:\\project\\PAM\\PAMapp",
  "bugs": {
    "url": "https://github.com/nuxt/typescript/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "consola": "^2.15.3",
    "fork-ts-checker-webpack-plugin": "^6.1.1",
    "ts-loader": "^8.0.17",
    "typescript": "~4.2"
  },
  "deprecated": false,
  "description": "Nuxt.js TypeScript support",
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/nuxt/typescript#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@nuxt/typescript-build",
  "peerDependencies": {
    "@nuxt/types": ">=2.13.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/typescript.git"
  },
  "scripts": {
    "build": "yarn run clean && yarn compile",
    "clean": "rm -rf dist",
    "compile": "tsc"
  },
  "types": "dist/index.d.ts",
  "version": "2.1.0"
}