仲裁视频会议H5

package.json 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "extend@3.0.2",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_from": "extend@3.0.2",
  9. "_id": "extend@3.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  12. "_location": "/extend",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "extend@3.0.2",
  18. "name": "extend",
  19. "escapedName": "extend",
  20. "rawSpec": "3.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.2"
  23. },
  24. "_requiredBy": [
  25. "/quill",
  26. "/quill-delta"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
  29. "_spec": "3.0.2",
  30. "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
  31. "author": {
  32. "name": "Stefan Thomas",
  33. "email": "justmoon@members.fsf.org",
  34. "url": "http://www.justmoon.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/justmoon/node-extend/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jordan Harband",
  42. "url": "https://github.com/ljharb"
  43. }
  44. ],
  45. "dependencies": {},
  46. "description": "Port of jQuery.extend for node.js and the browser",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^12.2.1",
  49. "covert": "^1.1.0",
  50. "eslint": "^4.19.1",
  51. "jscs": "^3.0.7",
  52. "tape": "^4.9.1"
  53. },
  54. "homepage": "https://github.com/justmoon/node-extend#readme",
  55. "keywords": [
  56. "extend",
  57. "clone",
  58. "merge"
  59. ],
  60. "license": "MIT",
  61. "main": "index",
  62. "name": "extend",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/justmoon/node-extend.git"
  66. },
  67. "scripts": {
  68. "coverage": "covert test/index.js",
  69. "coverage-quiet": "covert test/index.js --quiet",
  70. "eslint": "eslint *.js */*.js",
  71. "jscs": "jscs *.js */*.js",
  72. "lint": "npm run jscs && npm run eslint",
  73. "posttest": "npm run coverage-quiet",
  74. "pretest": "npm run lint",
  75. "test": "npm run tests-only",
  76. "tests-only": "node test"
  77. },
  78. "version": "3.0.2"
  79. }