package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "deep-extend@~0.4.0",
  3. "_id": "deep-extend@0.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-SLaZwn4zS/ifEIkr5DL25MfTSn8=",
  6. "_location": "/deep-extend",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "deep-extend@~0.4.0",
  12. "name": "deep-extend",
  13. "escapedName": "deep-extend",
  14. "rawSpec": "~0.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.4.0"
  17. },
  18. "_requiredBy": [
  19. "/rc"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz",
  22. "_shasum": "48b699c27e334bf89f10892be432f6e4c7d34a7f",
  23. "_spec": "deep-extend@~0.4.0",
  24. "_where": "/home/tdedhar/Documents/viki/node_modules/rc",
  25. "author": {
  26. "name": "Viacheslav Lotsmanov",
  27. "email": "lotsmanov89@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/unclechu/node-deep-extend/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Romain Prieto",
  36. "url": "https://github.com/rprieto"
  37. },
  38. {
  39. "name": "Max Maximov",
  40. "url": "https://github.com/maxmaximov"
  41. },
  42. {
  43. "name": "Marshall Bowers",
  44. "url": "https://github.com/maxdeviant"
  45. }
  46. ],
  47. "deprecated": false,
  48. "description": "Recursive object extending",
  49. "devDependencies": {
  50. "mocha": "^2.2.1",
  51. "should": "^5.2.0"
  52. },
  53. "directories": {
  54. "lib": "./lib/",
  55. "test": "./test/"
  56. },
  57. "engines": {
  58. "iojs": ">=1.0.0",
  59. "node": ">=0.12.0"
  60. },
  61. "files": [
  62. "lib/deep-extend.js",
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/unclechu/node-deep-extend",
  66. "keywords": [
  67. "deep-extend",
  68. "extend",
  69. "deep",
  70. "recursive",
  71. "xtend",
  72. "clone",
  73. "merge",
  74. "json"
  75. ],
  76. "license": "MIT",
  77. "licenses": [
  78. {
  79. "type": "MIT",
  80. "url": "https://raw.githubusercontent.com/unclechu/node-deep-extend/master/LICENSE"
  81. }
  82. ],
  83. "main": "lib/deep-extend.js",
  84. "name": "deep-extend",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/unclechu/node-deep-extend.git"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "version": "0.4.2"
  93. }