package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. "extend-shallow@3.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  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=",
  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. "/micromatch",
  29. "/nanomatch",
  30. "/regex-not",
  31. "/split-string",
  32. "/to-regex"
  33. ],
  34. "_resolved": "https://registry.npm.taobao.org/extend-shallow/download/extend-shallow-3.0.2.tgz",
  35. "_spec": "3.0.2",
  36. "_where": "/Users/lihai/jolijoli/pad_spa",
  37. "author": {
  38. "name": "Jon Schlinkert",
  39. "url": "https://github.com/jonschlinkert"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/jonschlinkert/extend-shallow/issues"
  43. },
  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. "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. }