package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "schema-utils@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "schema-utils@1.0.0",
  9. "_id": "schema-utils@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
  12. "_location": "/schema-utils",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "schema-utils@1.0.0",
  18. "name": "schema-utils",
  19. "escapedName": "schema-utils",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/@angular-devkit/build-angular/terser-webpack-plugin",
  26. "/copy-webpack-plugin",
  27. "/mini-css-extract-plugin",
  28. "/postcss-loader",
  29. "/terser-webpack-plugin",
  30. "/uglifyjs-webpack-plugin",
  31. "/webpack",
  32. "/webpack-dev-server",
  33. "/webpack/terser-webpack-plugin"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
  36. "_spec": "1.0.0",
  37. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  38. "author": {
  39. "name": "webpack Contrib",
  40. "url": "https://github.com/webpack-contrib"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/webpack-contrib/schema-utils/issues"
  44. },
  45. "dependencies": {
  46. "ajv": "^6.1.0",
  47. "ajv-errors": "^1.0.0",
  48. "ajv-keywords": "^3.1.0"
  49. },
  50. "description": "webpack Validation Utils",
  51. "devDependencies": {
  52. "@commitlint/cli": "^7.0.0",
  53. "@commitlint/config-conventional": "^7.0.0",
  54. "@webpack-contrib/eslint-config-webpack": "^2.0.0",
  55. "del-cli": "^1.0.0",
  56. "eslint": "^5.0.0",
  57. "eslint-plugin-import": "^2.0.0",
  58. "eslint-plugin-prettier": "^2.0.0",
  59. "jest": "^21.0.0",
  60. "prettier": "^1.0.0",
  61. "standard-version": "^4.0.0"
  62. },
  63. "engines": {
  64. "node": ">= 4"
  65. },
  66. "files": [
  67. "src"
  68. ],
  69. "homepage": "https://github.com/webpack-contrib/schema-utils",
  70. "license": "MIT",
  71. "main": "src/index.js",
  72. "name": "schema-utils",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/webpack-contrib/schema-utils.git"
  76. },
  77. "scripts": {
  78. "clean": "del-cli coverage",
  79. "commits": "commitlint --from $(git rev-list --tags --max-count=1)",
  80. "lint": "eslint --cache src test",
  81. "release": "npm run commits && standard-version",
  82. "test": "jest --env node --verbose --coverage"
  83. },
  84. "version": "1.0.0"
  85. }