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

    rceaed42 r59329aa  
    11{
    2   "name": "wildcard",
     2  "_args": [
     3    [
     4      "wildcard@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "wildcard@2.0.0",
     10  "_id": "wildcard@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==",
     13  "_location": "/wildcard",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "wildcard@2.0.0",
     19    "name": "wildcard",
     20    "escapedName": "wildcard",
     21    "rawSpec": "2.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-merge"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz",
     29  "_spec": "2.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Damon Oehlman",
     33    "email": "damon.oehlman@gmail.com"
     34  },
     35  "bugs": {
     36    "url": "http://github.com/DamonOehlman/wildcard/issues"
     37  },
     38  "dependencies": {},
    339  "description": "Wildcard matching tools",
    4   "author": "Damon Oehlman <damon.oehlman@gmail.com>",
     40  "devDependencies": {
     41    "tape": "^4.6.3"
     42  },
     43  "directories": {
     44    "test": "test"
     45  },
     46  "homepage": "https://github.com/DamonOehlman/wildcard#readme",
    547  "keywords": [
    648    "string",
    749    "wildcard"
    850  ],
    9   "version": "2.0.0",
    10   "dependencies": {},
    11   "devDependencies": {
    12     "tape": "^4.6.3"
     51  "license": "MIT",
     52  "main": "index.js",
     53  "name": "wildcard",
     54  "repository": {
     55    "type": "git",
     56    "url": "git://github.com/DamonOehlman/wildcard.git"
     57  },
     58  "scripts": {
     59    "gendocs": "gendocs > README.md",
     60    "test": "node test/all.js"
    1361  },
    1462  "testling": {
     
    3583    }
    3684  },
    37   "repository": {
    38     "type": "git",
    39     "url": "git://github.com/DamonOehlman/wildcard.git"
    40   },
    41   "bugs": {
    42     "url": "http://github.com/DamonOehlman/wildcard/issues"
    43   },
    44   "scripts": {
    45     "test": "node test/all.js",
    46     "gendocs": "gendocs > README.md"
    47   },
    48   "main": "index.js",
    49   "directories": {
    50     "test": "test"
    51   },
    52   "license": "MIT"
     85  "version": "2.0.0"
    5386}
Note: See TracChangeset for help on using the changeset viewer.