仲裁视频会议H5

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "convert-source-map@2.0.0",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "convert-source-map@2.0.0",
  10. "_id": "convert-source-map@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  13. "_location": "/convert-source-map",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "convert-source-map@2.0.0",
  19. "name": "convert-source-map",
  20. "escapedName": "convert-source-map",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@babel/core"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
  31. "author": {
  32. "name": "Thorsten Lorenz",
  33. "email": "thlorenz@gmx.de",
  34. "url": "http://thlorenz.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/thlorenz/convert-source-map/issues"
  38. },
  39. "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
  40. "devDependencies": {
  41. "inline-source-map": "~0.6.2",
  42. "tap": "~9.0.0"
  43. },
  44. "engine": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/thlorenz/convert-source-map",
  51. "keywords": [
  52. "convert",
  53. "sourcemap",
  54. "source",
  55. "map",
  56. "browser",
  57. "debug"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "convert-source-map",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/thlorenz/convert-source-map.git"
  65. },
  66. "scripts": {
  67. "test": "tap test/*.js --color"
  68. },
  69. "version": "2.0.0"
  70. }