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

    rceaed42 r59329aa  
    11{
    2   "name": "body-parser",
    3   "description": "Node.js body parsing middleware",
    4   "version": "1.19.0",
     2  "_args": [
     3    [
     4      "body-parser@1.19.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "body-parser@1.19.0",
     10  "_id": "body-parser@1.19.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
     13  "_location": "/body-parser",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "body-parser@1.19.0",
     19    "name": "body-parser",
     20    "escapedName": "body-parser",
     21    "rawSpec": "1.19.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.19.0"
     24  },
     25  "_requiredBy": [
     26    "/express",
     27    "/karma"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
     30  "_spec": "1.19.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "bugs": {
     33    "url": "https://github.com/expressjs/body-parser/issues"
     34  },
    535  "contributors": [
    6     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    7     "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
     36    {
     37      "name": "Douglas Christopher Wilson",
     38      "email": "doug@somethingdoug.com"
     39    },
     40    {
     41      "name": "Jonathan Ong",
     42      "email": "me@jongleberry.com",
     43      "url": "http://jongleberry.com"
     44    }
    845  ],
    9   "license": "MIT",
    10   "repository": "expressjs/body-parser",
    1146  "dependencies": {
    1247    "bytes": "3.1.0",
     
    2156    "type-is": "~1.6.17"
    2257  },
     58  "description": "Node.js body parsing middleware",
    2359  "devDependencies": {
    2460    "eslint": "5.16.0",
     
    3571    "supertest": "4.0.2"
    3672  },
     73  "engines": {
     74    "node": ">= 0.8"
     75  },
    3776  "files": [
    3877    "lib/",
     
    4180    "index.js"
    4281  ],
    43   "engines": {
    44     "node": ">= 0.8"
     82  "homepage": "https://github.com/expressjs/body-parser#readme",
     83  "license": "MIT",
     84  "name": "body-parser",
     85  "repository": {
     86    "type": "git",
     87    "url": "git+https://github.com/expressjs/body-parser.git"
    4588  },
    4689  "scripts": {
     
    4992    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
    5093    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
    51   }
     94  },
     95  "version": "1.19.0"
    5296}
Note: See TracChangeset for help on using the changeset viewer.