15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
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
{
  "_from": "@sindresorhus/is@^4.0.0",
  "_id": "@sindresorhus/is@4.6.0",
  "_inBundle": false,
  "_integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
  "_location": "/@sindresorhus/is",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@sindresorhus/is@^4.0.0",
    "name": "@sindresorhus/is",
    "escapedName": "@sindresorhus%2fis",
    "scope": "@sindresorhus",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/got"
  ],
  "_resolved": "https://registry.npmmirror.com/@sindresorhus/is/-/is-4.6.0.tgz",
  "_shasum": "3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f",
  "_spec": "@sindresorhus/is@^4.0.0",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/got",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "ava": {
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ]
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Type check values",
  "devDependencies": {
    "@sindresorhus/tsconfig": "^0.7.0",
    "@types/jsdom": "^16.1.0",
    "@types/node": "^14.0.13",
    "@types/zen-observable": "^0.8.0",
    "@typescript-eslint/eslint-plugin": "^2.20.0",
    "@typescript-eslint/parser": "^2.20.0",
    "ava": "^3.3.0",
    "del-cli": "^2.0.0",
    "eslint-config-xo-typescript": "^0.26.0",
    "jsdom": "^16.0.1",
    "rxjs": "^6.4.0",
    "tempy": "^0.4.0",
    "ts-node": "^8.3.0",
    "typescript": "~3.8.2",
    "xo": "^0.26.1",
    "zen-observable": "^0.8.8"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sindresorhus/is?sponsor=1",
  "homepage": "https://github.com/sindresorhus/is#readme",
  "keywords": [
    "type",
    "types",
    "is",
    "check",
    "checking",
    "validate",
    "validation",
    "utility",
    "util",
    "typeof",
    "instanceof",
    "object",
    "assert",
    "assertion",
    "test",
    "kind",
    "primitive",
    "verify",
    "compare",
    "typescript",
    "typeguards",
    "types"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@sindresorhus/is",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is.git"
  },
  "scripts": {
    "build": "del dist && tsc",
    "prepare": "npm run build",
    "test": "xo && ava"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "4.6.0",
  "xo": {
    "extends": "xo-typescript",
    "extensions": [
      "ts"
    ],
    "parserOptions": {
      "project": "./tsconfig.xo.json"
    },
    "globals": [
      "BigInt",
      "BigInt64Array",
      "BigUint64Array"
    ],
    "rules": {
      "@typescript-eslint/promise-function-async": "off",
      "@typescript-eslint/no-empty-function": "off",
      "@typescript-eslint/explicit-function-return-type": "off"
    }
  }
}