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

    rceaed42 r59329aa  
    11{
    2   "name": "send",
    3   "description": "Better streaming static file server with Range and conditional-GET support",
    4   "version": "0.17.1",
    5   "author": "TJ Holowaychuk <tj@vision-media.ca>",
     2  "_args": [
     3    [
     4      "send@0.17.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "send@0.17.1",
     10  "_id": "send@0.17.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
     13  "_location": "/send",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "send@0.17.1",
     19    "name": "send",
     20    "escapedName": "send",
     21    "rawSpec": "0.17.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.17.1"
     24  },
     25  "_requiredBy": [
     26    "/express",
     27    "/serve-static"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
     30  "_spec": "0.17.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "TJ Holowaychuk",
     34    "email": "tj@vision-media.ca"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/pillarjs/send/issues"
     38  },
    639  "contributors": [
    7     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    8     "James Wyatt Cready <jcready@gmail.com>",
    9     "Jesús Leganés Combarro <piranna@gmail.com>"
    10   ],
    11   "license": "MIT",
    12   "repository": "pillarjs/send",
    13   "keywords": [
    14     "static",
    15     "file",
    16     "server"
     40    {
     41      "name": "Douglas Christopher Wilson",
     42      "email": "doug@somethingdoug.com"
     43    },
     44    {
     45      "name": "James Wyatt Cready",
     46      "email": "jcready@gmail.com"
     47    },
     48    {
     49      "name": "Jesús Leganés Combarro",
     50      "email": "piranna@gmail.com"
     51    }
    1752  ],
    1853  "dependencies": {
     
    3166    "statuses": "~1.5.0"
    3267  },
     68  "description": "Better streaming static file server with Range and conditional-GET support",
    3369  "devDependencies": {
    3470    "after": "0.8.2",
     
    4480    "supertest": "4.0.2"
    4581  },
     82  "engines": {
     83    "node": ">= 0.8.0"
     84  },
    4685  "files": [
    4786    "HISTORY.md",
     
    5089    "index.js"
    5190  ],
    52   "engines": {
    53     "node": ">= 0.8.0"
     91  "homepage": "https://github.com/pillarjs/send#readme",
     92  "keywords": [
     93    "static",
     94    "file",
     95    "server"
     96  ],
     97  "license": "MIT",
     98  "name": "send",
     99  "repository": {
     100    "type": "git",
     101    "url": "git+https://github.com/pillarjs/send.git"
    54102  },
    55103  "scripts": {
     
    58106    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
    59107    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
    60   }
     108  },
     109  "version": "0.17.1"
    61110}
Note: See TracChangeset for help on using the changeset viewer.