package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "schema-utils@^2.6.5",
  3. "_id": "schema-utils@2.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
  6. "_location": "/schema-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "schema-utils@^2.6.5",
  12. "name": "schema-utils",
  13. "escapedName": "schema-utils",
  14. "rawSpec": "^2.6.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.6.5"
  17. },
  18. "_requiredBy": [
  19. "/@pmmmwh/react-refresh-webpack-plugin",
  20. "/babel-loader",
  21. "/css-loader",
  22. "/style-loader"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
  25. "_shasum": "1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7",
  26. "_spec": "schema-utils@^2.6.5",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@pmmmwh\\react-refresh-webpack-plugin",
  28. "author": {
  29. "name": "webpack Contrib",
  30. "url": "https://github.com/webpack-contrib"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/webpack/schema-utils/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@types/json-schema": "^7.0.5",
  38. "ajv": "^6.12.4",
  39. "ajv-keywords": "^3.5.2"
  40. },
  41. "deprecated": false,
  42. "description": "webpack Validation Utils",
  43. "devDependencies": {
  44. "@babel/cli": "^7.10.5",
  45. "@babel/core": "^7.11.4",
  46. "@babel/preset-env": "^7.11.0",
  47. "@commitlint/cli": "^10.0.0",
  48. "@commitlint/config-conventional": "^10.0.0",
  49. "@webpack-contrib/defaults": "^6.3.0",
  50. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  51. "babel-jest": "^25.5.1",
  52. "cross-env": "^6.0.3",
  53. "del": "^5.1.0",
  54. "del-cli": "^3.0.1",
  55. "eslint": "^7.7.0",
  56. "eslint-config-prettier": "^6.11.0",
  57. "eslint-plugin-import": "^2.22.0",
  58. "husky": "^4.2.5",
  59. "jest": "^25.5.4",
  60. "lint-staged": "^10.2.13",
  61. "npm-run-all": "^4.1.5",
  62. "prettier": "^1.19.1",
  63. "standard-version": "^9.0.0",
  64. "typescript": "^4.0.2"
  65. },
  66. "engines": {
  67. "node": ">= 8.9.0"
  68. },
  69. "files": [
  70. "dist",
  71. "declarations"
  72. ],
  73. "funding": {
  74. "type": "opencollective",
  75. "url": "https://opencollective.com/webpack"
  76. },
  77. "homepage": "https://github.com/webpack/schema-utils",
  78. "keywords": [
  79. "webpack"
  80. ],
  81. "license": "MIT",
  82. "main": "dist/index.js",
  83. "name": "schema-utils",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/webpack/schema-utils.git"
  87. },
  88. "scripts": {
  89. "build": "npm-run-all -p \"build:**\"",
  90. "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  91. "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
  92. "clean": "del-cli dist declarations",
  93. "commitlint": "commitlint --from=master",
  94. "defaults": "webpack-defaults",
  95. "lint": "npm-run-all -l -p \"lint:**\"",
  96. "lint:js": "eslint --cache .",
  97. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  98. "lint:types": "tsc --pretty --noEmit",
  99. "prebuild": "npm run clean",
  100. "prepare": "npm run build",
  101. "pretest": "npm run lint",
  102. "release": "standard-version",
  103. "security": "npm audit",
  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": "2.7.1"
  112. }