package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "shallow-clone@3.0.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "shallow-clone@3.0.1",
  10. "_id": "shallow-clone@3.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
  13. "_location": "/shallow-clone",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "shallow-clone@3.0.1",
  19. "name": "shallow-clone",
  20. "escapedName": "shallow-clone",
  21. "rawSpec": "3.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.1"
  24. },
  25. "_requiredBy": [
  26. "/clone-deep"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/shallow-clone/-/shallow-clone-3.0.1.tgz",
  29. "_spec": "3.0.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/shallow-clone/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Brian Woodward",
  41. "url": "https://twitter.com/doowb"
  42. },
  43. {
  44. "name": "Jon Schlinkert",
  45. "url": "http://twitter.com/jonschlinkert"
  46. }
  47. ],
  48. "dependencies": {
  49. "kind-of": "^6.0.2"
  50. },
  51. "description": "Creates a shallow clone of any JavaScript value.",
  52. "devDependencies": {
  53. "gulp-format-md": "^2.0.0",
  54. "mocha": "^6.1.3"
  55. },
  56. "engines": {
  57. "node": ">=8"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/jonschlinkert/shallow-clone",
  63. "keywords": [
  64. "array",
  65. "clone",
  66. "copy",
  67. "extend",
  68. "mixin",
  69. "object",
  70. "primitive",
  71. "shallow"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "shallow-clone",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/jonschlinkert/shallow-clone.git"
  79. },
  80. "scripts": {
  81. "test": "mocha"
  82. },
  83. "verb": {
  84. "toc": false,
  85. "layout": "default",
  86. "tasks": [
  87. "readme"
  88. ],
  89. "plugins": [
  90. "gulp-format-md"
  91. ],
  92. "lint": {
  93. "reflinks": true
  94. },
  95. "related": {
  96. "list": [
  97. "assign-deep",
  98. "clone-deep",
  99. "is-plain-object",
  100. "kind-of"
  101. ]
  102. }
  103. },
  104. "version": "3.0.1"
  105. }