1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "external-editor@3.1.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "external-editor@3.1.0",
|
---|
10 | "_id": "external-editor@3.1.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
|
---|
13 | "_location": "/external-editor",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "external-editor@3.1.0",
|
---|
19 | "name": "external-editor",
|
---|
20 | "escapedName": "external-editor",
|
---|
21 | "rawSpec": "3.1.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "3.1.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/inquirer"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
|
---|
29 | "_spec": "3.1.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Kevin Gravier",
|
---|
33 | "email": "kevin@mrkmg.com",
|
---|
34 | "url": "https://mrkmg.com"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/mrkmg/node-external-editor/issues"
|
---|
38 | },
|
---|
39 | "config": {
|
---|
40 | "ndt": {
|
---|
41 | "versions": [
|
---|
42 | "major"
|
---|
43 | ]
|
---|
44 | }
|
---|
45 | },
|
---|
46 | "dependencies": {
|
---|
47 | "chardet": "^0.7.0",
|
---|
48 | "iconv-lite": "^0.4.24",
|
---|
49 | "tmp": "^0.0.33"
|
---|
50 | },
|
---|
51 | "description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT",
|
---|
52 | "devDependencies": {
|
---|
53 | "@types/chai": "^4.1.4",
|
---|
54 | "@types/chardet": "^0.5.0",
|
---|
55 | "@types/mocha": "^5.2.5",
|
---|
56 | "@types/node": "^10.14.12",
|
---|
57 | "@types/tmp": "0.0.33",
|
---|
58 | "chai": "^4.0.0",
|
---|
59 | "es6-shim": "^0.35.3",
|
---|
60 | "mocha": "^5.2.0",
|
---|
61 | "ts-node": "^7.0.1",
|
---|
62 | "tslint": "^5.18.0",
|
---|
63 | "typescript": "^3.5.2"
|
---|
64 | },
|
---|
65 | "engines": {
|
---|
66 | "node": ">=4"
|
---|
67 | },
|
---|
68 | "files": [
|
---|
69 | "main",
|
---|
70 | "example_sync.js",
|
---|
71 | "example_async.js"
|
---|
72 | ],
|
---|
73 | "homepage": "https://github.com/mrkmg/node-external-editor#readme",
|
---|
74 | "keywords": [
|
---|
75 | "editor",
|
---|
76 | "external",
|
---|
77 | "user",
|
---|
78 | "visual"
|
---|
79 | ],
|
---|
80 | "license": "MIT",
|
---|
81 | "main": "main/index.js",
|
---|
82 | "name": "external-editor",
|
---|
83 | "repository": {
|
---|
84 | "type": "git",
|
---|
85 | "url": "git+https://github.com/mrkmg/node-external-editor.git"
|
---|
86 | },
|
---|
87 | "scripts": {
|
---|
88 | "compile": "tsc -p tsconfig.json",
|
---|
89 | "lint": "tslint './src/**/*.ts' './test/**/*.ts'",
|
---|
90 | "test": "mocha --recursive --require ts-node/register --timeout 10000 ./test/spec 'test/spec/**/*.ts'"
|
---|
91 | },
|
---|
92 | "types": "main/index.d.ts",
|
---|
93 | "version": "3.1.0"
|
---|
94 | }
|
---|