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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "callsites@^0.2.0",
  3. "_id": "callsites@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=",
  6. "_location": "/callsites",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "callsites@^0.2.0",
  12. "name": "callsites",
  13. "escapedName": "callsites",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/caller-path"
  20. ],
  21. "_resolved": "http://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz",
  22. "_shasum": "afab96262910a7f33c19a5775825c69f34e350ca",
  23. "_spec": "callsites@^0.2.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/caller-path",
  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/callsites/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Get callsites from the V8 stack trace API",
  36. "devDependencies": {
  37. "mocha": "*"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/sindresorhus/callsites#readme",
  46. "keywords": [
  47. "callsites",
  48. "callsite",
  49. "v8",
  50. "stacktrace",
  51. "stack",
  52. "trace",
  53. "function",
  54. "file",
  55. "line",
  56. "debug"
  57. ],
  58. "license": "MIT",
  59. "name": "callsites",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/sindresorhus/callsites.git"
  63. },
  64. "scripts": {
  65. "test": "mocha"
  66. },
  67. "version": "0.2.0"
  68. }