Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/external-editor/package.json

    rceaed42 r59329aa  
    11{
    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"
    1124  },
    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"
    1535  },
    16   "keywords": [
    17     "editor",
    18     "external",
    19     "user",
    20     "visual"
    21   ],
    22   "author": "Kevin Gravier <kevin@mrkmg.com> (https://mrkmg.com)",
    23   "license": "MIT",
    2436  "bugs": {
    2537    "url": "https://github.com/mrkmg/node-external-editor/issues"
    2638  },
    27   "homepage": "https://github.com/mrkmg/node-external-editor#readme",
     39  "config": {
     40    "ndt": {
     41      "versions": [
     42        "major"
     43      ]
     44    }
     45  },
    2846  "dependencies": {
    2947    "chardet": "^0.7.0",
     
    3149    "tmp": "^0.0.33"
    3250  },
    33   "engines": {
    34     "node": ">=4"
    35   },
     51  "description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT",
    3652  "devDependencies": {
    3753    "@types/chai": "^4.1.4",
     
    4763    "typescript": "^3.5.2"
    4864  },
     65  "engines": {
     66    "node": ">=4"
     67  },
    4968  "files": [
    5069    "main",
     
    5271    "example_async.js"
    5372  ],
    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"
    6194}
Note: See TracChangeset for help on using the changeset viewer.