仲裁视频会议H5

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@sideway/pinpoint@2.0.0",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@sideway/pinpoint@2.0.0",
  10. "_id": "@sideway/pinpoint@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==",
  13. "_location": "/@sideway/pinpoint",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@sideway/pinpoint@2.0.0",
  19. "name": "@sideway/pinpoint",
  20. "escapedName": "@sideway%2fpinpoint",
  21. "scope": "@sideway",
  22. "rawSpec": "2.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.0"
  25. },
  26. "_requiredBy": [
  27. "/joi"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
  32. "bugs": {
  33. "url": "https://github.com/sideway/pinpoint/issues"
  34. },
  35. "dependencies": {},
  36. "description": "Return the filename and line number of the calling function",
  37. "devDependencies": {
  38. "@hapi/code": "8.x.x",
  39. "@hapi/lab": "24.x.x",
  40. "typescript": "4.0.x"
  41. },
  42. "files": [
  43. "lib"
  44. ],
  45. "homepage": "https://github.com/sideway/pinpoint#readme",
  46. "keywords": [
  47. "utilities"
  48. ],
  49. "license": "BSD-3-Clause",
  50. "main": "lib/index.js",
  51. "name": "@sideway/pinpoint",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/sideway/pinpoint.git"
  55. },
  56. "scripts": {
  57. "test": "lab -a @hapi/code -t 100 -L -Y",
  58. "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  59. },
  60. "types": "lib/index.d.ts",
  61. "version": "2.0.0"
  62. }