Ohm-Management - Projektarbeit B-ME
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 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "lodash@^4.17.5",
  3. "_id": "lodash@4.17.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
  6. "_location": "/lodash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash@^4.17.5",
  12. "name": "lodash",
  13. "escapedName": "lodash",
  14. "rawSpec": "^4.17.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.17.5"
  17. },
  18. "_requiredBy": [
  19. "/eslint",
  20. "/inquirer",
  21. "/table"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
  24. "_shasum": "b39ea6229ef607ecd89e2c8df12536891cac9b8d",
  25. "_spec": "lodash@^4.17.5",
  26. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  27. "author": {
  28. "name": "John-David Dalton",
  29. "email": "john.david.dalton@gmail.com",
  30. "url": "http://allyoucanleet.com/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/lodash/lodash/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "John-David Dalton",
  39. "email": "john.david.dalton@gmail.com",
  40. "url": "http://allyoucanleet.com/"
  41. },
  42. {
  43. "name": "Mathias Bynens",
  44. "email": "mathias@qiwi.be",
  45. "url": "https://mathiasbynens.be/"
  46. }
  47. ],
  48. "deprecated": false,
  49. "description": "Lodash modular utilities.",
  50. "homepage": "https://lodash.com/",
  51. "icon": "https://lodash.com/icon.svg",
  52. "keywords": [
  53. "modules",
  54. "stdlib",
  55. "util"
  56. ],
  57. "license": "MIT",
  58. "main": "lodash.js",
  59. "name": "lodash",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/lodash/lodash.git"
  63. },
  64. "scripts": {
  65. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  66. },
  67. "version": "4.17.11"
  68. }