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

    rceaed42 r59329aa  
    11{
    2   "name": "escalade",
    3   "version": "3.1.1",
    4   "repository": "lukeed/escalade",
    5   "description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
    6   "module": "dist/index.mjs",
    7   "main": "dist/index.js",
    8   "types": "index.d.ts",
    9   "license": "MIT",
     2  "_args": [
     3    [
     4      "escalade@3.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "escalade@3.1.1",
     10  "_id": "escalade@3.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
     13  "_location": "/escalade",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "escalade@3.1.1",
     19    "name": "escalade",
     20    "escapedName": "escalade",
     21    "rawSpec": "3.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "3.1.1"
     24  },
     25  "_requiredBy": [
     26    "/browserslist",
     27    "/karma/yargs",
     28    "/yargs"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
     31  "_spec": "3.1.1",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    1033  "author": {
    1134    "name": "Luke Edwards",
    1235    "email": "luke.edwards05@gmail.com",
    1336    "url": "https://lukeed.com"
     37  },
     38  "bugs": {
     39    "url": "https://github.com/lukeed/escalade/issues"
     40  },
     41  "description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
     42  "devDependencies": {
     43    "bundt": "1.1.1",
     44    "esm": "3.2.25",
     45    "uvu": "0.3.3"
     46  },
     47  "engines": {
     48    "node": ">=6"
    1449  },
    1550  "exports": {
     
    3469    "sync"
    3570  ],
    36   "modes": {
    37     "sync": "src/sync.js",
    38     "default": "src/async.js"
    39   },
    40   "engines": {
    41     "node": ">=6"
    42   },
    43   "scripts": {
    44     "build": "bundt",
    45     "pretest": "npm run build",
    46     "test": "uvu -r esm test -i fixtures"
    47   },
     71  "homepage": "https://github.com/lukeed/escalade#readme",
    4872  "keywords": [
    4973    "find",
     
    5478    "walk"
    5579  ],
    56   "devDependencies": {
    57     "bundt": "1.1.1",
    58     "esm": "3.2.25",
    59     "uvu": "0.3.3"
    60   }
     80  "license": "MIT",
     81  "main": "dist/index.js",
     82  "modes": {
     83    "sync": "src/sync.js",
     84    "default": "src/async.js"
     85  },
     86  "module": "dist/index.mjs",
     87  "name": "escalade",
     88  "repository": {
     89    "type": "git",
     90    "url": "git+https://github.com/lukeed/escalade.git"
     91  },
     92  "scripts": {
     93    "build": "bundt",
     94    "pretest": "npm run build",
     95    "test": "uvu -r esm test -i fixtures"
     96  },
     97  "types": "index.d.ts",
     98  "version": "3.1.1"
    6199}
Note: See TracChangeset for help on using the changeset viewer.