package.json 2.2 KB

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