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
{
  "_from": "object-to-spawn-args@^2.0.1",
  "_id": "object-to-spawn-args@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-6FuKFQ39cOID+BMZ3QaphcC8Y4cw6LXBLyIgPU+OhIYwviJamPAn+4mITapnSBQrejB+NNp+FMskhD8Cq+Ys3w==",
  "_location": "/object-to-spawn-args",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "object-to-spawn-args@^2.0.1",
    "name": "object-to-spawn-args",
    "escapedName": "object-to-spawn-args",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/jsdoc-api"
  ],
  "_resolved": "https://registry.npmjs.org/object-to-spawn-args/-/object-to-spawn-args-2.0.1.tgz",
  "_shasum": "cf8b8e3c9b3589137a469cac90391f44870144a5",
  "_spec": "object-to-spawn-args@^2.0.1",
  "_where": "/home/l/plc/node-red/node_modules/jsdoc-api",
  "author": {
    "name": "Lloyd Brookes"
  },
  "bugs": {
    "url": "https://github.com/75lb/object-to-spawn-args/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Converts an object to a child_process.spawn args array",
  "devDependencies": {
    "test-runner": "^0.6.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/75lb/object-to-spawn-args#readme",
  "keywords": [
    "child_process",
    "spawn"
  ],
  "license": "MIT",
  "name": "object-to-spawn-args",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/75lb/object-to-spawn-args.git"
  },
  "scripts": {
    "test": "test-runner test.js"
  },
  "version": "2.0.1"
}