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

    rceaed42 r59329aa  
    11{
    2   "name": "serve-static",
    3   "description": "Serve static files",
    4   "version": "1.14.1",
    5   "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
    6   "license": "MIT",
    7   "repository": "expressjs/serve-static",
     2  "_args": [
     3    [
     4      "serve-static@1.14.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "serve-static@1.14.1",
     10  "_id": "serve-static@1.14.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==",
     13  "_location": "/serve-static",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "serve-static@1.14.1",
     19    "name": "serve-static",
     20    "escapedName": "serve-static",
     21    "rawSpec": "1.14.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.14.1"
     24  },
     25  "_requiredBy": [
     26    "/express"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz",
     29  "_spec": "1.14.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Douglas Christopher Wilson",
     33    "email": "doug@somethingdoug.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/expressjs/serve-static/issues"
     37  },
    838  "dependencies": {
    939    "encodeurl": "~1.0.2",
     
    1242    "send": "0.17.1"
    1343  },
     44  "description": "Serve static files",
    1445  "devDependencies": {
    1546    "eslint": "5.16.0",
     
    2556    "supertest": "4.0.2"
    2657  },
     58  "engines": {
     59    "node": ">= 0.8.0"
     60  },
    2761  "files": [
    2862    "LICENSE",
     
    3064    "index.js"
    3165  ],
    32   "engines": {
    33     "node": ">= 0.8.0"
     66  "homepage": "https://github.com/expressjs/serve-static#readme",
     67  "license": "MIT",
     68  "name": "serve-static",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/expressjs/serve-static.git"
    3472  },
    3573  "scripts": {
     
    3977    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    4078    "version": "node scripts/version-history.js && git add HISTORY.md"
    41   }
     79  },
     80  "version": "1.14.1"
    4281}
Note: See TracChangeset for help on using the changeset viewer.