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.

package.json 2.8KB

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