package.json 3.5 KB

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