package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "extend-shallow@^2.0.1",
  3. "_id": "extend-shallow@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  6. "_location": "/extend-shallow",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "extend-shallow@^2.0.1",
  12. "name": "extend-shallow",
  13. "escapedName": "extend-shallow",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/braces",
  20. "/expand-brackets",
  21. "/extglob",
  22. "/fill-range",
  23. "/micromatch",
  24. "/nanomatch",
  25. "/regex-not",
  26. "/set-value",
  27. "/snapdragon",
  28. "/to-regex",
  29. "/union-value/set-value"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  32. "_shasum": "51af7d614ad9a9f610ea1bafbb989d6b1c56890f",
  33. "_spec": "extend-shallow@^2.0.1",
  34. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/micromatch",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jonschlinkert/extend-shallow/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "is-extendable": "^0.1.0"
  45. },
  46. "deprecated": false,
  47. "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
  48. "devDependencies": {
  49. "array-slice": "^0.2.3",
  50. "benchmarked": "^0.1.4",
  51. "chalk": "^1.0.0",
  52. "for-own": "^0.1.3",
  53. "glob": "^5.0.12",
  54. "is-plain-object": "^2.0.1",
  55. "kind-of": "^2.0.0",
  56. "minimist": "^1.1.1",
  57. "mocha": "^2.2.5",
  58. "should": "^7.0.1"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jonschlinkert/extend-shallow",
  67. "keywords": [
  68. "assign",
  69. "extend",
  70. "javascript",
  71. "js",
  72. "keys",
  73. "merge",
  74. "obj",
  75. "object",
  76. "prop",
  77. "properties",
  78. "property",
  79. "props",
  80. "shallow",
  81. "util",
  82. "utility",
  83. "utils",
  84. "value"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "name": "extend-shallow",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
  92. },
  93. "scripts": {
  94. "test": "mocha"
  95. },
  96. "version": "2.0.1"
  97. }