package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. "fast-json-stable-stringify": "2.1.0",
  9. "uri-js": "4.4.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "schema-utils@^0.4.5",
  15. "name": "schema-utils",
  16. "escapedName": "schema-utils",
  17. "rawSpec": "^0.4.5",
  18. "saveSpec": null,
  19. "fetchSpec": "^0.4.5"
  20. },
  21. "_requiredBy": [
  22. "/file-loader",
  23. "/postcss-loader",
  24. "/uglifyjs-webpack-plugin",
  25. "/url-loader",
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-0.4.7.tgz",
  29. "_shasum": "ba74f597d2be2ea880131746ee17d0a093c68187",
  30. "_spec": "schema-utils@^0.4.5",
  31. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\file-loader",
  32. "author": {
  33. "name": "webpack Contrib",
  34. "url": "https://github.com/webpack-contrib"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/webpack-contrib/schema-utils/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "ajv": "^6.1.0",
  42. "ajv-keywords": "^3.1.0"
  43. },
  44. "deprecated": false,
  45. "description": "webpack Validation Utils",
  46. "devDependencies": {
  47. "@commitlint/cli": "^7.0.0",
  48. "@commitlint/config-conventional": "^7.0.0",
  49. "@webpack-contrib/eslint-config-webpack": "^2.0.0",
  50. "del-cli": "^1.0.0",
  51. "eslint": "^5.0.0",
  52. "eslint-plugin-import": "^2.0.0",
  53. "eslint-plugin-prettier": "^2.0.0",
  54. "jest": "^21.0.0",
  55. "prettier": "^1.0.0",
  56. "standard-version": "^4.0.0"
  57. },
  58. "engines": {
  59. "node": ">= 4"
  60. },
  61. "files": [
  62. "src"
  63. ],
  64. "homepage": "https://github.com/webpack-contrib/schema-utils",
  65. "license": "MIT",
  66. "main": "src/index.js",
  67. "name": "schema-utils",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/webpack-contrib/schema-utils.git"
  71. },
  72. "scripts": {
  73. "clean": "del-cli coverage",
  74. "commits": "commitlint --from $(git rev-list --tags --max-count=1)",
  75. "lint": "eslint --cache src test",
  76. "release": "npm run commits && standard-version",
  77. "test": "jest --env node --verbose --coverage"
  78. },
  79. "version": "0.4.7"
  80. }