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/opn/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "opn",
    3         "version": "5.5.0",
    4         "description": "A better node-open. Opens stuff like websites, files, executables. Cross-platform.",
    5         "license": "MIT",
    6         "repository": "sindresorhus/opn",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=4"
    14         },
    15         "scripts": {
    16                 "test": "xo"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "xdg-open"
    21         ],
    22         "keywords": [
    23                 "app",
    24                 "open",
    25                 "opn",
    26                 "opener",
    27                 "opens",
    28                 "launch",
    29                 "start",
    30                 "xdg-open",
    31                 "xdg",
    32                 "default",
    33                 "cmd",
    34                 "browser",
    35                 "editor",
    36                 "executable",
    37                 "exe",
    38                 "url",
    39                 "urls",
    40                 "arguments",
    41                 "args",
    42                 "spawn",
    43                 "exec",
    44                 "child",
    45                 "process",
    46                 "website",
    47                 "file"
    48         ],
    49         "dependencies": {
    50                 "is-wsl": "^1.1.0"
    51         },
    52         "devDependencies": {
    53                 "ava": "^0.25.0",
    54                 "xo": "^0.20.0"
    55         }
     2  "_args": [
     3    [
     4      "opn@5.5.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "opn@5.5.0",
     10  "_id": "opn@5.5.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==",
     13  "_location": "/opn",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "opn@5.5.0",
     19    "name": "opn",
     20    "escapedName": "opn",
     21    "rawSpec": "5.5.0",
     22    "saveSpec": null,
     23    "fetchSpec": "5.5.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz",
     29  "_spec": "5.5.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/opn/issues"
     38  },
     39  "dependencies": {
     40    "is-wsl": "^1.1.0"
     41  },
     42  "description": "A better node-open. Opens stuff like websites, files, executables. Cross-platform.",
     43  "devDependencies": {
     44    "ava": "^0.25.0",
     45    "xo": "^0.20.0"
     46  },
     47  "engines": {
     48    "node": ">=4"
     49  },
     50  "files": [
     51    "index.js",
     52    "xdg-open"
     53  ],
     54  "homepage": "https://github.com/sindresorhus/opn#readme",
     55  "keywords": [
     56    "app",
     57    "open",
     58    "opn",
     59    "opener",
     60    "opens",
     61    "launch",
     62    "start",
     63    "xdg-open",
     64    "xdg",
     65    "default",
     66    "cmd",
     67    "browser",
     68    "editor",
     69    "executable",
     70    "exe",
     71    "url",
     72    "urls",
     73    "arguments",
     74    "args",
     75    "spawn",
     76    "exec",
     77    "child",
     78    "process",
     79    "website",
     80    "file"
     81  ],
     82  "license": "MIT",
     83  "name": "opn",
     84  "repository": {
     85    "type": "git",
     86    "url": "git+https://github.com/sindresorhus/opn.git"
     87  },
     88  "scripts": {
     89    "test": "xo"
     90  },
     91  "version": "5.5.0"
    5692}
Note: See TracChangeset for help on using the changeset viewer.