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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "mpath@0.6.0",
  3. "_id": "mpath@0.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-i75qh79MJ5Xo/sbhxrDrPSEG0H/mr1kcZXJ8dH6URU5jD/knFxCVqVC/gVSW7GIXL/9hHWlT9haLbCXWOll3qw==",
  6. "_location": "/mpath",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "mpath@0.6.0",
  12. "name": "mpath",
  13. "escapedName": "mpath",
  14. "rawSpec": "0.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.6.0"
  17. },
  18. "_requiredBy": [
  19. "/mongoose"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mpath/-/mpath-0.6.0.tgz",
  22. "_shasum": "aa922029fca4f0f641f360e74c5c1b6a4c47078e",
  23. "_spec": "mpath@0.6.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/mongoose",
  25. "author": {
  26. "name": "Aaron Heckmann",
  27. "email": "aaron.heckmann+github@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/aheckmann/mpath/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "{G,S}et object values using MongoDB-like path notation",
  35. "devDependencies": {
  36. "benchmark": "~1.0.0",
  37. "mocha": "5.x"
  38. },
  39. "engines": {
  40. "node": ">=4.0.0"
  41. },
  42. "homepage": "https://github.com/aheckmann/mpath#readme",
  43. "keywords": [
  44. "mongodb",
  45. "path",
  46. "get",
  47. "set"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "mpath",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/aheckmann/mpath.git"
  55. },
  56. "scripts": {
  57. "test": "mocha test/*"
  58. },
  59. "version": "0.6.0"
  60. }