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
| {
| "_args": [
| [
| "check-types@8.0.3",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "check-types@8.0.3",
| "_id": "check-types@8.0.3",
| "_inBundle": false,
| "_integrity": "sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==",
| "_location": "/check-types",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "check-types@8.0.3",
| "name": "check-types",
| "escapedName": "check-types",
| "rawSpec": "8.0.3",
| "saveSpec": null,
| "fetchSpec": "8.0.3"
| },
| "_requiredBy": [
| "/bfj"
| ],
| "_resolved": "https://registry.npmmirror.com/check-types/-/check-types-8.0.3.tgz",
| "_spec": "8.0.3",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Phil Booth",
| "email": "pmbooth@gmail.com",
| "url": "https://philbooth.me/"
| },
| "bugs": {
| "url": "https://gitlab.com/philbooth/check-types.js/issues"
| },
| "description": "A little library for asserting types and values.",
| "devDependencies": {
| "chai": "4.2.x",
| "jshint": "^2.9.7",
| "mocha": "5.2.x",
| "please-release-me": "^2.1.2",
| "uglify-js": "3.4.x"
| },
| "files": [
| "COPYING",
| "HISTORY.md",
| "src"
| ],
| "homepage": "https://gitlab.com/philbooth/check-types.js",
| "keywords": [
| "type",
| "types",
| "type-check",
| "type-checking",
| "duck-typing",
| "arguments",
| "parameters",
| "values",
| "data",
| "contract",
| "assert",
| "check",
| "verify",
| "safe",
| "safety"
| ],
| "license": "MIT",
| "main": "./src/check-types",
| "name": "check-types",
| "repository": {
| "type": "git",
| "url": "git+https://gitlab.com/philbooth/check-types.js.git"
| },
| "scripts": {
| "lint": "jshint ./src/check-types.js",
| "minify": "uglifyjs ./src/check-types.js --compress --mangle --output ./src/check-types.min.js",
| "test": "mocha --ui tdd --reporter spec --colors ./test/check-types.js"
| },
| "version": "8.0.3"
| }
|
|