package.json 2.6 KB

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