package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "schema-utils@^0.4.5",
  3. "_id": "schema-utils@0.4.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==",
  6. "_location": "/schema-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "schema-utils@^0.4.5",
  12. "name": "schema-utils",
  13. "escapedName": "schema-utils",
  14. "rawSpec": "^0.4.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.5"
  17. },
  18. "_requiredBy": [
  19. "/file-loader",
  20. "/postcss-loader",
  21. "/uglifyjs-webpack-plugin"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz",
  24. "_shasum": "ba74f597d2be2ea880131746ee17d0a093c68187",
  25. "_spec": "schema-utils@^0.4.5",
  26. "_where": "D:\\workSpace\\dealer_front\\node_modules\\file-loader",
  27. "author": {
  28. "name": "webpack Contrib",
  29. "url": "https://github.com/webpack-contrib"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/webpack-contrib/schema-utils/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "ajv": "^6.1.0",
  37. "ajv-keywords": "^3.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "webpack Validation Utils",
  41. "devDependencies": {
  42. "@commitlint/cli": "^7.0.0",
  43. "@commitlint/config-conventional": "^7.0.0",
  44. "@webpack-contrib/eslint-config-webpack": "^2.0.0",
  45. "del-cli": "^1.0.0",
  46. "eslint": "^5.0.0",
  47. "eslint-plugin-import": "^2.0.0",
  48. "eslint-plugin-prettier": "^2.0.0",
  49. "jest": "^21.0.0",
  50. "prettier": "^1.0.0",
  51. "standard-version": "^4.0.0"
  52. },
  53. "engines": {
  54. "node": ">= 4"
  55. },
  56. "files": [
  57. "src"
  58. ],
  59. "homepage": "https://github.com/webpack-contrib/schema-utils",
  60. "license": "MIT",
  61. "main": "src/index.js",
  62. "name": "schema-utils",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/webpack-contrib/schema-utils.git"
  66. },
  67. "scripts": {
  68. "clean": "del-cli coverage",
  69. "commits": "commitlint --from $(git rev-list --tags --max-count=1)",
  70. "lint": "eslint --cache src test",
  71. "release": "npm run commits && standard-version",
  72. "test": "jest --env node --verbose --coverage"
  73. },
  74. "version": "0.4.7"
  75. }