package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "shallow-clone@^3.0.0",
  3. "_id": "shallow-clone@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
  6. "_location": "/shallow-clone",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "shallow-clone@^3.0.0",
  12. "name": "shallow-clone",
  13. "escapedName": "shallow-clone",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/clone-deep"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
  22. "_shasum": "8f2981ad92531f55035b01fb230769a40e02efa3",
  23. "_spec": "shallow-clone@^3.0.0",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/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. "kind-of": "^6.0.2"
  45. },
  46. "deprecated": false,
  47. "description": "Creates a shallow clone of any JavaScript value.",
  48. "devDependencies": {
  49. "gulp-format-md": "^2.0.0",
  50. "mocha": "^6.1.3"
  51. },
  52. "engines": {
  53. "node": ">=8"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jonschlinkert/shallow-clone",
  59. "keywords": [
  60. "array",
  61. "clone",
  62. "copy",
  63. "extend",
  64. "mixin",
  65. "object",
  66. "primitive",
  67. "shallow"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "shallow-clone",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jonschlinkert/shallow-clone.git"
  75. },
  76. "scripts": {
  77. "test": "mocha"
  78. },
  79. "verb": {
  80. "toc": false,
  81. "layout": "default",
  82. "tasks": [
  83. "readme"
  84. ],
  85. "plugins": [
  86. "gulp-format-md"
  87. ],
  88. "lint": {
  89. "reflinks": true
  90. },
  91. "related": {
  92. "list": [
  93. "assign-deep",
  94. "clone-deep",
  95. "is-plain-object",
  96. "kind-of"
  97. ]
  98. }
  99. },
  100. "version": "3.0.1"
  101. }