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
{
  "_from": "foreground-child@^1.5.6",
  "_id": "foreground-child@1.5.6",
  "_inBundle": false,
  "_integrity": "sha512-3TOY+4TKV0Ml83PXJQY+JFQaHNV38lzQDIzzXYg1kWdBLenGgoZhAs0CKgzI31vi2pWEpQMq/Yi4bpKwCPkw7g==",
  "_location": "/foreground-child",
  "_phantomChildren": {
    "pseudomap": "1.0.2",
    "which": "1.3.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "foreground-child@^1.5.6",
    "name": "foreground-child",
    "escapedName": "foreground-child",
    "rawSpec": "^1.5.6",
    "saveSpec": null,
    "fetchSpec": "^1.5.6"
  },
  "_requiredBy": [
    "/nyc",
    "/spawn-wrap"
  ],
  "_resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-1.5.6.tgz",
  "_shasum": "4fd71ad2dfde96789b980a5c0a295937cb2f5ce9",
  "_spec": "foreground-child@^1.5.6",
  "_where": "/home/l/plc/node-red/node_modules/nyc",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/tapjs/foreground-child/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cross-spawn": "^4",
    "signal-exit": "^3.0.0"
  },
  "deprecated": false,
  "description": "Run a child as if it's the foreground process.  Give it stdio.  Exit when it exits.",
  "devDependencies": {
    "tap": "^8.0.1"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/tapjs/foreground-child#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "foreground-child",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapjs/foreground-child.git"
  },
  "scripts": {
    "changelog": "bash changelog.sh",
    "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
    "test": "tap --coverage test/*.js"
  },
  "version": "1.5.6"
}