liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
{
  "_from": "typical@^2.6.1",
  "_id": "typical@2.6.1",
  "_inBundle": false,
  "_integrity": "sha512-ofhi8kjIje6npGozTip9Fr8iecmYfEbS06i0JnIg+rh51KakryWF4+jX8lLKZVhy6N+ID45WYSFCxPOdTWCzNg==",
  "_location": "/typical",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "typical@^2.6.1",
    "name": "typical",
    "escapedName": "typical",
    "rawSpec": "^2.6.1",
    "saveSpec": null,
    "fetchSpec": "^2.6.1"
  },
  "_requiredBy": [
    "/command-line-tool",
    "/command-line-tool/array-back",
    "/command-line-usage",
    "/command-line-usage/array-back",
    "/reduce-extract/array-back",
    "/reduce-extract/test-value",
    "/reduce-without/array-back",
    "/reduce-without/test-value",
    "/stream-connect/array-back",
    "/table-layout",
    "/table-layout/array-back",
    "/test-value",
    "/test-value/array-back",
    "/wordwrapjs"
  ],
  "_resolved": "https://registry.npmjs.org/typical/-/typical-2.6.1.tgz",
  "_shasum": "5c080e5d661cbbe38259d2e70a3c7253e873881d",
  "_spec": "typical@^2.6.1",
  "_where": "/home/l/plc/node-red/node_modules/command-line-tool",
  "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": {
    "core-assert": "^0.2.1",
    "feature-detect-es6": "^1.3.1",
    "jsdoc-to-markdown": "^3.0.0",
    "test-runner": "^0.3.0"
  },
  "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": "./lib/typical.js",
  "name": "typical",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/75lb/typical.git"
  },
  "scripts": {
    "docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
    "test": "test-runner test/*.js"
  },
  "version": "2.6.1"
}