Security update to Drupal 8.4.6
[yaffs-website] / node_modules / getobject / README.md
1 # getobject [![Build Status](https://secure.travis-ci.org/cowboy/node-getobject.png?branch=master)](http://travis-ci.org/cowboy/node-getobject)
2
3 get.and.set.deep.objects.easily = true;
4
5 ## Getting Started
6 Install the module with: `npm install getobject`
7
8 ```javascript
9 var getobject = require('getobject');
10 ```
11
12 ## Contributing
13 In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
14
15 ## Release History
16 _(Nothing yet)_
17
18 ## License
19 Copyright (c) 2013 "Cowboy" Ben Alman
20 Licensed under the MIT license.