package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "schema-utils@3.3.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  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": "/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. "/terser-webpack-plugin",
  27. "/webpack"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.3.0.tgz",
  30. "_spec": "3.3.0",
  31. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  32. "author": {
  33. "name": "webpack Contrib",
  34. "url": "https://github.com/webpack-contrib"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/webpack/schema-utils/issues"
  38. },
  39. "dependencies": {
  40. "@types/json-schema": "^7.0.8",
  41. "ajv": "^6.12.5",
  42. "ajv-keywords": "^3.5.2"
  43. },
  44. "description": "webpack Validation Utils",
  45. "devDependencies": {
  46. "@babel/cli": "^7.14.3",
  47. "@babel/core": "^7.14.6",
  48. "@babel/preset-env": "^7.14.7",
  49. "@commitlint/cli": "^12.1.4",
  50. "@commitlint/config-conventional": "^12.1.4",
  51. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  52. "babel-jest": "^27.0.6",
  53. "cross-env": "^7.0.3",
  54. "del": "^6.0.0",
  55. "del-cli": "^3.0.1",
  56. "eslint": "^7.31.0",
  57. "eslint-config-prettier": "^8.3.0",
  58. "eslint-plugin-import": "^2.23.4",
  59. "husky": "^6.0.0",
  60. "jest": "^27.0.6",
  61. "lint-staged": "^11.0.1",
  62. "npm-run-all": "^4.1.5",
  63. "prettier": "^2.3.2",
  64. "standard-version": "^9.3.1",
  65. "typescript": "^4.3.5",
  66. "webpack": "^5.45.1"
  67. },
  68. "engines": {
  69. "node": ">= 10.13.0"
  70. },
  71. "files": [
  72. "dist",
  73. "declarations"
  74. ],
  75. "funding": {
  76. "type": "opencollective",
  77. "url": "https://opencollective.com/webpack"
  78. },
  79. "homepage": "https://github.com/webpack/schema-utils",
  80. "keywords": [
  81. "webpack"
  82. ],
  83. "license": "MIT",
  84. "main": "dist/index.js",
  85. "name": "schema-utils",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/webpack/schema-utils.git"
  89. },
  90. "scripts": {
  91. "build": "npm-run-all -p \"build:**\"",
  92. "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  93. "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
  94. "clean": "del-cli dist declarations",
  95. "commitlint": "commitlint --from=master",
  96. "fix": "npm-run-all fix:js fmt",
  97. "fix:js": "npm run lint:js -- --fix",
  98. "fmt": "npm run fmt:check -- --write",
  99. "fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  100. "lint": "npm-run-all lint:js lint:types fmt:check",
  101. "lint:js": "eslint --cache .",
  102. "lint:types": "tsc --pretty --noEmit",
  103. "prebuild": "npm run clean",
  104. "prepare": "npm run build && husky install",
  105. "pretest": "npm run lint",
  106. "release": "standard-version",
  107. "security": "npm audit --production",
  108. "start": "npm run build -- -w",
  109. "test": "npm run test:coverage",
  110. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  111. "test:only": "cross-env NODE_ENV=test jest",
  112. "test:watch": "npm run test:only -- --watch"
  113. },
  114. "types": "declarations/index.d.ts",
  115. "version": "3.3.0"
  116. }