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": "is-type-of@^1.2.1",
| "_id": "is-type-of@1.4.0",
| "_inBundle": false,
| "_integrity": "sha512-EddYllaovi5ysMLMEN7yzHEKh8A850cZ7pykrY1aNRQGn/CDjRDE9qEWbIdt7xGEVJmjBXzU/fNnC4ABTm8tEQ==",
| "_location": "/is-type-of",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "is-type-of@^1.2.1",
| "name": "is-type-of",
| "escapedName": "is-type-of",
| "rawSpec": "^1.2.1",
| "saveSpec": null,
| "fetchSpec": "^1.2.1"
| },
| "_requiredBy": [
| "/ee-bin",
| "/ee-core"
| ],
| "_resolved": "https://registry.npmmirror.com/is-type-of/-/is-type-of-1.4.0.tgz",
| "_shasum": "3ed175a0eee888b1da4983332e7714feb8a8fb2b",
| "_spec": "is-type-of@^1.2.1",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/ee-core",
| "author": {
| "name": "dead_horse",
| "email": "dead_horse@qq.com"
| },
| "bugs": {
| "url": "https://github.com/node-modules/is-type-of/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "core-util-is": "^1.0.2",
| "is-class-hotfix": "~0.0.6",
| "isstream": "~0.1.2"
| },
| "deprecated": false,
| "description": "complete type checking for node",
| "devDependencies": {
| "@types/node": "^18.16.3",
| "beautify-benchmark": "^0.2.4",
| "benchmark": "^2.1.4",
| "egg-bin": "^6.4.0",
| "long": "^3.2.0",
| "semver": "^5.4.1",
| "tsd": "^0.28.1"
| },
| "files": [
| "index.js",
| "index.d.ts"
| ],
| "homepage": "https://github.com/node-modules/is-type-of",
| "keywords": [
| "typeof",
| "checker",
| "type",
| "is"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "is-type-of",
| "repository": {
| "type": "git",
| "url": "git://github.com/node-modules/is-type-of.git"
| },
| "scripts": {
| "ci": "tsd && egg-bin cov",
| "lint": "echo 'ignore'",
| "test": "tsd && egg-bin test"
| },
| "version": "1.4.0"
| }
|
|