package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "get-caller-file@1.0.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "get-caller-file@1.0.3",
  10. "_id": "get-caller-file@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==",
  13. "_location": "/get-caller-file",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "get-caller-file@1.0.3",
  19. "name": "get-caller-file",
  20. "escapedName": "get-caller-file",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server/yargs",
  27. "/webpack/yargs",
  28. "/yargs"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
  31. "_spec": "1.0.3",
  32. "_where": "E:\\2023\\5\\myjadmin",
  33. "author": {
  34. "name": "Stefan Penner"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/stefanpenner/get-caller-file/issues"
  38. },
  39. "description": "[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/get-caller-file/branch/master)",
  40. "devDependencies": {
  41. "chai": "^4.1.2",
  42. "ensure-posix-path": "^1.0.1",
  43. "mocha": "^5.2.0"
  44. },
  45. "directories": {
  46. "test": "tests"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/stefanpenner/get-caller-file#readme",
  52. "license": "ISC",
  53. "main": "index.js",
  54. "name": "get-caller-file",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/stefanpenner/get-caller-file.git"
  58. },
  59. "scripts": {
  60. "test": "mocha test",
  61. "test:debug": "mocha test"
  62. },
  63. "version": "1.0.3"
  64. }