保誠-保戶業務員媒合平台
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
{
  "_from": "destr@^1.1.0",
  "_id": "destr@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-QqkneF8LrYmwATMdnuD2MLI3GHQIcBnG6qFC2q9bSH430VTCDAVjcspPmUaKhPGtAtPAftIUFqY1obQYQuwmbg==",
  "_location": "/destr",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "destr@^1.1.0",
    "name": "destr",
    "escapedName": "destr",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/@nuxt/cli",
    "/@nuxt/config",
    "/@nuxt/telemetry",
    "/rc9"
  ],
  "_resolved": "https://registry.npmjs.org/destr/-/destr-1.1.1.tgz",
  "_shasum": "910457d10a2f2f247add4ca4fdb4a03adcc49079",
  "_spec": "destr@^1.1.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\cli",
  "bugs": {
    "url": "https://github.com/unjs/destr/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A faster, secure and convenient alternative for JSON.parse",
  "devDependencies": {
    "@hapi/bourne": "latest",
    "@nuxtjs/eslint-config-typescript": "latest",
    "benchmark": "latest",
    "eslint": "latest",
    "rollup-plugin-typescript2": "latest",
    "secure-json-parse": "latest",
    "standard-version": "latest",
    "typescript": "latest",
    "unbuild": "latest"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/destr#readme",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "destr",
  "packageManager": "pnpm@6.32.3",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/destr.git"
  },
  "scripts": {
    "bench": "pnpm build && node ./bench.cjs",
    "build": "unbuild",
    "lint": "eslint --ext .ts .",
    "release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
    "test": "pnpm lint"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "1.1.1"
}