package.json 2.8 KB

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