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

adding photos

Location:
trip-planner-front/node_modules/resolve-cwd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/resolve-cwd/node_modules/resolve-from/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "resolve-from",
    3   "version": "3.0.0",
    4   "description": "Resolve the path of a module like `require.resolve()` but from a given path",
    5   "license": "MIT",
    6   "repository": "sindresorhus/resolve-from",
     2  "_args": [
     3    [
     4      "resolve-from@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "resolve-from@3.0.0",
     10  "_id": "resolve-from@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
     13  "_location": "/resolve-cwd/resolve-from",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "resolve-from@3.0.0",
     19    "name": "resolve-from",
     20    "escapedName": "resolve-from",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/resolve-cwd"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
     29  "_spec": "3.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/resolve-from/issues"
     38  },
     39  "description": "Resolve the path of a module like `require.resolve()` but from a given path",
     40  "devDependencies": {
     41    "ava": "*",
     42    "xo": "*"
     43  },
    1244  "engines": {
    1345    "node": ">=4"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1746  },
    1847  "files": [
    1948    "index.js"
    2049  ],
     50  "homepage": "https://github.com/sindresorhus/resolve-from#readme",
    2151  "keywords": [
    2252    "require",
     
    2959    "path"
    3060  ],
    31   "devDependencies": {
    32     "ava": "*",
    33     "xo": "*"
    34   }
     61  "license": "MIT",
     62  "name": "resolve-from",
     63  "repository": {
     64    "type": "git",
     65    "url": "git+https://github.com/sindresorhus/resolve-from.git"
     66  },
     67  "scripts": {
     68    "test": "xo && ava"
     69  },
     70  "version": "3.0.0"
    3571}
  • trip-planner-front/node_modules/resolve-cwd/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "resolve-cwd",
    3   "version": "2.0.0",
    4   "description": "Resolve the path of a module like `require.resolve()` but from the current working directory",
    5   "license": "MIT",
    6   "repository": "sindresorhus/resolve-cwd",
     2  "_args": [
     3    [
     4      "resolve-cwd@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "resolve-cwd@2.0.0",
     10  "_id": "resolve-cwd@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=",
     13  "_location": "/resolve-cwd",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "resolve-cwd@2.0.0",
     19    "name": "resolve-cwd",
     20    "escapedName": "resolve-cwd",
     21    "rawSpec": "2.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.0"
     24  },
     25  "_requiredBy": [
     26    "/import-local"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz",
     29  "_spec": "2.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/resolve-cwd/issues"
     38  },
     39  "dependencies": {
     40    "resolve-from": "^3.0.0"
     41  },
     42  "description": "Resolve the path of a module like `require.resolve()` but from the current working directory",
     43  "devDependencies": {
     44    "ava": "*",
     45    "xo": "*"
     46  },
    1247  "engines": {
    1348    "node": ">=4"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1749  },
    1850  "files": [
    1951    "index.js"
    2052  ],
     53  "homepage": "https://github.com/sindresorhus/resolve-cwd#readme",
    2154  "keywords": [
    2255    "require",
     
    3265    "import"
    3366  ],
    34   "dependencies": {
    35     "resolve-from": "^3.0.0"
     67  "license": "MIT",
     68  "name": "resolve-cwd",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/sindresorhus/resolve-cwd.git"
    3672  },
    37   "devDependencies": {
    38     "ava": "*",
    39     "xo": "*"
    40   }
     73  "scripts": {
     74    "test": "xo && ava"
     75  },
     76  "version": "2.0.0"
    4177}
Note: See TracChangeset for help on using the changeset viewer.