package.json 3.4 KB

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