package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "schema-utils@^4.0.0",
  3. "_id": "schema-utils@4.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
  6. "_location": "/css-minimizer-webpack-plugin/schema-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "schema-utils@^4.0.0",
  12. "name": "schema-utils",
  13. "escapedName": "schema-utils",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/css-minimizer-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz",
  22. "_shasum": "70d7c93e153a273a805801882ebd3bff20d89c8b",
  23. "_spec": "schema-utils@^4.0.0",
  24. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\css-minimizer-webpack-plugin",
  25. "author": {
  26. "name": "webpack Contrib",
  27. "url": "https://github.com/webpack-contrib"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/webpack/schema-utils/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@types/json-schema": "^7.0.9",
  35. "ajv": "^8.9.0",
  36. "ajv-formats": "^2.1.1",
  37. "ajv-keywords": "^5.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "webpack Validation Utils",
  41. "devDependencies": {
  42. "@babel/cli": "^7.17.0",
  43. "@babel/core": "^7.17.0",
  44. "@babel/preset-env": "^7.16.11",
  45. "@commitlint/cli": "^17.6.1",
  46. "@commitlint/config-conventional": "^16.0.0",
  47. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  48. "babel-jest": "^27.4.6",
  49. "cross-env": "^7.0.3",
  50. "del": "^6.0.0",
  51. "del-cli": "^4.0.1",
  52. "eslint": "^8.8.0",
  53. "eslint-config-prettier": "^8.3.0",
  54. "eslint-plugin-import": "^2.25.4",
  55. "husky": "^7.0.4",
  56. "jest": "^27.4.7",
  57. "lint-staged": "^13.2.1",
  58. "npm-run-all": "^4.1.5",
  59. "prettier": "^2.5.1",
  60. "standard-version": "^9.3.2",
  61. "typescript": "^4.9.5",
  62. "webpack": "^5.68.0"
  63. },
  64. "engines": {
  65. "node": ">= 12.13.0"
  66. },
  67. "files": [
  68. "dist",
  69. "declarations"
  70. ],
  71. "funding": {
  72. "type": "opencollective",
  73. "url": "https://opencollective.com/webpack"
  74. },
  75. "homepage": "https://github.com/webpack/schema-utils",
  76. "keywords": [
  77. "webpack"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/index.js",
  81. "name": "schema-utils",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/webpack/schema-utils.git"
  85. },
  86. "scripts": {
  87. "build": "npm-run-all -p \"build:**\"",
  88. "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  89. "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
  90. "clean": "del-cli dist declarations",
  91. "commitlint": "commitlint --from=master",
  92. "fix": "npm-run-all fix:js fmt",
  93. "fix:js": "npm run lint:js -- --fix",
  94. "fmt": "npm run fmt:check -- --write",
  95. "fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  96. "lint": "npm-run-all lint:js lint:types fmt:check",
  97. "lint:js": "eslint --cache .",
  98. "lint:types": "tsc --pretty --noEmit",
  99. "prebuild": "npm run clean",
  100. "prepare": "npm run build && husky install",
  101. "pretest": "npm run lint",
  102. "release": "standard-version",
  103. "security": "npm audit --production",
  104. "start": "npm run build -- -w",
  105. "test": "npm run test:coverage",
  106. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  107. "test:only": "cross-env NODE_ENV=test jest",
  108. "test:watch": "npm run test:only -- --watch"
  109. },
  110. "types": "declarations/index.d.ts",
  111. "version": "4.2.0"
  112. }