package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. "extend-shallow@3.0.2",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "extend-shallow@3.0.2",
  10. "_id": "extend-shallow@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
  13. "_location": "/extend-shallow",
  14. "_phantomChildren": {
  15. "is-plain-object": "2.0.4"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "extend-shallow@3.0.2",
  21. "name": "extend-shallow",
  22. "escapedName": "extend-shallow",
  23. "rawSpec": "3.0.2",
  24. "saveSpec": null,
  25. "fetchSpec": "3.0.2"
  26. },
  27. "_requiredBy": [
  28. "/micromatch",
  29. "/nanomatch",
  30. "/plugin-error",
  31. "/regex-not",
  32. "/split-string",
  33. "/to-regex"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
  36. "_spec": "3.0.2",
  37. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  38. "author": {
  39. "name": "Jon Schlinkert",
  40. "url": "https://github.com/jonschlinkert"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/jonschlinkert/extend-shallow/issues"
  44. },
  45. "contributors": [
  46. {
  47. "name": "Jon Schlinkert",
  48. "url": "http://twitter.com/jonschlinkert"
  49. },
  50. {
  51. "name": "Peter deHaan",
  52. "url": "http://about.me/peterdehaan"
  53. }
  54. ],
  55. "dependencies": {
  56. "assign-symbols": "^1.0.0",
  57. "is-extendable": "^1.0.1"
  58. },
  59. "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
  60. "devDependencies": {
  61. "array-slice": "^1.0.0",
  62. "benchmarked": "^2.0.0",
  63. "for-own": "^1.0.0",
  64. "gulp-format-md": "^1.0.0",
  65. "is-plain-object": "^2.0.4",
  66. "kind-of": "^6.0.1",
  67. "minimist": "^1.2.0",
  68. "mocha": "^3.5.3",
  69. "object-assign": "^4.1.1"
  70. },
  71. "engines": {
  72. "node": ">=0.10.0"
  73. },
  74. "files": [
  75. "index.js"
  76. ],
  77. "homepage": "https://github.com/jonschlinkert/extend-shallow",
  78. "keywords": [
  79. "assign",
  80. "clone",
  81. "extend",
  82. "merge",
  83. "obj",
  84. "object",
  85. "object-assign",
  86. "object.assign",
  87. "prop",
  88. "properties",
  89. "property",
  90. "props",
  91. "shallow",
  92. "util",
  93. "utility",
  94. "utils",
  95. "value"
  96. ],
  97. "license": "MIT",
  98. "main": "index.js",
  99. "name": "extend-shallow",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
  103. },
  104. "scripts": {
  105. "test": "mocha"
  106. },
  107. "verb": {
  108. "toc": false,
  109. "layout": "default",
  110. "tasks": [
  111. "readme"
  112. ],
  113. "related": {
  114. "list": [
  115. "extend-shallow",
  116. "for-in",
  117. "for-own",
  118. "is-plain-object",
  119. "isobject",
  120. "kind-of"
  121. ]
  122. },
  123. "plugins": [
  124. "gulp-format-md"
  125. ],
  126. "lint": {
  127. "reflinks": true
  128. }
  129. },
  130. "version": "3.0.2"
  131. }