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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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": "/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. "/terser-webpack-plugin",
  20. "/webpack"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
  23. "_shasum": "0b79a93204d7b600d4b2850d1f66c2a34951c770",
  24. "_spec": "schema-utils@^1.0.0",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/terser-webpack-plugin",
  26. "author": {
  27. "name": "webpack Contrib",
  28. "url": "https://github.com/webpack-contrib"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/webpack-contrib/schema-utils/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "ajv": "^6.1.0",
  36. "ajv-errors": "^1.0.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": "1.0.0"
  75. }