package.json 935 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "caller-path",
  3. "version": "2.0.0",
  4. "description": "Get the path of the caller function",
  5. "license": "MIT",
  6. "repository": "sindresorhus/caller-path",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=4"
  14. },
  15. "scripts": {
  16. "test": "xo && ava"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "caller",
  23. "calling",
  24. "module",
  25. "path",
  26. "parent",
  27. "callsites",
  28. "callsite",
  29. "stacktrace",
  30. "stack",
  31. "trace",
  32. "function",
  33. "file"
  34. ],
  35. "dependencies": {
  36. "caller-callsite": "^2.0.0"
  37. },
  38. "devDependencies": {
  39. "ava": "*",
  40. "xo": "*"
  41. },
  42. "xo": {
  43. "esnext": true
  44. },
  45. "__npminstall_done": "Thu Dec 24 2020 20:20:48 GMT+0800 (CST)",
  46. "_from": "caller-path@2.0.0",
  47. "_resolved": "https://registry.npm.taobao.org/caller-path/download/caller-path-2.0.0.tgz"
  48. }