blob: e90c313cbbfa69c507f59ba070b084a732557c0d [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "getobject@~0.1.0",
3 "_id": "getobject@0.1.0",
4 "_inBundle": false,
5 "_integrity": "sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=",
6 "_location": "/getobject",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "getobject@~0.1.0",
12 "name": "getobject",
13 "escapedName": "getobject",
14 "rawSpec": "~0.1.0",
15 "saveSpec": null,
16 "fetchSpec": "~0.1.0"
17 },
18 "_requiredBy": [
19 "/grunt-legacy-util"
20 ],
21 "_resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz",
22 "_shasum": "047a449789fa160d018f5486ed91320b6ec7885c",
23 "_spec": "getobject@~0.1.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-legacy-util",
25 "author": {
26 "name": "\"Cowboy\" Ben Alman",
27 "url": "http://benalman.com/"
28 },
29 "bugs": {
30 "url": "https://github.com/cowboy/node-getobject/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "get.and.set.deep.objects.easily = true",
35 "devDependencies": {
36 "grunt": "~0.4.1",
37 "grunt-contrib-jshint": "~0.1.1",
38 "grunt-contrib-nodeunit": "~0.1.2",
39 "grunt-contrib-watch": "~0.2.0"
40 },
41 "engines": {
42 "node": ">= 0.8.0"
43 },
44 "homepage": "https://github.com/cowboy/node-getobject",
45 "keywords": [
46 "dot notation",
47 "properties",
48 "get",
49 "set",
50 "object",
51 "dot"
52 ],
53 "licenses": [
54 {
55 "type": "MIT",
56 "url": "https://github.com/cowboy/node-getobject/blob/master/LICENSE-MIT"
57 }
58 ],
59 "main": "lib/getobject",
60 "name": "getobject",
61 "repository": {
62 "type": "git",
63 "url": "git://github.com/cowboy/node-getobject.git"
64 },
65 "scripts": {
66 "test": "grunt nodeunit"
67 },
68 "version": "0.1.0"
69}