25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

81 satır
1.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "caller-path@2.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "caller-path@2.0.0",
  9. "_id": "caller-path@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=",
  12. "_location": "/caller-path",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "caller-path@2.0.0",
  18. "name": "caller-path",
  19. "escapedName": "caller-path",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/import-fresh"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/caller-path/issues"
  37. },
  38. "dependencies": {
  39. "caller-callsite": "^2.0.0"
  40. },
  41. "description": "Get the path of the caller function",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/caller-path#readme",
  53. "keywords": [
  54. "caller",
  55. "calling",
  56. "module",
  57. "path",
  58. "parent",
  59. "callsites",
  60. "callsite",
  61. "stacktrace",
  62. "stack",
  63. "trace",
  64. "function",
  65. "file"
  66. ],
  67. "license": "MIT",
  68. "name": "caller-path",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/caller-path.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "2.0.0",
  77. "xo": {
  78. "esnext": true
  79. }
  80. }