blob: dd66f8bb7a61fab83127fccc824a7d1e2e439634 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "raw-body@~1.1.0",
3 "_id": "raw-body@1.1.7",
4 "_inBundle": false,
5 "_integrity": "sha1-HQJ8K/oRasxmI7yo8AAWVyqH1CU=",
6 "_location": "/raw-body",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "raw-body@~1.1.0",
12 "name": "raw-body",
13 "escapedName": "raw-body",
14 "rawSpec": "~1.1.0",
15 "saveSpec": null,
16 "fetchSpec": "~1.1.0"
17 },
18 "_requiredBy": [
19 "/body"
20 ],
21 "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.1.7.tgz",
22 "_shasum": "1d027c2bfa116acc6623bca8f00016572a87d425",
23 "_spec": "raw-body@~1.1.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\body",
25 "author": {
26 "name": "Jonathan Ong",
27 "email": "me@jongleberry.com",
28 "url": "http://jongleberry.com"
29 },
30 "bugs": {
31 "url": "https://github.com/stream-utils/raw-body/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "bytes": "1",
36 "string_decoder": "0.10"
37 },
38 "deprecated": false,
39 "description": "Get and validate the raw body of a readable stream.",
40 "devDependencies": {
41 "istanbul": "0.2.10",
42 "mocha": "~1.20.1",
43 "readable-stream": "~1.0.17",
44 "request": ">= 2.36.0 < 3",
45 "through2": "~0.4.1"
46 },
47 "engines": {
48 "node": ">= 0.8.0"
49 },
50 "homepage": "https://github.com/stream-utils/raw-body#readme",
51 "license": "MIT",
52 "name": "raw-body",
53 "repository": {
54 "type": "git",
55 "url": "git+https://github.com/stream-utils/raw-body.git"
56 },
57 "scripts": {
58 "test": "mocha --reporter spec --bail test/",
59 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/",
60 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"
61 },
62 "version": "1.1.7"
63}