liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
{
  "_from": "object-get@^2.1.1",
  "_id": "object-get@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-7n4IpLMzGGcLEMiQKsNR7vCe+N5E9LORFrtNUVy4sO3dj9a3HedZCxEL2T7QuLhcHN1NBuBsMOKaOsAYI9IIvg==",
  "_location": "/object-get",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "object-get@^2.1.1",
    "name": "object-get",
    "escapedName": "object-get",
    "rawSpec": "^2.1.1",
    "saveSpec": null,
    "fetchSpec": "^2.1.1"
  },
  "_requiredBy": [
    "/dmd"
  ],
  "_resolved": "https://registry.npmjs.org/object-get/-/object-get-2.1.1.tgz",
  "_shasum": "1dad63baf6d94df184d1c58756cc9be55b174dac",
  "_spec": "object-get@^2.1.1",
  "_where": "/home/l/plc/node-red/node_modules/dmd",
  "author": {
    "name": "Lloyd Brookes",
    "email": "75pound@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/75lb/object-get/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Access nested property values at any depth with a simple expression.",
  "devDependencies": {
    "jsdoc-to-markdown": "^5.0.3",
    "tape": "^4.13.0"
  },
  "homepage": "https://github.com/75lb/object-get#readme",
  "keywords": [
    "object",
    "get",
    "property",
    "key",
    "value",
    "access",
    "accessor"
  ],
  "license": "MIT",
  "main": "lib/object-get.js",
  "name": "object-get",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/75lb/object-get.git"
  },
  "scripts": {
    "docs": "jsdoc2md -d 1 -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
    "test": "tape test/*.js"
  },
  "version": "2.1.1"
}