Security update to Drupal 8.4.6
[yaffs-website] / node_modules / getobject / package.json
1 {
2   "_args": [
3     [
4       "getobject@~0.1.0",
5       "/var/www/yaffs/node_modules/grunt-legacy-util"
6     ]
7   ],
8   "_from": "getobject@>=0.1.0 <0.2.0",
9   "_id": "getobject@0.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/getobject",
13   "_npmUser": {
14     "email": "tyler@sleekcode.net",
15     "name": "tkellen"
16   },
17   "_npmVersion": "1.3.11",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "getobject",
21     "raw": "getobject@~0.1.0",
22     "rawSpec": "~0.1.0",
23     "scope": null,
24     "spec": ">=0.1.0 <0.2.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/grunt-legacy-util"
29   ],
30   "_resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz",
31   "_shasum": "047a449789fa160d018f5486ed91320b6ec7885c",
32   "_shrinkwrap": null,
33   "_spec": "getobject@~0.1.0",
34   "_where": "/var/www/yaffs/node_modules/grunt-legacy-util",
35   "author": {
36     "name": "\"Cowboy\" Ben Alman",
37     "url": "http://benalman.com/"
38   },
39   "bugs": {
40     "url": "https://github.com/cowboy/node-getobject/issues"
41   },
42   "dependencies": {},
43   "description": "get.and.set.deep.objects.easily = true",
44   "devDependencies": {
45     "grunt": "~0.4.1",
46     "grunt-contrib-jshint": "~0.1.1",
47     "grunt-contrib-nodeunit": "~0.1.2",
48     "grunt-contrib-watch": "~0.2.0"
49   },
50   "directories": {},
51   "dist": {
52     "shasum": "047a449789fa160d018f5486ed91320b6ec7885c",
53     "tarball": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz"
54   },
55   "engines": {
56     "node": ">= 0.8.0"
57   },
58   "homepage": "https://github.com/cowboy/node-getobject",
59   "keywords": [
60     "dot",
61     "dot notation",
62     "get",
63     "object",
64     "properties",
65     "set"
66   ],
67   "licenses": [
68     {
69       "type": "MIT",
70       "url": "https://github.com/cowboy/node-getobject/blob/master/LICENSE-MIT"
71     }
72   ],
73   "main": "lib/getobject",
74   "maintainers": [
75     {
76       "name": "tkellen",
77       "email": "tyler@sleekcode.net"
78     }
79   ],
80   "name": "getobject",
81   "optionalDependencies": {},
82   "readme": "# getobject [![Build Status](https://secure.travis-ci.org/cowboy/node-getobject.png?branch=master)](http://travis-ci.org/cowboy/node-getobject)\n\nget.and.set.deep.objects.easily = true;\n\n## Getting Started\nInstall the module with: `npm install getobject`\n\n```javascript\nvar getobject = require('getobject');\n```\n\n## Contributing\nIn 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/).\n\n## Release History\n_(Nothing yet)_\n\n## License\nCopyright (c) 2013 \"Cowboy\" Ben Alman\nLicensed under the MIT license.",
83   "readmeFilename": "README.md",
84   "repository": {
85     "type": "git",
86     "url": "git://github.com/cowboy/node-getobject.git"
87   },
88   "scripts": {
89     "test": "grunt nodeunit"
90   },
91   "version": "0.1.0"
92 }