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

    rceaed42 r59329aa  
    11{
    2   "name": "raw-body",
    3   "description": "Get and validate the raw body of a readable stream.",
    4   "version": "2.4.0",
    5   "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
     2  "_args": [
     3    [
     4      "raw-body@2.4.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "raw-body@2.4.0",
     10  "_id": "raw-body@2.4.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
     13  "_location": "/raw-body",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "raw-body@2.4.0",
     19    "name": "raw-body",
     20    "escapedName": "raw-body",
     21    "rawSpec": "2.4.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.4.0"
     24  },
     25  "_requiredBy": [
     26    "/body-parser"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
     29  "_spec": "2.4.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jonathan Ong",
     33    "email": "me@jongleberry.com",
     34    "url": "http://jongleberry.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/stream-utils/raw-body/issues"
     38  },
    639  "contributors": [
    7     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    8     "Raynos <raynos2@gmail.com>"
     40    {
     41      "name": "Douglas Christopher Wilson",
     42      "email": "doug@somethingdoug.com"
     43    },
     44    {
     45      "name": "Raynos",
     46      "email": "raynos2@gmail.com"
     47    }
    948  ],
    10   "license": "MIT",
    11   "repository": "stream-utils/raw-body",
    1249  "dependencies": {
    1350    "bytes": "3.1.0",
     
    1653    "unpipe": "1.0.0"
    1754  },
     55  "description": "Get and validate the raw body of a readable stream.",
    1856  "devDependencies": {
    1957    "bluebird": "3.5.4",
     
    4078    "index.js"
    4179  ],
     80  "homepage": "https://github.com/stream-utils/raw-body#readme",
     81  "license": "MIT",
     82  "name": "raw-body",
     83  "repository": {
     84    "type": "git",
     85    "url": "git+https://github.com/stream-utils/raw-body.git"
     86  },
    4287  "scripts": {
    4388    "lint": "eslint --plugin markdown --ext js,md .",
     
    4590    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
    4691    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
    47   }
     92  },
     93  "version": "2.4.0"
    4894}
Note: See TracChangeset for help on using the changeset viewer.