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.
 
 
 
 

77 lines
1.7 KiB

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