package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "caller-path@0.1.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "caller-path@0.1.0",
  10. "_id": "caller-path@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-UJiE1otjXPF5/x+T3zTnSFiTOEmJoGTD9HmBoxnCUwho61a2eSNn/VwtwuIBDAo2SEOv1AJ7ARI5gCmohFLu/g==",
  13. "_location": "/caller-path",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "caller-path@0.1.0",
  20. "name": "caller-path",
  21. "escapedName": "caller-path",
  22. "rawSpec": "0.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "0.1.0"
  25. },
  26. "_requiredBy": [
  27. "/require-uncached"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/caller-path/-/caller-path-0.1.0.tgz",
  30. "_spec": "0.1.0",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "http://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/caller-path/issues"
  39. },
  40. "dependencies": {
  41. "callsites": "^0.2.0"
  42. },
  43. "description": "Get the path of the caller module",
  44. "devDependencies": {
  45. "mocha": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/caller-path#readme",
  54. "keywords": [
  55. "caller",
  56. "calling",
  57. "module",
  58. "path",
  59. "parent",
  60. "callsites",
  61. "callsite",
  62. "stacktrace",
  63. "stack",
  64. "trace",
  65. "function",
  66. "file"
  67. ],
  68. "license": "MIT",
  69. "name": "caller-path",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/caller-path.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "version": "0.1.0"
  78. }