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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "lodash.assign@^3.0.0",
  3. "_id": "lodash.assign@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-POnwI0tLIiPilrj6CsH+6OvKZPo=",
  6. "_location": "/lodash.assign",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash.assign@^3.0.0",
  12. "name": "lodash.assign",
  13. "escapedName": "lodash.assign",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/lodash.defaults"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz",
  22. "_shasum": "3ce9f0234b4b2223e296b8fa0ac1fee8ebca64fa",
  23. "_spec": "lodash.assign@^3.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\lodash.defaults",
  25. "author": {
  26. "name": "John-David Dalton",
  27. "email": "john.david.dalton@gmail.com",
  28. "url": "http://allyoucanleet.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/lodash/lodash/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "John-David Dalton",
  37. "email": "john.david.dalton@gmail.com",
  38. "url": "http://allyoucanleet.com/"
  39. },
  40. {
  41. "name": "Benjamin Tan",
  42. "email": "demoneaux@gmail.com",
  43. "url": "https://d10.github.io/"
  44. },
  45. {
  46. "name": "Blaine Bublitz",
  47. "email": "blaine@iceddev.com",
  48. "url": "http://www.iceddev.com/"
  49. },
  50. {
  51. "name": "Kit Cambridge",
  52. "email": "github@kitcambridge.be",
  53. "url": "http://kitcambridge.be/"
  54. },
  55. {
  56. "name": "Mathias Bynens",
  57. "email": "mathias@qiwi.be",
  58. "url": "https://mathiasbynens.be/"
  59. }
  60. ],
  61. "dependencies": {
  62. "lodash._baseassign": "^3.0.0",
  63. "lodash._createassigner": "^3.0.0",
  64. "lodash.keys": "^3.0.0"
  65. },
  66. "deprecated": false,
  67. "description": "The modern build of lodash’s `_.assign` as a module.",
  68. "homepage": "https://lodash.com/",
  69. "icon": "https://lodash.com/icon.svg",
  70. "keywords": [
  71. "lodash",
  72. "lodash-modularized",
  73. "stdlib",
  74. "util"
  75. ],
  76. "license": "MIT",
  77. "name": "lodash.assign",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/lodash/lodash.git"
  81. },
  82. "scripts": {
  83. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  84. },
  85. "version": "3.2.0"
  86. }