package.json 2.8 KB

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