package.json 2.1 KB

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