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.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "object.defaults@^1.1.0",
  3. "_id": "object.defaults@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8=",
  6. "_location": "/object.defaults",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object.defaults@^1.1.0",
  12. "name": "object.defaults",
  13. "escapedName": "object.defaults",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/each-props",
  20. "/fined",
  21. "/glob-watcher",
  22. "/undertaker"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz",
  25. "_shasum": "3a7f868334b407dea06da16d88d5cd29e435fecf",
  26. "_spec": "object.defaults@^1.1.0",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\glob-watcher",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonschlinkert/object.defaults/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Jon Schlinkert",
  39. "email": "jon.schlinkert@sellside.com",
  40. "url": "http://twitter.com/jonschlinkert"
  41. },
  42. {
  43. "name": "Sobolev Nikita",
  44. "email": "mail@sobolevn.me",
  45. "url": "https://github.com/sobolevn"
  46. }
  47. ],
  48. "dependencies": {
  49. "array-each": "^1.0.1",
  50. "array-slice": "^1.0.0",
  51. "for-own": "^1.0.0",
  52. "isobject": "^3.0.0"
  53. },
  54. "deprecated": false,
  55. "description": "Like `extend` but only copies missing properties/values to the target object.",
  56. "devDependencies": {
  57. "gulp-format-md": "^0.1.11",
  58. "mocha": "^3.2.0"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "index.js",
  65. "immutable.js",
  66. "mutable.js"
  67. ],
  68. "homepage": "https://github.com/jonschlinkert/object.defaults",
  69. "keywords": [
  70. "copy",
  71. "default",
  72. "defaults",
  73. "extend",
  74. "javascript",
  75. "js",
  76. "merge",
  77. "object",
  78. "properties",
  79. "property",
  80. "util",
  81. "utils",
  82. "value",
  83. "values"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "object.defaults",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/jonschlinkert/object.defaults.git"
  91. },
  92. "scripts": {
  93. "test": "mocha"
  94. },
  95. "verb": {
  96. "toc": false,
  97. "layout": "default",
  98. "tasks": [
  99. "readme"
  100. ],
  101. "plugins": [
  102. "gulp-format-md"
  103. ],
  104. "lint": {
  105. "reflinks": true
  106. }
  107. },
  108. "version": "1.1.0"
  109. }