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

    rceaed42 r59329aa  
    11{
    2   "name": "has-flag",
    3   "version": "3.0.0",
    4   "description": "Check if argv has a specific flag",
    5   "license": "MIT",
    6   "repository": "sindresorhus/has-flag",
     2  "_args": [
     3    [
     4      "has-flag@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "has-flag@3.0.0",
     10  "_id": "has-flag@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
     13  "_location": "/has-flag",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "has-flag@3.0.0",
     19    "name": "has-flag",
     20    "escapedName": "has-flag",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/supports-color",
     27    "/webpack-dev-server/supports-color"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
     30  "_spec": "3.0.0",
     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/has-flag/issues"
     39  },
     40  "description": "Check if argv has a specific flag",
     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/has-flag#readme",
    2152  "keywords": [
    2253    "has",
     
    3869    "optimist"
    3970  ],
    40   "devDependencies": {
    41     "ava": "*",
    42     "xo": "*"
    43   }
     71  "license": "MIT",
     72  "name": "has-flag",
     73  "repository": {
     74    "type": "git",
     75    "url": "git+https://github.com/sindresorhus/has-flag.git"
     76  },
     77  "scripts": {
     78    "test": "xo && ava"
     79  },
     80  "version": "3.0.0"
    4481}
Note: See TracChangeset for help on using the changeset viewer.