Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "mixin-deep@^1.2.0",
  3. "_id": "mixin-deep@1.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
  6. "_location": "/mixin-deep",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mixin-deep@^1.2.0",
  12. "name": "mixin-deep",
  13. "escapedName": "mixin-deep",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/base"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
  22. "_shasum": "1120b43dc359a785dce65b55b82e257ccf479566",
  23. "_spec": "mixin-deep@^1.2.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/base",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/mixin-deep/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "for-in": "^1.0.2",
  35. "is-extendable": "^1.0.1"
  36. },
  37. "deprecated": false,
  38. "description": "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.",
  39. "devDependencies": {
  40. "gulp-format-md": "^1.0.0",
  41. "mocha": "^3.5.3",
  42. "should": "^13.1.3"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/mixin-deep",
  51. "keywords": [
  52. "deep",
  53. "extend",
  54. "key",
  55. "keys",
  56. "merge",
  57. "mixin",
  58. "object",
  59. "prop",
  60. "properties",
  61. "util",
  62. "values"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "mixin-deep",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jonschlinkert/mixin-deep.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. },
  74. "verb": {
  75. "toc": false,
  76. "layout": "default",
  77. "tasks": [
  78. "readme"
  79. ],
  80. "plugins": [
  81. "gulp-format-md"
  82. ],
  83. "related": {
  84. "list": [
  85. "defaults-deep",
  86. "extend-shallow",
  87. "merge-deep",
  88. "mixin-object"
  89. ]
  90. },
  91. "lint": {
  92. "reflinks": true
  93. }
  94. },
  95. "version": "1.3.2"
  96. }