package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "schema-utils@2.7.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "schema-utils@2.7.0",
  10. "_id": "schema-utils@2.7.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==",
  13. "_location": "/schema-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "schema-utils@2.7.0",
  19. "name": "schema-utils",
  20. "escapedName": "schema-utils",
  21. "rawSpec": "2.7.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.7.0"
  24. },
  25. "_requiredBy": [
  26. "/babel-loader",
  27. "/cache-loader",
  28. "/eslint-loader",
  29. "/style-loader"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz",
  32. "_spec": "2.7.0",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "author": {
  35. "name": "webpack Contrib",
  36. "url": "https://github.com/webpack-contrib"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/webpack/schema-utils/issues"
  40. },
  41. "dependencies": {
  42. "@types/json-schema": "^7.0.4",
  43. "ajv": "^6.12.2",
  44. "ajv-keywords": "^3.4.1"
  45. },
  46. "description": "webpack Validation Utils",
  47. "devDependencies": {
  48. "@babel/cli": "^7.10.1",
  49. "@babel/core": "^7.10.1",
  50. "@babel/preset-env": "^7.10.1",
  51. "@commitlint/cli": "^8.3.5",
  52. "@commitlint/config-conventional": "^8.3.4",
  53. "@webpack-contrib/defaults": "^6.3.0",
  54. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  55. "babel-jest": "^25.5.1",
  56. "cross-env": "^6.0.3",
  57. "del": "^5.1.0",
  58. "del-cli": "^3.0.1",
  59. "eslint": "^6.8.0",
  60. "eslint-config-prettier": "^6.11.0",
  61. "eslint-plugin-import": "^2.20.2",
  62. "husky": "^4.2.5",
  63. "jest": "^25.5.4",
  64. "lint-staged": "^10.2.7",
  65. "npm-run-all": "^4.1.5",
  66. "prettier": "^1.19.1",
  67. "standard-version": "^8.0.0",
  68. "typescript": "^3.9.3"
  69. },
  70. "engines": {
  71. "node": ">= 8.9.0"
  72. },
  73. "files": [
  74. "dist",
  75. "declarations"
  76. ],
  77. "funding": {
  78. "type": "opencollective",
  79. "url": "https://opencollective.com/webpack"
  80. },
  81. "homepage": "https://github.com/webpack/schema-utils",
  82. "keywords": [
  83. "webpack"
  84. ],
  85. "license": "MIT",
  86. "main": "dist/index.js",
  87. "name": "schema-utils",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/webpack/schema-utils.git"
  91. },
  92. "scripts": {
  93. "build": "npm-run-all -p \"build:**\"",
  94. "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  95. "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
  96. "clean": "del-cli dist declarations",
  97. "commitlint": "commitlint --from=master",
  98. "defaults": "webpack-defaults",
  99. "lint": "npm-run-all -l -p \"lint:**\"",
  100. "lint:js": "eslint --cache .",
  101. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  102. "lint:types": "tsc --pretty --noEmit",
  103. "prebuild": "npm run clean",
  104. "prepare": "npm run build",
  105. "pretest": "npm run lint",
  106. "release": "standard-version",
  107. "security": "npm audit",
  108. "start": "npm run build -- -w",
  109. "test": "npm run test:coverage",
  110. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  111. "test:only": "cross-env NODE_ENV=test jest",
  112. "test:watch": "npm run test:only -- --watch"
  113. },
  114. "types": "declarations/index.d.ts",
  115. "version": "2.7.0"
  116. }