package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. "/@vue/cli-service/terser-webpack-plugin",
  20. "/babel-loader",
  21. "/cache-loader",
  22. "/css-loader",
  23. "/file-loader",
  24. "/sass-loader",
  25. "/url-loader"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
  28. "_shasum": "1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7",
  29. "_spec": "schema-utils@^2.6.5",
  30. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\babel-loader",
  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. "bundleDependencies": false,
  39. "dependencies": {
  40. "@types/json-schema": "^7.0.5",
  41. "ajv": "^6.12.4",
  42. "ajv-keywords": "^3.5.2"
  43. },
  44. "deprecated": false,
  45. "description": "webpack Validation Utils",
  46. "devDependencies": {
  47. "@babel/cli": "^7.10.5",
  48. "@babel/core": "^7.11.4",
  49. "@babel/preset-env": "^7.11.0",
  50. "@commitlint/cli": "^10.0.0",
  51. "@commitlint/config-conventional": "^10.0.0",
  52. "@webpack-contrib/defaults": "^6.3.0",
  53. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  54. "babel-jest": "^25.5.1",
  55. "cross-env": "^6.0.3",
  56. "del": "^5.1.0",
  57. "del-cli": "^3.0.1",
  58. "eslint": "^7.7.0",
  59. "eslint-config-prettier": "^6.11.0",
  60. "eslint-plugin-import": "^2.22.0",
  61. "husky": "^4.2.5",
  62. "jest": "^25.5.4",
  63. "lint-staged": "^10.2.13",
  64. "npm-run-all": "^4.1.5",
  65. "prettier": "^1.19.1",
  66. "standard-version": "^9.0.0",
  67. "typescript": "^4.0.2"
  68. },
  69. "engines": {
  70. "node": ">= 8.9.0"
  71. },
  72. "files": [
  73. "dist",
  74. "declarations"
  75. ],
  76. "funding": {
  77. "type": "opencollective",
  78. "url": "https://opencollective.com/webpack"
  79. },
  80. "homepage": "https://github.com/webpack/schema-utils",
  81. "keywords": [
  82. "webpack"
  83. ],
  84. "license": "MIT",
  85. "main": "dist/index.js",
  86. "name": "schema-utils",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/webpack/schema-utils.git"
  90. },
  91. "scripts": {
  92. "build": "npm-run-all -p \"build:**\"",
  93. "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  94. "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
  95. "clean": "del-cli dist declarations",
  96. "commitlint": "commitlint --from=master",
  97. "defaults": "webpack-defaults",
  98. "lint": "npm-run-all -l -p \"lint:**\"",
  99. "lint:js": "eslint --cache .",
  100. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  101. "lint:types": "tsc --pretty --noEmit",
  102. "prebuild": "npm run clean",
  103. "prepare": "npm run build",
  104. "pretest": "npm run lint",
  105. "release": "standard-version",
  106. "security": "npm audit",
  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": "2.7.1"
  115. }