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
| {
| "_from": "launch-editor@^2.3.0",
| "_id": "launch-editor@2.3.0",
| "_inBundle": false,
| "_integrity": "sha512-3QrsCXejlWYHjBPFXTyGNhPj4rrQdB+5+r5r3wArpLH201aR+nWUgw/zKKkTmilCfY/sv6u8qo98pNvtg8LUTA==",
| "_location": "/launch-editor",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "launch-editor@^2.3.0",
| "name": "launch-editor",
| "escapedName": "launch-editor",
| "rawSpec": "^2.3.0",
| "saveSpec": null,
| "fetchSpec": "^2.3.0"
| },
| "_requiredBy": [
| "/launch-editor-middleware"
| ],
| "_resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.3.0.tgz",
| "_shasum": "23b2081403b7eeaae2918bda510f3535ccab0ee4",
| "_spec": "launch-editor@^2.3.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\launch-editor-middleware",
| "author": {
| "name": "Evan You"
| },
| "bugs": {
| "url": "https://github.com/yyx990803/launch-editor/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "picocolors": "^1.0.0",
| "shell-quote": "^1.6.1"
| },
| "deprecated": false,
| "description": "launch editor from node.js",
| "homepage": "https://github.com/yyx990803/launch-editor#readme",
| "keywords": [
| "launch",
| "editor"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "launch-editor",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/yyx990803/launch-editor.git"
| },
| "version": "2.3.0"
| }
|
|