1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
| {
| "_from": "body@^5.1.0",
| "_id": "body@5.1.0",
| "_inBundle": false,
| "_integrity": "sha512-chUsBxGRtuElD6fmw1gHLpvnKdVLK302peeFa9ZqAEk8TyzZ3fygLyUEDDPTJvL9+Bor0dIwn6ePOsRM2y0zQQ==",
| "_location": "/body",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "body@^5.1.0",
| "name": "body",
| "escapedName": "body",
| "rawSpec": "^5.1.0",
| "saveSpec": null,
| "fetchSpec": "^5.1.0"
| },
| "_requiredBy": [
| "/tiny-lr"
| ],
| "_resolved": "https://registry.npmjs.org/body/-/body-5.1.0.tgz",
| "_shasum": "e4ba0ce410a46936323367609ecb4e6553125069",
| "_spec": "body@^5.1.0",
| "_where": "/home/l/plc/node-red/node_modules/tiny-lr",
| "author": {
| "name": "Raynos",
| "email": "raynos2@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/Raynos/body/issues",
| "email": "raynos2@gmail.com"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Jake Verbaten"
| }
| ],
| "dependencies": {
| "continuable-cache": "^0.3.1",
| "error": "^7.0.0",
| "raw-body": "~1.1.0",
| "safe-json-parse": "~1.0.1"
| },
| "deprecated": false,
| "description": "Body parsing",
| "devDependencies": {
| "after": "~0.7.0",
| "hammock": "^1.0.0",
| "process": "~0.5.1",
| "send-data": "~1.0.1",
| "tape": "~2.3.0",
| "test-server": "~0.1.3"
| },
| "homepage": "https://github.com/Raynos/body",
| "keywords": [],
| "licenses": [
| {
| "type": "MIT",
| "url": "http://github.com/Raynos/body/raw/master/LICENSE"
| }
| ],
| "main": "index",
| "name": "body",
| "repository": {
| "type": "git",
| "url": "git://github.com/Raynos/body.git"
| },
| "scripts": {
| "test": "node ./test/index.js"
| },
| "version": "5.1.0"
| }
|
|