package.json 2.7 KB

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