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

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