package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "schema-utils@^3.0.0",
  3. "_id": "schema-utils@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
  6. "_location": "/schema-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "schema-utils@^3.0.0",
  12. "name": "schema-utils",
  13. "escapedName": "schema-utils",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/terser-webpack-plugin",
  20. "/webpack"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz",
  23. "_shasum": "67502f6aa2b66a2d4032b4279a2944978a0913ef",
  24. "_spec": "schema-utils@^3.0.0",
  25. "_where": "/home/girishm/Projects/op-mattermost-plugin/node_modules/webpack",
  26. "author": {
  27. "name": "webpack Contrib",
  28. "url": "https://github.com/webpack-contrib"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/webpack/schema-utils/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@types/json-schema": "^7.0.6",
  36. "ajv": "^6.12.5",
  37. "ajv-keywords": "^3.5.2"
  38. },
  39. "deprecated": false,
  40. "description": "webpack Validation Utils",
  41. "devDependencies": {
  42. "@babel/cli": "^7.11.6",
  43. "@babel/core": "^7.11.6",
  44. "@babel/preset-env": "^7.11.5",
  45. "@commitlint/cli": "^11.0.0",
  46. "@commitlint/config-conventional": "^11.0.0",
  47. "@webpack-contrib/defaults": "^6.3.0",
  48. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  49. "babel-jest": "^26.5.0",
  50. "cross-env": "^7.0.2",
  51. "del": "^6.0.0",
  52. "del-cli": "^3.0.1",
  53. "eslint": "^7.10.0",
  54. "eslint-config-prettier": "^6.12.0",
  55. "eslint-plugin-import": "^2.22.1",
  56. "husky": "^4.3.0",
  57. "jest": "^26.5.0",
  58. "lint-staged": "^10.4.0",
  59. "npm-run-all": "^4.1.5",
  60. "prettier": "^2.1.2",
  61. "standard-version": "^9.0.0",
  62. "typescript": "^4.0.3"
  63. },
  64. "engines": {
  65. "node": ">= 10.13.0"
  66. },
  67. "files": [
  68. "dist",
  69. "declarations"
  70. ],
  71. "funding": {
  72. "type": "opencollective",
  73. "url": "https://opencollective.com/webpack"
  74. },
  75. "homepage": "https://github.com/webpack/schema-utils",
  76. "keywords": [
  77. "webpack"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/index.js",
  81. "name": "schema-utils",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/webpack/schema-utils.git"
  85. },
  86. "scripts": {
  87. "build": "npm-run-all -p \"build:**\"",
  88. "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  89. "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
  90. "clean": "del-cli dist declarations",
  91. "commitlint": "commitlint --from=master",
  92. "defaults": "webpack-defaults",
  93. "lint": "npm-run-all -l -p \"lint:**\"",
  94. "lint:js": "eslint --cache .",
  95. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  96. "lint:types": "tsc --pretty --noEmit",
  97. "prebuild": "npm run clean",
  98. "prepare": "npm run build",
  99. "pretest": "npm run lint",
  100. "release": "standard-version",
  101. "security": "npm audit",
  102. "start": "npm run build -- -w",
  103. "test": "npm run test:coverage",
  104. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  105. "test:only": "cross-env NODE_ENV=test jest",
  106. "test:watch": "npm run test:only -- --watch"
  107. },
  108. "types": "declarations/index.d.ts",
  109. "version": "3.0.0"
  110. }