Dashboard sipadu mbip
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "schema-utils@^0.4.5",
  3. "_id": "schema-utils@0.4.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==",
  6. "_location": "/schema-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "schema-utils@^0.4.5",
  12. "name": "schema-utils",
  13. "escapedName": "schema-utils",
  14. "rawSpec": "^0.4.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.5"
  17. },
  18. "_requiredBy": [
  19. "/extract-text-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz",
  22. "_shasum": "ba74f597d2be2ea880131746ee17d0a093c68187",
  23. "_spec": "schema-utils@^0.4.5",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/extract-text-webpack-plugin",
  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-keywords": "^3.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "webpack Validation Utils",
  39. "devDependencies": {
  40. "@commitlint/cli": "^7.0.0",
  41. "@commitlint/config-conventional": "^7.0.0",
  42. "@webpack-contrib/eslint-config-webpack": "^2.0.0",
  43. "del-cli": "^1.0.0",
  44. "eslint": "^5.0.0",
  45. "eslint-plugin-import": "^2.0.0",
  46. "eslint-plugin-prettier": "^2.0.0",
  47. "jest": "^21.0.0",
  48. "prettier": "^1.0.0",
  49. "standard-version": "^4.0.0"
  50. },
  51. "engines": {
  52. "node": ">= 4"
  53. },
  54. "files": [
  55. "src"
  56. ],
  57. "homepage": "https://github.com/webpack-contrib/schema-utils",
  58. "license": "MIT",
  59. "main": "src/index.js",
  60. "name": "schema-utils",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/webpack-contrib/schema-utils.git"
  64. },
  65. "scripts": {
  66. "clean": "del-cli coverage",
  67. "commits": "commitlint --from $(git rev-list --tags --max-count=1)",
  68. "lint": "eslint --cache src test",
  69. "release": "npm run commits && standard-version",
  70. "test": "jest --env node --verbose --coverage"
  71. },
  72. "version": "0.4.7"
  73. }