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
93
94
95
96
97
98
99
100
101
{
  "_from": "node-red-admin@^3.0.0",
  "_id": "node-red-admin@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-1J1tcV+zkCIy24n0rcJ/DSPSCziEgLGld+QBYk1rNESIo+gFyL5RMkCOcII2IrBTZF/kcDTElepMTCILXbMDfQ==",
  "_location": "/node-red-admin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "node-red-admin@^3.0.0",
    "name": "node-red-admin",
    "escapedName": "node-red-admin",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-red-admin/-/node-red-admin-3.0.0.tgz",
  "_shasum": "a90b1c51712d1934c693103d47ef0664b7d521a0",
  "_spec": "node-red-admin@^3.0.0",
  "_where": "/home/l/plc/node-red",
  "bin": {
    "node-red-admin": "node-red-admin.js"
  },
  "bugs": {
    "url": "https://github.com/node-red/node-red-admin/issues/"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Nick O'Leary"
    },
    {
      "name": "Anna Thomas"
    }
  ],
  "dependencies": {
    "ansi-colors": "^4.1.1",
    "axios": "0.27.2",
    "bcrypt": "5.0.1",
    "bcryptjs": "^2.4.3",
    "cli-table": "^0.3.11",
    "enquirer": "^2.3.6",
    "minimist": "^1.2.6",
    "mustache": "^4.2.0",
    "read": "^1.0.7"
  },
  "deprecated": false,
  "description": "The Node-RED admin command line interface",
  "devDependencies": {
    "coveralls": "^3.1.1",
    "mocha": "^9.2.2",
    "nyc": "^15.1.0",
    "should": "^13.2.3",
    "sinon": "^11.1.2",
    "sinon-test": "^3.1.3"
  },
  "engines": {
    "node": ">=14"
  },
  "homepage": "http://nodered.org",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "mocha": {
    "spec:": "test/**/*.spec.js",
    "diff": true,
    "extension": [
      "js"
    ],
    "opts": false,
    "package": "./package.json",
    "reporter": "spec",
    "slow": 75,
    "timeout": 2000,
    "ui": "bdd",
    "recursive": "true",
    "watch-files": [
      "lib/**/*.js",
      "test/**/*.js"
    ],
    "watch-ignore": [
      "lib/vendor"
    ]
  },
  "name": "node-red-admin",
  "optionalDependencies": {
    "bcrypt": "5.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/node-red/node-red-admin.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=lcov",
    "test": "nyc mocha"
  },
  "version": "3.0.0"
}