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
| {
| "_from": "typical@^4.0.0",
| "_id": "typical@4.0.0",
| "_inBundle": false,
| "_integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==",
| "_location": "/command-line-args/typical",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "typical@^4.0.0",
| "name": "typical",
| "escapedName": "typical",
| "rawSpec": "^4.0.0",
| "saveSpec": null,
| "fetchSpec": "^4.0.0"
| },
| "_requiredBy": [
| "/command-line-args"
| ],
| "_resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz",
| "_shasum": "cbeaff3b9d7ae1e2bbfaf5a4e6f11eccfde94fc4",
| "_spec": "typical@^4.0.0",
| "_where": "/home/l/plc/node-red/node_modules/command-line-args",
| "author": {
| "name": "Lloyd Brookes",
| "email": "75pound@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/75lb/typical/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Robust Javascript type-checking",
| "devDependencies": {
| "@test-runner/web": "^0.1.4",
| "coveralls": "^3.0.3",
| "esm-runner": "^0.1.2",
| "jsdoc-to-markdown": "^4.0.1",
| "rollup": "^1.7.0",
| "test-object-model": "^0.3.8",
| "test-runner": "^0.6.0-14"
| },
| "engines": {
| "node": ">=8"
| },
| "files": [
| "index.mjs",
| "dist/index.js"
| ],
| "homepage": "https://github.com/75lb/typical#readme",
| "keywords": [
| "type",
| "checking",
| "check",
| "value",
| "valid",
| "is",
| "number",
| "object",
| "plainobject",
| "array",
| "like",
| "defined",
| "string",
| "boolean",
| "function",
| "promise",
| "iterable",
| "class",
| "primitive"
| ],
| "license": "MIT",
| "main": "dist/index.js",
| "name": "typical",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/75lb/typical.git"
| },
| "scripts": {
| "cover": "nyc --reporter=text-lcov test-runner test.js | coveralls",
| "dist": "rollup index.mjs -f umd -n typical -o dist/index.js",
| "docs": "jsdoc2md -c jsdoc.conf -t README.hbs index.mjs > README.md; echo",
| "test": "npm run test:js && npm run test:esm && npm run test:web",
| "test:esm": "esm-runner test*.mjs",
| "test:js": "rollup test.mjs -f cjs -o dist/test.js && rollup test-v10.mjs -f cjs -o dist/test-v10.js && test-runner dist/test*.js",
| "test:web": "web-runner test.mjs"
| },
| "version": "4.0.0"
| }
|
|