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
| {
| "_from": "liftup@~3.0.1",
| "_id": "liftup@3.0.1",
| "_inBundle": false,
| "_integrity": "sha512-yRHaiQDizWSzoXk3APcA71eOI/UuhEkNN9DiW2Tt44mhYzX4joFoCZlxsSOF7RyeLlfqzFLQI1ngFq3ggMPhOw==",
| "_location": "/liftup",
| "_phantomChildren": {
| "detect-file": "1.0.0",
| "is-glob": "4.0.3",
| "micromatch": "4.0.5",
| "resolve-dir": "1.0.1"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "liftup@~3.0.1",
| "name": "liftup",
| "escapedName": "liftup",
| "rawSpec": "~3.0.1",
| "saveSpec": null,
| "fetchSpec": "~3.0.1"
| },
| "_requiredBy": [
| "/grunt-cli"
| ],
| "_resolved": "https://registry.npmjs.org/liftup/-/liftup-3.0.1.tgz",
| "_shasum": "1cb81aff0f368464ed3a5f1a7286372d6b1a60ce",
| "_spec": "liftup@~3.0.1",
| "_where": "/home/l/plc/node-red/node_modules/grunt-cli",
| "author": {
| "name": "Grunt Development Team",
| "url": "https://gruntjs.com/development-team"
| },
| "bugs": {
| "url": "https://github.com/gruntjs/js-liftup/issues"
| },
| "bundleDependencies": false,
| "contributors": [],
| "dependencies": {
| "extend": "^3.0.2",
| "findup-sync": "^4.0.0",
| "fined": "^1.2.0",
| "flagged-respawn": "^1.0.1",
| "is-plain-object": "^2.0.4",
| "object.map": "^1.0.1",
| "rechoir": "^0.7.0",
| "resolve": "^1.19.0"
| },
| "deprecated": false,
| "description": "Launch your command line tool with ease.",
| "devDependencies": {
| "chai": "^3.5.0",
| "coffeescript": "^1.10.0",
| "eslint": "^2.13.1",
| "eslint-config-gulp": "^3.0.1",
| "mocha": "^8.3.1",
| "nyc": "^14.1.1",
| "sinon": "~1.17.7"
| },
| "engines": {
| "node": ">=10"
| },
| "files": [
| "index.js",
| "lib",
| "LICENSE"
| ],
| "homepage": "https://github.com/gruntjs/js-liftup#readme",
| "keywords": [
| "command line"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "liftup",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/gruntjs/js-liftup.git"
| },
| "scripts": {
| "cover": "nyc --reporter=lcov --reporter=text-summary npm test",
| "pretest": "eslint .",
| "test": "mocha -t 5000 -b -R spec test/index"
| },
| "version": "3.0.1"
| }
|
|