Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

Location:
trip-planner-front/node_modules/express
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/express/node_modules/array-flatten/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "array-flatten",
    3   "version": "1.1.1",
     2  "_args": [
     3    [
     4      "array-flatten@1.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "array-flatten@1.1.1",
     10  "_id": "array-flatten@1.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=",
     13  "_location": "/express/array-flatten",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "array-flatten@1.1.1",
     19    "name": "array-flatten",
     20    "escapedName": "array-flatten",
     21    "rawSpec": "1.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.1"
     24  },
     25  "_requiredBy": [
     26    "/express"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
     29  "_spec": "1.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Blake Embrey",
     33    "email": "hello@blakeembrey.com",
     34    "url": "http://blakeembrey.me"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/blakeembrey/array-flatten/issues"
     38  },
    439  "description": "Flatten an array of nested arrays into a single flat array",
    5   "main": "array-flatten.js",
     40  "devDependencies": {
     41    "istanbul": "^0.3.13",
     42    "mocha": "^2.2.4",
     43    "pre-commit": "^1.0.7",
     44    "standard": "^3.7.3"
     45  },
    646  "files": [
    747    "array-flatten.js",
    848    "LICENSE"
    949  ],
    10   "scripts": {
    11     "test": "istanbul cover _mocha -- -R spec"
    12   },
    13   "repository": {
    14     "type": "git",
    15     "url": "git://github.com/blakeembrey/array-flatten.git"
    16   },
     50  "homepage": "https://github.com/blakeembrey/array-flatten",
    1751  "keywords": [
    1852    "array",
     
    2155    "depth"
    2256  ],
    23   "author": {
    24     "name": "Blake Embrey",
    25     "email": "hello@blakeembrey.com",
    26     "url": "http://blakeembrey.me"
     57  "license": "MIT",
     58  "main": "array-flatten.js",
     59  "name": "array-flatten",
     60  "repository": {
     61    "type": "git",
     62    "url": "git://github.com/blakeembrey/array-flatten.git"
    2763  },
    28   "license": "MIT",
    29   "bugs": {
    30     "url": "https://github.com/blakeembrey/array-flatten/issues"
     64  "scripts": {
     65    "test": "istanbul cover _mocha -- -R spec"
    3166  },
    32   "homepage": "https://github.com/blakeembrey/array-flatten",
    33   "devDependencies": {
    34     "istanbul": "^0.3.13",
    35     "mocha": "^2.2.4",
    36     "pre-commit": "^1.0.7",
    37     "standard": "^3.7.3"
    38   }
     67  "version": "1.1.1"
    3968}
  • trip-planner-front/node_modules/express/node_modules/cookie/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "cookie",
     2  "_args": [
     3    [
     4      "cookie@0.4.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "cookie@0.4.0",
     10  "_id": "cookie@0.4.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==",
     13  "_location": "/express/cookie",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "cookie@0.4.0",
     19    "name": "cookie",
     20    "escapedName": "cookie",
     21    "rawSpec": "0.4.0",
     22    "saveSpec": null,
     23    "fetchSpec": "0.4.0"
     24  },
     25  "_requiredBy": [
     26    "/express"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
     29  "_spec": "0.4.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Roman Shtylman",
     33    "email": "shtylman@gmail.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/jshttp/cookie/issues"
     37  },
     38  "contributors": [
     39    {
     40      "name": "Douglas Christopher Wilson",
     41      "email": "doug@somethingdoug.com"
     42    }
     43  ],
    344  "description": "HTTP server cookie parsing and serialization",
    4   "version": "0.4.0",
    5   "author": "Roman Shtylman <shtylman@gmail.com>",
    6   "contributors": [
    7     "Douglas Christopher Wilson <doug@somethingdoug.com>"
    8   ],
    9   "license": "MIT",
    10   "keywords": [
    11     "cookie",
    12     "cookies"
    13   ],
    14   "repository": "jshttp/cookie",
    1545  "devDependencies": {
    1646    "beautify-benchmark": "0.2.4",
     
    2151    "mocha": "6.1.4"
    2252  },
     53  "engines": {
     54    "node": ">= 0.6"
     55  },
    2356  "files": [
    2457    "HISTORY.md",
     
    2760    "index.js"
    2861  ],
    29   "engines": {
    30     "node": ">= 0.6"
     62  "homepage": "https://github.com/jshttp/cookie#readme",
     63  "keywords": [
     64    "cookie",
     65    "cookies"
     66  ],
     67  "license": "MIT",
     68  "name": "cookie",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/jshttp/cookie.git"
    3172  },
    3273  "scripts": {
     
    3778    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    3879    "version": "node scripts/version-history.js && git add HISTORY.md"
    39   }
     80  },
     81  "version": "0.4.0"
    4082}
  • trip-planner-front/node_modules/express/node_modules/debug/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "debug",
    3   "version": "2.6.9",
    4   "repository": {
    5     "type": "git",
    6     "url": "git://github.com/visionmedia/debug.git"
     2  "_args": [
     3    [
     4      "debug@2.6.9",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "debug@2.6.9",
     10  "_id": "debug@2.6.9",
     11  "_inBundle": false,
     12  "_integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
     13  "_location": "/express/debug",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "debug@2.6.9",
     19    "name": "debug",
     20    "escapedName": "debug",
     21    "rawSpec": "2.6.9",
     22    "saveSpec": null,
     23    "fetchSpec": "2.6.9"
    724  },
    8   "description": "small debugging utility",
    9   "keywords": [
    10     "debug",
    11     "log",
    12     "debugger"
     25  "_requiredBy": [
     26    "/express"
    1327  ],
    14   "author": "TJ Holowaychuk <tj@vision-media.ca>",
     28  "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
     29  "_spec": "2.6.9",
     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  "browser": "./src/browser.js",
     36  "bugs": {
     37    "url": "https://github.com/visionmedia/debug/issues"
     38  },
     39  "component": {
     40    "scripts": {
     41      "debug/index.js": "browser.js",
     42      "debug/debug.js": "debug.js"
     43    }
     44  },
    1545  "contributors": [
    16     "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",
    17     "Andrew Rhyne <rhyneandrew@gmail.com>"
     46    {
     47      "name": "Nathan Rajlich",
     48      "email": "nathan@tootallnate.net",
     49      "url": "http://n8.io"
     50    },
     51    {
     52      "name": "Andrew Rhyne",
     53      "email": "rhyneandrew@gmail.com"
     54    }
    1855  ],
    19   "license": "MIT",
    2056  "dependencies": {
    2157    "ms": "2.0.0"
    2258  },
     59  "description": "small debugging utility",
    2360  "devDependencies": {
    2461    "browserify": "9.0.3",
     
    3976    "sinon-chai": "^2.8.0"
    4077  },
     78  "homepage": "https://github.com/visionmedia/debug#readme",
     79  "keywords": [
     80    "debug",
     81    "log",
     82    "debugger"
     83  ],
     84  "license": "MIT",
    4185  "main": "./src/index.js",
    42   "browser": "./src/browser.js",
    43   "component": {
    44     "scripts": {
    45       "debug/index.js": "browser.js",
    46       "debug/debug.js": "debug.js"
    47     }
    48   }
     86  "name": "debug",
     87  "repository": {
     88    "type": "git",
     89    "url": "git://github.com/visionmedia/debug.git"
     90  },
     91  "version": "2.6.9"
    4992}
  • trip-planner-front/node_modules/express/node_modules/ms/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "ms",
    3   "version": "2.0.0",
     2  "_args": [
     3    [
     4      "ms@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ms@2.0.0",
     10  "_id": "ms@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
     13  "_location": "/express/ms",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ms@2.0.0",
     19    "name": "ms",
     20    "escapedName": "ms",
     21    "rawSpec": "2.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.0"
     24  },
     25  "_requiredBy": [
     26    "/express/debug"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
     29  "_spec": "2.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/zeit/ms/issues"
     33  },
    434  "description": "Tiny milisecond conversion utility",
    5   "repository": "zeit/ms",
    6   "main": "./index",
    7   "files": [
    8     "index.js"
    9   ],
    10   "scripts": {
    11     "precommit": "lint-staged",
    12     "lint": "eslint lib/* bin/*",
    13     "test": "mocha tests.js"
     35  "devDependencies": {
     36    "eslint": "3.19.0",
     37    "expect.js": "0.3.1",
     38    "husky": "0.13.3",
     39    "lint-staged": "3.4.1",
     40    "mocha": "3.4.1"
    1441  },
    1542  "eslintConfig": {
     
    2047    }
    2148  },
     49  "files": [
     50    "index.js"
     51  ],
     52  "homepage": "https://github.com/zeit/ms#readme",
     53  "license": "MIT",
    2254  "lint-staged": {
    2355    "*.js": [
     
    2759    ]
    2860  },
    29   "license": "MIT",
    30   "devDependencies": {
    31     "eslint": "3.19.0",
    32     "expect.js": "0.3.1",
    33     "husky": "0.13.3",
    34     "lint-staged": "3.4.1",
    35     "mocha": "3.4.1"
    36   }
     61  "main": "./index",
     62  "name": "ms",
     63  "repository": {
     64    "type": "git",
     65    "url": "git+https://github.com/zeit/ms.git"
     66  },
     67  "scripts": {
     68    "lint": "eslint lib/* bin/*",
     69    "precommit": "lint-staged",
     70    "test": "mocha tests.js"
     71  },
     72  "version": "2.0.0"
    3773}
  • 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.