仲裁视频会议H5

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "schema-utils@3.3.0",
  5. "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "schema-utils@3.3.0",
  10. "_id": "schema-utils@3.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
  13. "_location": "/webpack/schema-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "schema-utils@3.3.0",
  19. "name": "schema-utils",
  20. "escapedName": "schema-utils",
  21. "rawSpec": "3.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.3.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
  29. "_spec": "3.3.0",
  30. "_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
  31. "author": {
  32. "name": "webpack Contrib",
  33. "url": "https://github.com/webpack-contrib"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webpack/schema-utils/issues"
  37. },
  38. "dependencies": {
  39. "@types/json-schema": "^7.0.8",
  40. "ajv": "^6.12.5",
  41. "ajv-keywords": "^3.5.2"
  42. },
  43. "description": "webpack Validation Utils",
  44. "devDependencies": {
  45. "@babel/cli": "^7.14.3",
  46. "@babel/core": "^7.14.6",
  47. "@babel/preset-env": "^7.14.7",
  48. "@commitlint/cli": "^12.1.4",
  49. "@commitlint/config-conventional": "^12.1.4",
  50. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  51. "babel-jest": "^27.0.6",
  52. "cross-env": "^7.0.3",
  53. "del": "^6.0.0",
  54. "del-cli": "^3.0.1",
  55. "eslint": "^7.31.0",
  56. "eslint-config-prettier": "^8.3.0",
  57. "eslint-plugin-import": "^2.23.4",
  58. "husky": "^6.0.0",
  59. "jest": "^27.0.6",
  60. "lint-staged": "^11.0.1",
  61. "npm-run-all": "^4.1.5",
  62. "prettier": "^2.3.2",
  63. "standard-version": "^9.3.1",
  64. "typescript": "^4.3.5",
  65. "webpack": "^5.45.1"
  66. },
  67. "engines": {
  68. "node": ">= 10.13.0"
  69. },
  70. "files": [
  71. "dist",
  72. "declarations"
  73. ],
  74. "funding": {
  75. "type": "opencollective",
  76. "url": "https://opencollective.com/webpack"
  77. },
  78. "homepage": "https://github.com/webpack/schema-utils",
  79. "keywords": [
  80. "webpack"
  81. ],
  82. "license": "MIT",
  83. "main": "dist/index.js",
  84. "name": "schema-utils",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/webpack/schema-utils.git"
  88. },
  89. "scripts": {
  90. "build": "npm-run-all -p \"build:**\"",
  91. "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  92. "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
  93. "clean": "del-cli dist declarations",
  94. "commitlint": "commitlint --from=master",
  95. "fix": "npm-run-all fix:js fmt",
  96. "fix:js": "npm run lint:js -- --fix",
  97. "fmt": "npm run fmt:check -- --write",
  98. "fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  99. "lint": "npm-run-all lint:js lint:types fmt:check",
  100. "lint:js": "eslint --cache .",
  101. "lint:types": "tsc --pretty --noEmit",
  102. "prebuild": "npm run clean",
  103. "prepare": "npm run build && husky install",
  104. "pretest": "npm run lint",
  105. "release": "standard-version",
  106. "security": "npm audit --production",
  107. "start": "npm run build -- -w",
  108. "test": "npm run test:coverage",
  109. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  110. "test:only": "cross-env NODE_ENV=test jest",
  111. "test:watch": "npm run test:only -- --watch"
  112. },
  113. "types": "declarations/index.d.ts",
  114. "version": "3.3.0"
  115. }