package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "getobject@~0.1.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt"
  6. ]
  7. ],
  8. "_from": "getobject@>=0.1.0 <0.2.0",
  9. "_id": "getobject@0.1.0",
  10. "_inCache": true,
  11. "_location": "/getobject",
  12. "_npmUser": {
  13. "email": "tyler@sleekcode.net",
  14. "name": "tkellen"
  15. },
  16. "_npmVersion": "1.3.11",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "getobject",
  20. "raw": "getobject@~0.1.0",
  21. "rawSpec": "~0.1.0",
  22. "scope": null,
  23. "spec": ">=0.1.0 <0.2.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/grunt",
  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": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt",
  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": "http://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. "installable": true,
  60. "keywords": [
  61. "dot",
  62. "dot notation",
  63. "get",
  64. "object",
  65. "properties",
  66. "set"
  67. ],
  68. "licenses": [
  69. {
  70. "type": "MIT",
  71. "url": "https://github.com/cowboy/node-getobject/blob/master/LICENSE-MIT"
  72. }
  73. ],
  74. "main": "lib/getobject",
  75. "maintainers": [
  76. {
  77. "name": "tkellen",
  78. "email": "tyler@sleekcode.net"
  79. }
  80. ],
  81. "name": "getobject",
  82. "optionalDependencies": {},
  83. "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.",
  84. "readmeFilename": "README.md",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/cowboy/node-getobject.git"
  88. },
  89. "scripts": {
  90. "test": "grunt nodeunit"
  91. },
  92. "version": "0.1.0"
  93. }