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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "caller-path@^0.1.0",
  3. "_id": "caller-path@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=",
  6. "_location": "/caller-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "caller-path@^0.1.0",
  12. "name": "caller-path",
  13. "escapedName": "caller-path",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/require-uncached"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz",
  22. "_shasum": "94085ef63581ecd3daa92444a8fe94e82577751f",
  23. "_spec": "caller-path@^0.1.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/require-uncached",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "http://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/caller-path/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "callsites": "^0.2.0"
  36. },
  37. "deprecated": false,
  38. "description": "Get the path of the caller module",
  39. "devDependencies": {
  40. "mocha": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/caller-path#readme",
  49. "keywords": [
  50. "caller",
  51. "calling",
  52. "module",
  53. "path",
  54. "parent",
  55. "callsites",
  56. "callsite",
  57. "stacktrace",
  58. "stack",
  59. "trace",
  60. "function",
  61. "file"
  62. ],
  63. "license": "MIT",
  64. "name": "caller-path",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/caller-path.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "version": "0.1.0"
  73. }