Changeset 59329aa for trip-planner-front/node_modules/external-editor
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/external-editor/package.json
rceaed42 r59329aa 1 1 { 2 "name": "external-editor", 3 "version": "3.1.0", 4 "description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT", 5 "main": "main/index.js", 6 "types": "main/index.d.ts", 7 "scripts": { 8 "test": "mocha --recursive --require ts-node/register --timeout 10000 ./test/spec 'test/spec/**/*.ts'", 9 "compile": "tsc -p tsconfig.json", 10 "lint": "tslint './src/**/*.ts' './test/**/*.ts'" 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" 11 24 }, 12 "repository": { 13 "type": "git", 14 "url": "git+https://github.com/mrkmg/node-external-editor.git" 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" 15 35 }, 16 "keywords": [17 "editor",18 "external",19 "user",20 "visual"21 ],22 "author": "Kevin Gravier <kevin@mrkmg.com> (https://mrkmg.com)",23 "license": "MIT",24 36 "bugs": { 25 37 "url": "https://github.com/mrkmg/node-external-editor/issues" 26 38 }, 27 "homepage": "https://github.com/mrkmg/node-external-editor#readme", 39 "config": { 40 "ndt": { 41 "versions": [ 42 "major" 43 ] 44 } 45 }, 28 46 "dependencies": { 29 47 "chardet": "^0.7.0", … … 31 49 "tmp": "^0.0.33" 32 50 }, 33 "engines": { 34 "node": ">=4" 35 }, 51 "description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT", 36 52 "devDependencies": { 37 53 "@types/chai": "^4.1.4", … … 47 63 "typescript": "^3.5.2" 48 64 }, 65 "engines": { 66 "node": ">=4" 67 }, 49 68 "files": [ 50 69 "main", … … 52 71 "example_async.js" 53 72 ], 54 "config": { 55 "ndt": { 56 "versions": [ 57 "major" 58 ] 59 } 60 } 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" 61 94 }
Note:
See TracChangeset
for help on using the changeset viewer.