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
| {
| "_from": "getobject@~1.0.0",
| "_id": "getobject@1.0.2",
| "_inBundle": false,
| "_integrity": "sha512-2zblDBaFcb3rB4rF77XVnuINOE2h2k/OnqXAiy0IrTxUfV1iFp3la33oAQVY9pCpWU268WFYVt2t71hlMuLsOg==",
| "_location": "/getobject",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "getobject@~1.0.0",
| "name": "getobject",
| "escapedName": "getobject",
| "rawSpec": "~1.0.0",
| "saveSpec": null,
| "fetchSpec": "~1.0.0"
| },
| "_requiredBy": [
| "/grunt-legacy-util"
| ],
| "_resolved": "https://registry.npmjs.org/getobject/-/getobject-1.0.2.tgz",
| "_shasum": "25ec87a50370f6dcc3c6ba7ef43c4c16215c4c89",
| "_spec": "getobject@~1.0.0",
| "_where": "/home/l/plc/node-red/node_modules/grunt-legacy-util",
| "author": {
| "name": "\"Cowboy\" Ben Alman",
| "url": "http://benalman.com/"
| },
| "bugs": {
| "url": "https://github.com/cowboy/node-getobject/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "get.and.set.deep.objects.easily = true",
| "devDependencies": {
| "grunt": "~1.4.0",
| "grunt-contrib-jshint": "~3.0.0",
| "grunt-contrib-nodeunit": "~3.0.0",
| "grunt-contrib-watch": "~1.1.0"
| },
| "engines": {
| "node": ">=10"
| },
| "files": [
| "lib"
| ],
| "homepage": "https://github.com/cowboy/node-getobject",
| "keywords": [
| "dot notation",
| "properties",
| "get",
| "set",
| "object",
| "dot"
| ],
| "licenses": [
| {
| "type": "MIT",
| "url": "https://github.com/cowboy/node-getobject/blob/master/LICENSE-MIT"
| }
| ],
| "main": "lib/getobject",
| "name": "getobject",
| "repository": {
| "type": "git",
| "url": "git://github.com/cowboy/node-getobject.git"
| },
| "scripts": {
| "test": "grunt nodeunit"
| },
| "version": "1.0.2"
| }
|
|