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

    rceaed42 r59329aa  
    11{
    2   "name": "express",
    3   "description": "Fast, unopinionated, minimalist web framework",
    4   "version": "4.17.1",
    5   "author": "TJ Holowaychuk <tj@vision-media.ca>",
     2  "_args": [
     3    [
     4      "express@4.17.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "express@4.17.1",
     10  "_id": "express@4.17.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
     13  "_location": "/express",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "express@4.17.1",
     19    "name": "express",
     20    "escapedName": "express",
     21    "rawSpec": "4.17.1",
     22    "saveSpec": null,
     23    "fetchSpec": "4.17.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
     29  "_spec": "4.17.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "TJ Holowaychuk",
     33    "email": "tj@vision-media.ca"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/expressjs/express/issues"
     37  },
    638  "contributors": [
    7     "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
    8     "Ciaran Jessup <ciaranj@gmail.com>",
    9     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    10     "Guillermo Rauch <rauchg@gmail.com>",
    11     "Jonathan Ong <me@jongleberry.com>",
    12     "Roman Shtylman <shtylman+expressjs@gmail.com>",
    13     "Young Jae Sim <hanul@hanul.me>"
    14   ],
    15   "license": "MIT",
    16   "repository": "expressjs/express",
    17   "homepage": "http://expressjs.com/",
    18   "keywords": [
    19     "express",
    20     "framework",
    21     "sinatra",
    22     "web",
    23     "rest",
    24     "restful",
    25     "router",
    26     "app",
    27     "api"
     39    {
     40      "name": "Aaron Heckmann",
     41      "email": "aaron.heckmann+github@gmail.com"
     42    },
     43    {
     44      "name": "Ciaran Jessup",
     45      "email": "ciaranj@gmail.com"
     46    },
     47    {
     48      "name": "Douglas Christopher Wilson",
     49      "email": "doug@somethingdoug.com"
     50    },
     51    {
     52      "name": "Guillermo Rauch",
     53      "email": "rauchg@gmail.com"
     54    },
     55    {
     56      "name": "Jonathan Ong",
     57      "email": "me@jongleberry.com"
     58    },
     59    {
     60      "name": "Roman Shtylman",
     61      "email": "shtylman+expressjs@gmail.com"
     62    },
     63    {
     64      "name": "Young Jae Sim",
     65      "email": "hanul@hanul.me"
     66    }
    2867  ],
    2968  "dependencies": {
     
    5998    "vary": "~1.1.2"
    6099  },
     100  "description": "Fast, unopinionated, minimalist web framework",
    61101  "devDependencies": {
    62102    "after": "0.8.2",
     
    89129    "lib/"
    90130  ],
     131  "homepage": "http://expressjs.com/",
     132  "keywords": [
     133    "express",
     134    "framework",
     135    "sinatra",
     136    "web",
     137    "rest",
     138    "restful",
     139    "router",
     140    "app",
     141    "api"
     142  ],
     143  "license": "MIT",
     144  "name": "express",
     145  "repository": {
     146    "type": "git",
     147    "url": "git+https://github.com/expressjs/express.git"
     148  },
    91149  "scripts": {
    92150    "lint": "eslint .",
     
    95153    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
    96154    "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
    97   }
     155  },
     156  "version": "4.17.1"
    98157}
Note: See TracChangeset for help on using the changeset viewer.