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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "lodash@4.17.15",
  3. "_id": "lodash@4.17.15",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
  6. "_location": "/lodash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "lodash@4.17.15",
  12. "name": "lodash",
  13. "escapedName": "lodash",
  14. "rawSpec": "4.17.15",
  15. "saveSpec": null,
  16. "fetchSpec": "4.17.15"
  17. },
  18. "_requiredBy": [
  19. "/async",
  20. "/inquirer"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
  23. "_shasum": "b447f6670a0455bbfeedd11392eff330ea097548",
  24. "_spec": "lodash@4.17.15",
  25. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/inquirer",
  26. "author": {
  27. "name": "John-David Dalton",
  28. "email": "john.david.dalton@gmail.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. },
  39. {
  40. "name": "Mathias Bynens",
  41. "email": "mathias@qiwi.be"
  42. }
  43. ],
  44. "deprecated": false,
  45. "description": "Lodash modular utilities.",
  46. "homepage": "https://lodash.com/",
  47. "icon": "https://lodash.com/icon.svg",
  48. "keywords": [
  49. "modules",
  50. "stdlib",
  51. "util"
  52. ],
  53. "license": "MIT",
  54. "main": "lodash.js",
  55. "name": "lodash",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/lodash/lodash.git"
  59. },
  60. "scripts": {
  61. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  62. },
  63. "version": "4.17.15"
  64. }