package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "deep-extend@~0.4.0",
  6. "scope": null,
  7. "escapedName": "deep-extend",
  8. "name": "deep-extend",
  9. "rawSpec": "~0.4.0",
  10. "spec": ">=0.4.0 <0.5.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/rc"
  14. ]
  15. ],
  16. "_from": "deep-extend@>=0.4.0 <0.5.0",
  17. "_id": "deep-extend@0.4.1",
  18. "_inCache": true,
  19. "_location": "/deep-extend",
  20. "_nodeVersion": "0.12.0",
  21. "_npmUser": {
  22. "name": "unclechu",
  23. "email": "lotsmanov89@gmail.com"
  24. },
  25. "_npmVersion": "2.5.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "deep-extend@~0.4.0",
  29. "scope": null,
  30. "escapedName": "deep-extend",
  31. "name": "deep-extend",
  32. "rawSpec": "~0.4.0",
  33. "spec": ">=0.4.0 <0.5.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/rc"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.1.tgz",
  40. "_shasum": "efe4113d08085f4e6f9687759810f807469e2253",
  41. "_shrinkwrap": null,
  42. "_spec": "deep-extend@~0.4.0",
  43. "_where": "/home/robert/workspace/xmlrpc/node_modules/rc",
  44. "author": {
  45. "name": "Viacheslav Lotsmanov",
  46. "email": "lotsmanov89@gmail.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/unclechu/node-deep-extend/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Romain Prieto",
  54. "url": "https://github.com/rprieto"
  55. },
  56. {
  57. "name": "Max Maximov",
  58. "url": "https://github.com/maxmaximov"
  59. }
  60. ],
  61. "dependencies": {},
  62. "description": "Recursive object extending",
  63. "devDependencies": {
  64. "mocha": "^2.2.1",
  65. "should": "^5.2.0"
  66. },
  67. "directories": {
  68. "lib": "./lib/",
  69. "test": "./test/"
  70. },
  71. "dist": {
  72. "shasum": "efe4113d08085f4e6f9687759810f807469e2253",
  73. "tarball": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.1.tgz"
  74. },
  75. "engines": {
  76. "iojs": ">=1.0.0",
  77. "node": ">=0.12.0"
  78. },
  79. "files": [
  80. "lib/deep-extend.js",
  81. "index.js"
  82. ],
  83. "gitHead": "08e39356bba769744c669eb219a31fee07decd19",
  84. "homepage": "https://github.com/unclechu/node-deep-extend",
  85. "keywords": [
  86. "deep-extend",
  87. "extend",
  88. "deep",
  89. "recursive",
  90. "xtend",
  91. "clone",
  92. "merge",
  93. "json"
  94. ],
  95. "license": "MIT",
  96. "licenses": [
  97. {
  98. "type": "MIT",
  99. "url": "https://raw.githubusercontent.com/unclechu/node-deep-extend/master/LICENSE"
  100. }
  101. ],
  102. "main": "lib/deep-extend.js",
  103. "maintainers": [
  104. {
  105. "name": "unclechu",
  106. "email": "lotsmanov89@gmail.com"
  107. }
  108. ],
  109. "name": "deep-extend",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git://github.com/unclechu/node-deep-extend.git"
  115. },
  116. "scripts": {
  117. "test": "mocha"
  118. },
  119. "version": "0.4.1"
  120. }