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
{
  "_from": "spawn-wrap@^1.4.2",
  "_id": "spawn-wrap@1.4.3",
  "_inBundle": false,
  "_integrity": "sha512-IgB8md0QW/+tWqcavuFgKYR/qIRvJkRLPJDFaoXtLLUaVcCDK0+HeFTkmQHj3eprcYhc+gOl0aEA1w7qZlYezw==",
  "_location": "/spawn-wrap",
  "_phantomChildren": {
    "glob": "7.2.3",
    "minimist": "1.2.8"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "spawn-wrap@^1.4.2",
    "name": "spawn-wrap",
    "escapedName": "spawn-wrap",
    "rawSpec": "^1.4.2",
    "saveSpec": null,
    "fetchSpec": "^1.4.2"
  },
  "_requiredBy": [
    "/nyc"
  ],
  "_resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-1.4.3.tgz",
  "_shasum": "81b7670e170cca247d80bf5faf0cfb713bdcf848",
  "_spec": "spawn-wrap@^1.4.2",
  "_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/isaacs/spawn-wrap/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "foreground-child": "^1.5.6",
    "mkdirp": "^0.5.0",
    "os-homedir": "^1.0.1",
    "rimraf": "^2.6.2",
    "signal-exit": "^3.0.2",
    "which": "^1.3.0"
  },
  "deprecated": false,
  "description": "Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.",
  "devDependencies": {
    "tap": "^10.7.3"
  },
  "files": [
    "index.js",
    "shim.js",
    "lib/is-windows.js"
  ],
  "homepage": "https://github.com/isaacs/spawn-wrap#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "spawn-wrap",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/spawn-wrap.git"
  },
  "scripts": {
    "clean": "rm -rf ~/.node-spawn-wrap-*",
    "postpublish": "git push origin --all; git push origin --tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "test": "tap --timeout=240 test/*.js"
  },
  "version": "1.4.3"
}