package.json 888 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "caller-path",
  3. "version": "0.1.0",
  4. "description": "Get the path of the caller module",
  5. "license": "MIT",
  6. "repository": "sindresorhus/caller-path",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "http://sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "mocha"
  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. "callsites": "^0.2.0"
  37. },
  38. "devDependencies": {
  39. "mocha": "*"
  40. },
  41. "__npminstall_done": "Thu Dec 24 2020 20:20:57 GMT+0800 (CST)",
  42. "_from": "caller-path@0.1.0",
  43. "_resolved": "https://registry.npm.taobao.org/caller-path/download/caller-path-0.1.0.tgz"
  44. }