package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "get-caller-file@2.0.5",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "get-caller-file@2.0.5",
  10. "_id": "get-caller-file@2.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  13. "_location": "/get-caller-file",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "get-caller-file@2.0.5",
  19. "name": "get-caller-file",
  20. "escapedName": "get-caller-file",
  21. "rawSpec": "2.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.5"
  24. },
  25. "_requiredBy": [
  26. "/yargs"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  29. "_spec": "2.0.5",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Stefan Penner"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/stefanpenner/get-caller-file/issues"
  36. },
  37. "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)",
  38. "devDependencies": {
  39. "@types/chai": "^4.1.7",
  40. "@types/ensure-posix-path": "^1.0.0",
  41. "@types/mocha": "^5.2.6",
  42. "@types/node": "^11.10.5",
  43. "chai": "^4.1.2",
  44. "ensure-posix-path": "^1.0.1",
  45. "mocha": "^5.2.0",
  46. "typescript": "^3.3.3333"
  47. },
  48. "directories": {
  49. "test": "tests"
  50. },
  51. "engines": {
  52. "node": "6.* || 8.* || >= 10.*"
  53. },
  54. "files": [
  55. "index.js",
  56. "index.js.map",
  57. "index.d.ts"
  58. ],
  59. "homepage": "https://github.com/stefanpenner/get-caller-file#readme",
  60. "license": "ISC",
  61. "main": "index.js",
  62. "name": "get-caller-file",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/stefanpenner/get-caller-file.git"
  66. },
  67. "scripts": {
  68. "prepare": "tsc",
  69. "test": "mocha test",
  70. "test:debug": "mocha test"
  71. },
  72. "version": "2.0.5"
  73. }