package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "mixin-object@^2.0.1",
  3. "_id": "mixin-object@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ALGF1Jt9ouehcaXaHhn6t1yGWRqGaHkPFndtFVHfZXOvkIZ/yoGaSi0AHVTafb3ZBGg4dr/bDwnaEKqCXzchMA==",
  6. "_location": "/mixin-object",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mixin-object@^2.0.1",
  12. "name": "mixin-object",
  13. "escapedName": "mixin-object",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/shallow-clone"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/mixin-object/-/mixin-object-2.0.1.tgz",
  22. "_shasum": "4fb949441dab182540f1fe035ba60e1947a5e57e",
  23. "_spec": "mixin-object@^2.0.1",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\shallow-clone",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/mixin-object/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "for-in": "^0.1.3",
  35. "is-extendable": "^0.1.1"
  36. },
  37. "deprecated": false,
  38. "description": "Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.",
  39. "devDependencies": {
  40. "mocha": "^2.2.5",
  41. "should": "^7.0.1"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/jonschlinkert/mixin-object",
  50. "keywords": [
  51. "assign",
  52. "copy",
  53. "extend",
  54. "key",
  55. "merge",
  56. "mixin",
  57. "object",
  58. "objects",
  59. "prop",
  60. "properties",
  61. "property",
  62. "shallow",
  63. "util",
  64. "value"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "mixin-object",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jonschlinkert/mixin-object.git"
  72. },
  73. "scripts": {
  74. "test": "mocha"
  75. },
  76. "verbiage": {
  77. "related": {
  78. "list": [
  79. "defaults-deep",
  80. "extend-shallow",
  81. "assign-deep",
  82. "mixin-deep",
  83. "merge-deep",
  84. "isobject",
  85. "is-plain-object",
  86. "for-own",
  87. "for-in"
  88. ]
  89. }
  90. },
  91. "version": "2.0.1"
  92. }