package.json 2.9 KB

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