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

    rceaed42 r59329aa  
    11{
    2   "name": "parseurl",
     2  "_args": [
     3    [
     4      "parseurl@1.3.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "parseurl@1.3.3",
     10  "_id": "parseurl@1.3.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
     13  "_location": "/parseurl",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "parseurl@1.3.3",
     19    "name": "parseurl",
     20    "escapedName": "parseurl",
     21    "rawSpec": "1.3.3",
     22    "saveSpec": null,
     23    "fetchSpec": "1.3.3"
     24  },
     25  "_requiredBy": [
     26    "/connect",
     27    "/express",
     28    "/finalhandler",
     29    "/serve-index",
     30    "/serve-static"
     31  ],
     32  "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
     33  "_spec": "1.3.3",
     34  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     35  "bugs": {
     36    "url": "https://github.com/pillarjs/parseurl/issues"
     37  },
     38  "contributors": [
     39    {
     40      "name": "Douglas Christopher Wilson",
     41      "email": "doug@somethingdoug.com"
     42    },
     43    {
     44      "name": "Jonathan Ong",
     45      "email": "me@jongleberry.com",
     46      "url": "http://jongleberry.com"
     47    }
     48  ],
    349  "description": "parse a url with memoization",
    4   "version": "1.3.3",
    5   "contributors": [
    6     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    7     "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
    8   ],
    9   "repository": "pillarjs/parseurl",
    10   "license": "MIT",
    1150  "devDependencies": {
    1251    "beautify-benchmark": "0.2.4",
     
    2261    "mocha": "6.1.3"
    2362  },
     63  "engines": {
     64    "node": ">= 0.8"
     65  },
    2466  "files": [
    2567    "LICENSE",
     
    2870    "index.js"
    2971  ],
    30   "engines": {
    31     "node": ">= 0.8"
     72  "homepage": "https://github.com/pillarjs/parseurl#readme",
     73  "license": "MIT",
     74  "name": "parseurl",
     75  "repository": {
     76    "type": "git",
     77    "url": "git+https://github.com/pillarjs/parseurl.git"
    3278  },
    3379  "scripts": {
     
    3783    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
    3884    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
    39   }
     85  },
     86  "version": "1.3.3"
    4087}
Note: See TracChangeset for help on using the changeset viewer.