[6a3a178] | 1 | {
|
---|
[59329aa] | 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 | },
|
---|
[6a3a178] | 39 | "contributors": [
|
---|
[59329aa] | 40 | {
|
---|
| 41 | "name": "Douglas Christopher Wilson",
|
---|
| 42 | "email": "doug@somethingdoug.com"
|
---|
| 43 | },
|
---|
| 44 | {
|
---|
| 45 | "name": "Raynos",
|
---|
| 46 | "email": "raynos2@gmail.com"
|
---|
| 47 | }
|
---|
[6a3a178] | 48 | ],
|
---|
| 49 | "dependencies": {
|
---|
| 50 | "bytes": "3.1.0",
|
---|
| 51 | "http-errors": "1.7.2",
|
---|
| 52 | "iconv-lite": "0.4.24",
|
---|
| 53 | "unpipe": "1.0.0"
|
---|
| 54 | },
|
---|
[59329aa] | 55 | "description": "Get and validate the raw body of a readable stream.",
|
---|
[6a3a178] | 56 | "devDependencies": {
|
---|
| 57 | "bluebird": "3.5.4",
|
---|
| 58 | "eslint": "5.16.0",
|
---|
| 59 | "eslint-config-standard": "12.0.0",
|
---|
| 60 | "eslint-plugin-import": "2.16.0",
|
---|
| 61 | "eslint-plugin-markdown": "1.0.0",
|
---|
| 62 | "eslint-plugin-node": "8.0.1",
|
---|
| 63 | "eslint-plugin-promise": "4.1.1",
|
---|
| 64 | "eslint-plugin-standard": "4.0.0",
|
---|
| 65 | "istanbul": "0.4.5",
|
---|
| 66 | "mocha": "6.1.3",
|
---|
| 67 | "readable-stream": "2.3.6",
|
---|
| 68 | "safe-buffer": "5.1.2"
|
---|
| 69 | },
|
---|
| 70 | "engines": {
|
---|
| 71 | "node": ">= 0.8"
|
---|
| 72 | },
|
---|
| 73 | "files": [
|
---|
| 74 | "HISTORY.md",
|
---|
| 75 | "LICENSE",
|
---|
| 76 | "README.md",
|
---|
| 77 | "index.d.ts",
|
---|
| 78 | "index.js"
|
---|
| 79 | ],
|
---|
[59329aa] | 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 | },
|
---|
[6a3a178] | 87 | "scripts": {
|
---|
| 88 | "lint": "eslint --plugin markdown --ext js,md .",
|
---|
| 89 | "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
|
---|
| 90 | "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
|
---|
| 91 | "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
|
---|
[59329aa] | 92 | },
|
---|
| 93 | "version": "2.4.0"
|
---|
[6a3a178] | 94 | }
|
---|