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

    rceaed42 r59329aa  
    11{
    2   "name": "ip-regex",
    3   "version": "2.1.0",
    4   "description": "Regular expression for matching IP addresses (IPv4 & IPv6)",
    5   "license": "MIT",
    6   "repository": "sindresorhus/ip-regex",
     2  "_args": [
     3    [
     4      "ip-regex@2.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ip-regex@2.1.0",
     10  "_id": "ip-regex@2.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=",
     13  "_location": "/ip-regex",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ip-regex@2.1.0",
     19    "name": "ip-regex",
     20    "escapedName": "ip-regex",
     21    "rawSpec": "2.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.0"
     24  },
     25  "_requiredBy": [
     26    "/default-gateway"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz",
     29  "_spec": "2.1.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/ip-regex/issues"
     38  },
     39  "description": "Regular expression for matching IP addresses (IPv4 & IPv6)",
     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/ip-regex#readme",
    2151  "keywords": [
    2252    "ip",
     
    3666    "validate"
    3767  ],
    38   "devDependencies": {
    39     "ava": "*",
    40     "xo": "*"
     68  "license": "MIT",
     69  "name": "ip-regex",
     70  "repository": {
     71    "type": "git",
     72    "url": "git+https://github.com/sindresorhus/ip-regex.git"
    4173  },
     74  "scripts": {
     75    "test": "xo && ava"
     76  },
     77  "version": "2.1.0",
    4278  "xo": {
    4379    "esnext": true
Note: See TracChangeset for help on using the changeset viewer.