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-middleware@^2.2.1",
| "_id": "launch-editor-middleware@2.3.0",
| "_inBundle": false,
| "_integrity": "sha512-GJR64trLdFFwCoL9DMn/d1SZX0OzTDPixu4mcfWTShQ4tIqCHCGvlg9fOEYQXyBlrSMQwylsJfUWncheShfV2w==",
| "_location": "/launch-editor-middleware",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "launch-editor-middleware@^2.2.1",
| "name": "launch-editor-middleware",
| "escapedName": "launch-editor-middleware",
| "rawSpec": "^2.2.1",
| "saveSpec": null,
| "fetchSpec": "^2.2.1"
| },
| "_requiredBy": [
| "/@nuxt/server"
| ],
| "_resolved": "https://registry.npmjs.org/launch-editor-middleware/-/launch-editor-middleware-2.3.0.tgz",
| "_shasum": "edd0ed45a46f5f1cf27540f93346b5de9e8c3be0",
| "_spec": "launch-editor-middleware@^2.2.1",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\server",
| "author": {
| "name": "Evan You"
| },
| "bugs": {
| "url": "https://github.com/yyx990803/launch-editor/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "launch-editor": "^2.3.0"
| },
| "deprecated": false,
| "description": "express middleware for launching editor",
| "homepage": "https://github.com/yyx990803/launch-editor#readme",
| "keywords": [
| "express",
| "middleware",
| "editor"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "launch-editor-middleware",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/yyx990803/launch-editor.git"
| },
| "version": "2.3.0"
| }
|
|