You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "schema-utils@1.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  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. "/file-loader",
  26. "/mini-css-extract-plugin",
  27. "/postcss-loader",
  28. "/terser-webpack-plugin",
  29. "/url-loader",
  30. "/webpack-dev-server"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
  33. "_spec": "1.0.0",
  34. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  35. "author": {
  36. "name": "webpack Contrib",
  37. "url": "https://github.com/webpack-contrib"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/webpack-contrib/schema-utils/issues"
  41. },
  42. "dependencies": {
  43. "ajv": "^6.1.0",
  44. "ajv-errors": "^1.0.0",
  45. "ajv-keywords": "^3.1.0"
  46. },
  47. "description": "webpack Validation Utils",
  48. "devDependencies": {
  49. "@commitlint/cli": "^7.0.0",
  50. "@commitlint/config-conventional": "^7.0.0",
  51. "@webpack-contrib/eslint-config-webpack": "^2.0.0",
  52. "del-cli": "^1.0.0",
  53. "eslint": "^5.0.0",
  54. "eslint-plugin-import": "^2.0.0",
  55. "eslint-plugin-prettier": "^2.0.0",
  56. "jest": "^21.0.0",
  57. "prettier": "^1.0.0",
  58. "standard-version": "^4.0.0"
  59. },
  60. "engines": {
  61. "node": ">= 4"
  62. },
  63. "files": [
  64. "src"
  65. ],
  66. "homepage": "https://github.com/webpack-contrib/schema-utils",
  67. "license": "MIT",
  68. "main": "src/index.js",
  69. "name": "schema-utils",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/webpack-contrib/schema-utils.git"
  73. },
  74. "scripts": {
  75. "clean": "del-cli coverage",
  76. "commits": "commitlint --from $(git rev-list --tags --max-count=1)",
  77. "lint": "eslint --cache src test",
  78. "release": "npm run commits && standard-version",
  79. "test": "jest --env node --verbose --coverage"
  80. },
  81. "version": "1.0.0"
  82. }