package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "shallow-clone@3.0.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "shallow-clone@3.0.1",
  9. "_id": "shallow-clone@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
  12. "_location": "/shallow-clone",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "shallow-clone@3.0.1",
  18. "name": "shallow-clone",
  19. "escapedName": "shallow-clone",
  20. "rawSpec": "3.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.1"
  23. },
  24. "_requiredBy": [
  25. "/clone-deep"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
  28. "_spec": "3.0.1",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/shallow-clone/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Brian Woodward",
  40. "url": "https://twitter.com/doowb"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. }
  46. ],
  47. "dependencies": {
  48. "kind-of": "^6.0.2"
  49. },
  50. "description": "Creates a shallow clone of any JavaScript value.",
  51. "devDependencies": {
  52. "gulp-format-md": "^2.0.0",
  53. "mocha": "^6.1.3"
  54. },
  55. "engines": {
  56. "node": ">=8"
  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. "lint": {
  92. "reflinks": true
  93. },
  94. "related": {
  95. "list": [
  96. "assign-deep",
  97. "clone-deep",
  98. "is-plain-object",
  99. "kind-of"
  100. ]
  101. }
  102. },
  103. "version": "3.0.1"
  104. }