package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "schema-utils@2.7.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "schema-utils@2.7.1",
  10. "_id": "schema-utils@2.7.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=",
  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. "/cache-loader",
  28. "/css-loader",
  29. "/file-loader",
  30. "/sass-loader",
  31. "/url-loader"
  32. ],
  33. "_resolved": "https://registry.nlark.com/schema-utils/download/schema-utils-2.7.1.tgz?cache=0&sync_timestamp=1626694740261&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fschema-utils%2Fdownload%2Fschema-utils-2.7.1.tgz",
  34. "_spec": "2.7.1",
  35. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  36. "author": {
  37. "name": "webpack Contrib",
  38. "url": "https://github.com/webpack-contrib"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/webpack/schema-utils/issues"
  42. },
  43. "dependencies": {
  44. "@types/json-schema": "^7.0.5",
  45. "ajv": "^6.12.4",
  46. "ajv-keywords": "^3.5.2"
  47. },
  48. "description": "webpack Validation Utils",
  49. "devDependencies": {
  50. "@babel/cli": "^7.10.5",
  51. "@babel/core": "^7.11.4",
  52. "@babel/preset-env": "^7.11.0",
  53. "@commitlint/cli": "^10.0.0",
  54. "@commitlint/config-conventional": "^10.0.0",
  55. "@webpack-contrib/defaults": "^6.3.0",
  56. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  57. "babel-jest": "^25.5.1",
  58. "cross-env": "^6.0.3",
  59. "del": "^5.1.0",
  60. "del-cli": "^3.0.1",
  61. "eslint": "^7.7.0",
  62. "eslint-config-prettier": "^6.11.0",
  63. "eslint-plugin-import": "^2.22.0",
  64. "husky": "^4.2.5",
  65. "jest": "^25.5.4",
  66. "lint-staged": "^10.2.13",
  67. "npm-run-all": "^4.1.5",
  68. "prettier": "^1.19.1",
  69. "standard-version": "^9.0.0",
  70. "typescript": "^4.0.2"
  71. },
  72. "engines": {
  73. "node": ">= 8.9.0"
  74. },
  75. "files": [
  76. "dist",
  77. "declarations"
  78. ],
  79. "funding": {
  80. "type": "opencollective",
  81. "url": "https://opencollective.com/webpack"
  82. },
  83. "homepage": "https://github.com/webpack/schema-utils",
  84. "keywords": [
  85. "webpack"
  86. ],
  87. "license": "MIT",
  88. "main": "dist/index.js",
  89. "name": "schema-utils",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/webpack/schema-utils.git"
  93. },
  94. "scripts": {
  95. "build": "npm-run-all -p \"build:**\"",
  96. "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  97. "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
  98. "clean": "del-cli dist declarations",
  99. "commitlint": "commitlint --from=master",
  100. "defaults": "webpack-defaults",
  101. "lint": "npm-run-all -l -p \"lint:**\"",
  102. "lint:js": "eslint --cache .",
  103. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  104. "lint:types": "tsc --pretty --noEmit",
  105. "prebuild": "npm run clean",
  106. "prepare": "npm run build",
  107. "pretest": "npm run lint",
  108. "release": "standard-version",
  109. "security": "npm audit",
  110. "start": "npm run build -- -w",
  111. "test": "npm run test:coverage",
  112. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  113. "test:only": "cross-env NODE_ENV=test jest",
  114. "test:watch": "npm run test:only -- --watch"
  115. },
  116. "types": "declarations/index.d.ts",
  117. "version": "2.7.1"
  118. }