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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "stack-trace@0.0.10",
  3. "_id": "stack-trace@0.0.10",
  4. "_inBundle": false,
  5. "_integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=",
  6. "_location": "/stack-trace",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "stack-trace@0.0.10",
  12. "name": "stack-trace",
  13. "escapedName": "stack-trace",
  14. "rawSpec": "0.0.10",
  15. "saveSpec": null,
  16. "fetchSpec": "0.0.10"
  17. },
  18. "_requiredBy": [
  19. "/matchdep"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
  22. "_shasum": "547c70b347e8d32b4e108ea1a2a159e5fdde19c0",
  23. "_spec": "stack-trace@0.0.10",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\matchdep",
  25. "author": {
  26. "name": "Felix Geisendörfer",
  27. "email": "felix@debuggable.com",
  28. "url": "http://debuggable.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/felixge/node-stack-trace/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Get v8 stack traces as an array of CallSite objects.",
  37. "devDependencies": {
  38. "far": "0.0.3",
  39. "long-stack-traces": "0.1.2"
  40. },
  41. "engines": {
  42. "node": "*"
  43. },
  44. "homepage": "https://github.com/felixge/node-stack-trace",
  45. "license": "MIT",
  46. "main": "./lib/stack-trace",
  47. "name": "stack-trace",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/felixge/node-stack-trace.git"
  51. },
  52. "version": "0.0.10"
  53. }