You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "extend-shallow@^2.0.1",
  3. "_id": "extend-shallow@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  6. "_location": "/set-value/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. "/set-value"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  22. "_shasum": "51af7d614ad9a9f610ea1bafbb989d6b1c56890f",
  23. "_spec": "extend-shallow@^2.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\set-value",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/extend-shallow/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "is-extendable": "^0.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
  38. "devDependencies": {
  39. "array-slice": "^0.2.3",
  40. "benchmarked": "^0.1.4",
  41. "chalk": "^1.0.0",
  42. "for-own": "^0.1.3",
  43. "glob": "^5.0.12",
  44. "is-plain-object": "^2.0.1",
  45. "kind-of": "^2.0.0",
  46. "minimist": "^1.1.1",
  47. "mocha": "^2.2.5",
  48. "should": "^7.0.1"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/extend-shallow",
  57. "keywords": [
  58. "assign",
  59. "extend",
  60. "javascript",
  61. "js",
  62. "keys",
  63. "merge",
  64. "obj",
  65. "object",
  66. "prop",
  67. "properties",
  68. "property",
  69. "props",
  70. "shallow",
  71. "util",
  72. "utility",
  73. "utils",
  74. "value"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "extend-shallow",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
  82. },
  83. "scripts": {
  84. "test": "mocha"
  85. },
  86. "version": "2.0.1"
  87. }