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
89
90
91
92
{
  "_from": "node-red-node-test-helper@^0.3.0",
  "_id": "node-red-node-test-helper@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-mgeMEsRDbxmF16dQeBHEF0n944i09V4d1tMYpll83P2kxu/78Iqc6kuP9E12duqQSgWR8SOGNUqMxz9vpog1DA==",
  "_location": "/node-red-node-test-helper",
  "_phantomChildren": {
    "@babel/code-frame": "7.21.4",
    "@types/normalize-package-data": "2.4.1",
    "error-ex": "1.3.2",
    "json-parse-even-better-errors": "2.3.1",
    "lines-and-columns": "1.2.4",
    "methods": "1.1.2",
    "normalize-package-data": "2.5.0",
    "p-try": "2.2.0",
    "path-exists": "4.0.0",
    "superagent": "7.1.5",
    "type-fest": "0.8.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "node-red-node-test-helper@^0.3.0",
    "name": "node-red-node-test-helper",
    "escapedName": "node-red-node-test-helper",
    "rawSpec": "^0.3.0",
    "saveSpec": null,
    "fetchSpec": "^0.3.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/node-red-node-test-helper/-/node-red-node-test-helper-0.3.0.tgz",
  "_shasum": "d51f4ba20ac2e640c9e07e5243c290c89a9643d4",
  "_spec": "node-red-node-test-helper@^0.3.0",
  "_where": "/home/l/plc/node-red",
  "bugs": {
    "url": "https://github.com/node-red/node-red-node-test-helper/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Nick O'Leary"
    },
    {
      "name": "Dave Conway-Jones"
    },
    {
      "name": "Mike Blackstock"
    },
    {
      "name": "Dean Cording"
    }
  ],
  "dependencies": {
    "body-parser": "1.20.0",
    "express": "4.18.1",
    "read-pkg-up": "7.0.1",
    "semver": "7.3.7",
    "should": "^13.2.3",
    "should-sinon": "0.0.6",
    "sinon": "11.1.2",
    "stoppable": "1.1.0",
    "supertest": "6.2.3"
  },
  "deprecated": false,
  "description": "A test framework for Node-RED nodes",
  "devDependencies": {
    "mocha": "9.2.2"
  },
  "engines": {
    "node": ">=14"
  },
  "homepage": "https://github.com/node-red/node-red-node-test-helper#readme",
  "keywords": [
    "test",
    "iot",
    "node-red"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "node-red-node-test-helper",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/node-red/node-red-node-test-helper.git"
  },
  "scripts": {
    "examples": "mocha \"examples/**/*_spec.js\"",
    "test": "mocha \"test/**/*_spec.js\""
  },
  "version": "0.3.0"
}