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

    rceaed42 r59329aa  
    11{
    2   "name": "path-key",
    3   "version": "2.0.1",
    4   "description": "Get the PATH environment variable key cross-platform",
    5   "license": "MIT",
    6   "repository": "sindresorhus/path-key",
     2  "_args": [
     3    [
     4      "path-key@2.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "path-key@2.0.1",
     10  "_id": "path-key@2.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
     13  "_location": "/path-key",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "path-key@2.0.1",
     19    "name": "path-key",
     20    "escapedName": "path-key",
     21    "rawSpec": "2.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.1"
     24  },
     25  "_requiredBy": [
     26    "/cross-spawn",
     27    "/npm-run-path"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
     30  "_spec": "2.0.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    732  "author": {
    833    "name": "Sindre Sorhus",
     
    1035    "url": "sindresorhus.com"
    1136  },
     37  "bugs": {
     38    "url": "https://github.com/sindresorhus/path-key/issues"
     39  },
     40  "description": "Get the PATH environment variable key cross-platform",
     41  "devDependencies": {
     42    "ava": "*",
     43    "xo": "*"
     44  },
    1245  "engines": {
    1346    "node": ">=4"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1747  },
    1848  "files": [
    1949    "index.js"
    2050  ],
     51  "homepage": "https://github.com/sindresorhus/path-key#readme",
    2152  "keywords": [
    2253    "path",
     
    3061    "windows"
    3162  ],
    32   "devDependencies": {
    33     "ava": "*",
    34     "xo": "*"
     63  "license": "MIT",
     64  "name": "path-key",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/sindresorhus/path-key.git"
    3568  },
     69  "scripts": {
     70    "test": "xo && ava"
     71  },
     72  "version": "2.0.1",
    3673  "xo": {
    3774    "esnext": true
Note: See TracChangeset for help on using the changeset viewer.