package.json 2.1 KB

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