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
{
  "_from": "test-value@^3.0.0",
  "_id": "test-value@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-sVACdAWcZkSU9x7AOmJo5TqE+GyNJknHaHsMrR6ZnhjVlVN9Yx6FjHrsKZ3BjIpPCT68zYesPWkakrNupwfOTQ==",
  "_location": "/test-value",
  "_phantomChildren": {
    "typical": "2.6.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "test-value@^3.0.0",
    "name": "test-value",
    "escapedName": "test-value",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/dmd",
    "/jsdoc-parse"
  ],
  "_resolved": "https://registry.npmjs.org/test-value/-/test-value-3.0.0.tgz",
  "_shasum": "9168c062fab11a86b8d444dd968bb4b73851ce92",
  "_spec": "test-value@^3.0.0",
  "_where": "/home/l/plc/node-red/node_modules/dmd",
  "author": {
    "name": "Lloyd Brookes",
    "email": "75pound@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/75lb/test-value/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "array-back": "^2.0.0",
    "typical": "^2.6.1"
  },
  "deprecated": false,
  "description": "Test a value in a variety of ways",
  "devDependencies": {
    "jsdoc-to-markdown": "^3.0.2",
    "test-runner": "^0.4.1"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/75lb/test-value#readme",
  "keywords": [],
  "license": "MIT",
  "name": "test-value",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/75lb/test-value.git"
  },
  "scripts": {
    "docs": "jsdoc2md -t README.hbs index.js > README.md; echo",
    "test": "test-runner test.js"
  },
  "version": "3.0.0"
}