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/webpack-dev-server/node_modules/p-locate/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "p-locate",
    3         "version": "3.0.0",
    4         "description": "Get the first fulfilled promise that satisfies the provided testing function",
    5         "license": "MIT",
    6         "repository": "sindresorhus/p-locate",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava"
    17         },
    18         "files": [
    19                 "index.js"
    20         ],
    21         "keywords": [
    22                 "promise",
    23                 "locate",
    24                 "find",
    25                 "finder",
    26                 "search",
    27                 "searcher",
    28                 "test",
    29                 "array",
    30                 "collection",
    31                 "iterable",
    32                 "iterator",
    33                 "race",
    34                 "fulfilled",
    35                 "fastest",
    36                 "async",
    37                 "await",
    38                 "promises",
    39                 "bluebird"
    40         ],
    41         "dependencies": {
    42                 "p-limit": "^2.0.0"
    43         },
    44         "devDependencies": {
    45                 "ava": "*",
    46                 "delay": "^3.0.0",
    47                 "in-range": "^1.0.0",
    48                 "time-span": "^2.0.0",
    49                 "xo": "*"
    50         }
     2  "_args": [
     3    [
     4      "p-locate@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "p-locate@3.0.0",
     10  "_id": "p-locate@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
     13  "_location": "/webpack-dev-server/p-locate",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "p-locate@3.0.0",
     19    "name": "p-locate",
     20    "escapedName": "p-locate",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/locate-path"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
     29  "_spec": "3.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/p-locate/issues"
     38  },
     39  "dependencies": {
     40    "p-limit": "^2.0.0"
     41  },
     42  "description": "Get the first fulfilled promise that satisfies the provided testing function",
     43  "devDependencies": {
     44    "ava": "*",
     45    "delay": "^3.0.0",
     46    "in-range": "^1.0.0",
     47    "time-span": "^2.0.0",
     48    "xo": "*"
     49  },
     50  "engines": {
     51    "node": ">=6"
     52  },
     53  "files": [
     54    "index.js"
     55  ],
     56  "homepage": "https://github.com/sindresorhus/p-locate#readme",
     57  "keywords": [
     58    "promise",
     59    "locate",
     60    "find",
     61    "finder",
     62    "search",
     63    "searcher",
     64    "test",
     65    "array",
     66    "collection",
     67    "iterable",
     68    "iterator",
     69    "race",
     70    "fulfilled",
     71    "fastest",
     72    "async",
     73    "await",
     74    "promises",
     75    "bluebird"
     76  ],
     77  "license": "MIT",
     78  "name": "p-locate",
     79  "repository": {
     80    "type": "git",
     81    "url": "git+https://github.com/sindresorhus/p-locate.git"
     82  },
     83  "scripts": {
     84    "test": "xo && ava"
     85  },
     86  "version": "3.0.0"
    5187}
Note: See TracChangeset for help on using the changeset viewer.