Dashboard sipadu mbip
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_from": "extend-shallow@^3.0.2",
  3. "_id": "extend-shallow@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
  6. "_location": "/extend-shallow",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "extend-shallow@^3.0.2",
  12. "name": "extend-shallow",
  13. "escapedName": "extend-shallow",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/micromatch",
  20. "/nanomatch",
  21. "/regex-not",
  22. "/split-string",
  23. "/to-regex"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
  26. "_shasum": "26a71aaf073b39fb2127172746131c2704028db8",
  27. "_spec": "extend-shallow@^3.0.2",
  28. "_where": "/var/www/html/mdch.sipadu/node_modules/micromatch",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jonschlinkert/extend-shallow/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Jon Schlinkert",
  40. "url": "http://twitter.com/jonschlinkert"
  41. },
  42. {
  43. "name": "Peter deHaan",
  44. "url": "http://about.me/peterdehaan"
  45. }
  46. ],
  47. "dependencies": {
  48. "assign-symbols": "^1.0.0",
  49. "is-extendable": "^1.0.1"
  50. },
  51. "deprecated": false,
  52. "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
  53. "devDependencies": {
  54. "array-slice": "^1.0.0",
  55. "benchmarked": "^2.0.0",
  56. "for-own": "^1.0.0",
  57. "gulp-format-md": "^1.0.0",
  58. "is-plain-object": "^2.0.4",
  59. "kind-of": "^6.0.1",
  60. "minimist": "^1.2.0",
  61. "mocha": "^3.5.3",
  62. "object-assign": "^4.1.1"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jonschlinkert/extend-shallow",
  71. "keywords": [
  72. "assign",
  73. "clone",
  74. "extend",
  75. "merge",
  76. "obj",
  77. "object",
  78. "object-assign",
  79. "object.assign",
  80. "prop",
  81. "properties",
  82. "property",
  83. "props",
  84. "shallow",
  85. "util",
  86. "utility",
  87. "utils",
  88. "value"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "extend-shallow",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
  96. },
  97. "scripts": {
  98. "test": "mocha"
  99. },
  100. "verb": {
  101. "toc": false,
  102. "layout": "default",
  103. "tasks": [
  104. "readme"
  105. ],
  106. "related": {
  107. "list": [
  108. "extend-shallow",
  109. "for-in",
  110. "for-own",
  111. "is-plain-object",
  112. "isobject",
  113. "kind-of"
  114. ]
  115. },
  116. "plugins": [
  117. "gulp-format-md"
  118. ],
  119. "lint": {
  120. "reflinks": true
  121. }
  122. },
  123. "version": "3.0.2"
  124. }