package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "shallow-clone@^1.0.0",
  3. "_id": "shallow-clone@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oeXreoKR/SyNJtRJMAKPDSvd28OqEwG4eR/xc856cRGBII7gX9lvAqDxusPm0846z/w/hWYjI1NpKwJ00NHzRA==",
  6. "_location": "/shallow-clone",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "shallow-clone@^1.0.0",
  12. "name": "shallow-clone",
  13. "escapedName": "shallow-clone",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/clone-deep"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/shallow-clone/-/shallow-clone-1.0.0.tgz",
  22. "_shasum": "4480cd06e882ef68b2ad88a3ea54832e2c48b571",
  23. "_spec": "shallow-clone@^1.0.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\clone-deep",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/shallow-clone/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Brian Woodward",
  36. "url": "https://twitter.com/doowb"
  37. },
  38. {
  39. "name": "Jon Schlinkert",
  40. "url": "http://twitter.com/jonschlinkert"
  41. }
  42. ],
  43. "dependencies": {
  44. "is-extendable": "^0.1.1",
  45. "kind-of": "^5.0.0",
  46. "mixin-object": "^2.0.1"
  47. },
  48. "deprecated": false,
  49. "description": "Make a shallow clone of an object, array or primitive.",
  50. "devDependencies": {
  51. "gulp-format-md": "^1.0.0",
  52. "mocha": "^3.4.2",
  53. "should": "^11.2.1"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jonschlinkert/shallow-clone",
  62. "keywords": [
  63. "array",
  64. "clone",
  65. "copy",
  66. "extend",
  67. "mixin",
  68. "object",
  69. "primitive",
  70. "shallow"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "shallow-clone",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/jonschlinkert/shallow-clone.git"
  78. },
  79. "scripts": {
  80. "test": "mocha"
  81. },
  82. "verb": {
  83. "toc": false,
  84. "layout": "default",
  85. "tasks": [
  86. "readme"
  87. ],
  88. "plugins": [
  89. "gulp-format-md"
  90. ],
  91. "related": {
  92. "list": [
  93. "assign-deep",
  94. "clone-deep",
  95. "extend-shallow",
  96. "is-plain-object",
  97. "isobject",
  98. "kind-of",
  99. "mixin-deep",
  100. "mixin-object"
  101. ]
  102. },
  103. "lint": {
  104. "reflinks": true
  105. }
  106. },
  107. "version": "1.0.0"
  108. }