package.json 3.0 KB

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