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

    rceaed42 r59329aa  
    11{
    2   "name": "serve-index",
    3   "description": "Serve directory listings",
    4   "version": "1.9.1",
    5   "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
    6   "license": "MIT",
    7   "repository": "expressjs/serve-index",
     2  "_args": [
     3    [
     4      "serve-index@1.9.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "serve-index@1.9.1",
     10  "_id": "serve-index@1.9.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=",
     13  "_location": "/serve-index",
     14  "_phantomChildren": {
     15    "depd": "1.1.2",
     16    "statuses": "1.5.0"
     17  },
     18  "_requested": {
     19    "type": "version",
     20    "registry": true,
     21    "raw": "serve-index@1.9.1",
     22    "name": "serve-index",
     23    "escapedName": "serve-index",
     24    "rawSpec": "1.9.1",
     25    "saveSpec": null,
     26    "fetchSpec": "1.9.1"
     27  },
     28  "_requiredBy": [
     29    "/webpack-dev-server"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
     32  "_spec": "1.9.1",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Douglas Christopher Wilson",
     36    "email": "doug@somethingdoug.com"
     37  },
     38  "bugs": {
     39    "url": "https://github.com/expressjs/serve-index/issues"
     40  },
    841  "dependencies": {
    942    "accepts": "~1.3.4",
     
    1548    "parseurl": "~1.3.2"
    1649  },
     50  "description": "Serve directory listings",
    1751  "devDependencies": {
    1852    "after": "0.8.2",
     
    2054    "mocha": "2.5.3",
    2155    "supertest": "1.1.0"
     56  },
     57  "engines": {
     58    "node": ">= 0.8.0"
    2259  },
    2360  "files": [
     
    2764    "index.js"
    2865  ],
    29   "engines": {
    30     "node": ">= 0.8.0"
     66  "homepage": "https://github.com/expressjs/serve-index#readme",
     67  "license": "MIT",
     68  "name": "serve-index",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/expressjs/serve-index.git"
    3172  },
    3273  "scripts": {
     
    3475    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
    3576    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
    36   }
     77  },
     78  "version": "1.9.1"
    3779}
Note: See TracChangeset for help on using the changeset viewer.