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

    rceaed42 r59329aa  
    11{
    2         "name": "resolve-from",
    3         "version": "4.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",
    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 && ava"
    17         },
    18         "files": [
    19                 "index.js"
    20         ],
    21         "keywords": [
    22                 "require",
    23                 "resolve",
    24                 "path",
    25                 "module",
    26                 "from",
    27                 "like",
    28                 "import"
    29         ],
    30         "devDependencies": {
    31                 "ava": "*",
    32                 "xo": "*"
    33         }
     2  "_args": [
     3    [
     4      "resolve-from@4.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "resolve-from@4.0.0",
     10  "_id": "resolve-from@4.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
     13  "_location": "/resolve-from",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "resolve-from@4.0.0",
     19    "name": "resolve-from",
     20    "escapedName": "resolve-from",
     21    "rawSpec": "4.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.0"
     24  },
     25  "_requiredBy": [
     26    "/import-fresh"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
     29  "_spec": "4.0.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/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  },
     44  "engines": {
     45    "node": ">=4"
     46  },
     47  "files": [
     48    "index.js"
     49  ],
     50  "homepage": "https://github.com/sindresorhus/resolve-from#readme",
     51  "keywords": [
     52    "require",
     53    "resolve",
     54    "path",
     55    "module",
     56    "from",
     57    "like",
     58    "import"
     59  ],
     60  "license": "MIT",
     61  "name": "resolve-from",
     62  "repository": {
     63    "type": "git",
     64    "url": "git+https://github.com/sindresorhus/resolve-from.git"
     65  },
     66  "scripts": {
     67    "test": "xo && ava"
     68  },
     69  "version": "4.0.0"
    3470}
Note: See TracChangeset for help on using the changeset viewer.