package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  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": "http://registry.npm.taobao.org/getobject/download/getobject-0.1.0.tgz",
  22. "_shasum": "047a449789fa160d018f5486ed91320b6ec7885c",
  23. "_spec": "getobject@~0.1.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\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. }