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

    rceaed42 r59329aa  
    11{
    2   "name": "content-disposition",
    3   "description": "Create and parse Content-Disposition header",
    4   "version": "0.5.3",
    5   "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
    6   "license": "MIT",
    7   "keywords": [
    8     "content-disposition",
    9     "http",
    10     "rfc6266",
    11     "res"
     2  "_args": [
     3    [
     4      "content-disposition@0.5.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    127  ],
    13   "repository": "jshttp/content-disposition",
     8  "_development": true,
     9  "_from": "content-disposition@0.5.3",
     10  "_id": "content-disposition@0.5.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
     13  "_location": "/content-disposition",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "content-disposition@0.5.3",
     19    "name": "content-disposition",
     20    "escapedName": "content-disposition",
     21    "rawSpec": "0.5.3",
     22    "saveSpec": null,
     23    "fetchSpec": "0.5.3"
     24  },
     25  "_requiredBy": [
     26    "/express"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
     29  "_spec": "0.5.3",
     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/jshttp/content-disposition/issues"
     37  },
    1438  "dependencies": {
    1539    "safe-buffer": "5.1.2"
    1640  },
     41  "description": "Create and parse Content-Disposition header",
    1742  "devDependencies": {
    1843    "deep-equal": "1.0.1",
     
    2752    "mocha": "5.2.0"
    2853  },
     54  "engines": {
     55    "node": ">= 0.6"
     56  },
    2957  "files": [
    3058    "LICENSE",
     
    3361    "index.js"
    3462  ],
    35   "engines": {
    36     "node": ">= 0.6"
     63  "homepage": "https://github.com/jshttp/content-disposition#readme",
     64  "keywords": [
     65    "content-disposition",
     66    "http",
     67    "rfc6266",
     68    "res"
     69  ],
     70  "license": "MIT",
     71  "name": "content-disposition",
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/jshttp/content-disposition.git"
    3775  },
    3876  "scripts": {
     
    4179    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    4280    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
    43   }
     81  },
     82  "version": "0.5.3"
    4483}
Note: See TracChangeset for help on using the changeset viewer.