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
| {
| "_args": [
| [
| "is-type-of@1.2.1",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "is-type-of@1.2.1",
| "_id": "is-type-of@1.2.1",
| "_inBundle": false,
| "_integrity": "sha512-uK0kyX9LZYhSDS7H2sVJQJop1UnWPWmo5RvR3q2kFH6AUHYs7sOrVg0b4nyBHw29kRRNFofYN/JbHZDlHiItTA==",
| "_location": "/is-type-of",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "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": [
| "/@eggjs/router",
| "/ali-oss",
| "/cluster-client",
| "/coffee",
| "/common-bin",
| "/egg",
| "/egg-cluster",
| "/egg-core",
| "/egg-jsonp",
| "/egg-mock",
| "/egg-schedule",
| "/egg-static",
| "/get-ready",
| "/graceful-process",
| "/koa-session",
| "/mm",
| "/runscript",
| "/sdk-base",
| "/serialize-json",
| "/tcp-base",
| "/ypkgfiles"
| ],
| "_resolved": "https://registry.npmjs.org/is-type-of/-/is-type-of-1.2.1.tgz",
| "_spec": "1.2.1",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "dead_horse",
| "email": "dead_horse@qq.com"
| },
| "bugs": {
| "url": "https://github.com/node-modules/is-type-of/issues"
| },
| "dependencies": {
| "core-util-is": "^1.0.2",
| "is-class-hotfix": "~0.0.6",
| "isstream": "~0.1.2"
| },
| "description": "complete type checking for node",
| "devDependencies": {
| "autod": "^2.9.0",
| "beautify-benchmark": "^0.2.4",
| "benchmark": "^2.1.4",
| "contributors": "*",
| "long": "^3.2.0",
| "mocha": "^3.5.0",
| "nyc": "^11.1.0",
| "semver": "^5.4.1"
| },
| "files": [
| "index.js"
| ],
| "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": {
| "test": "nyc mocha test/*.test.js"
| },
| "version": "1.2.1"
| }
|
|