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
| {
| "_args": [
| [
| "launch-editor@2.2.1",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "launch-editor@2.2.1",
| "_id": "launch-editor@2.2.1",
| "_inBundle": false,
| "_integrity": "sha512-On+V7K2uZK6wK7x691ycSUbLD/FyKKelArkbaAMSSJU8JmqmhwN2+mnJDNINuJWSrh2L0kDk+ZQtbC/gOWUwLw==",
| "_location": "/launch-editor",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "launch-editor@2.2.1",
| "name": "launch-editor",
| "escapedName": "launch-editor",
| "rawSpec": "2.2.1",
| "saveSpec": null,
| "fetchSpec": "2.2.1"
| },
| "_requiredBy": [
| "/launch-editor-middleware"
| ],
| "_resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.2.1.tgz",
| "_spec": "2.2.1",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Evan You"
| },
| "bugs": {
| "url": "https://github.com/yyx990803/launch-editor/issues"
| },
| "dependencies": {
| "chalk": "^2.3.0",
| "shell-quote": "^1.6.1"
| },
| "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.2.1"
| }
|
|