package.json 3.3 KB

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