package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "schema-utils@0.4.7",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "schema-utils@0.4.7",
  10. "_id": "schema-utils@0.4.7",
  11. "_inBundle": false,
  12. "_integrity": "sha1-unT1l9K+LqiAExdG7hfQoJPGgYc=",
  13. "_location": "/schema-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "schema-utils@0.4.7",
  19. "name": "schema-utils",
  20. "escapedName": "schema-utils",
  21. "rawSpec": "0.4.7",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.7"
  24. },
  25. "_requiredBy": [
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-0.4.7.tgz",
  29. "_spec": "0.4.7",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "webpack Contrib",
  33. "url": "https://github.com/webpack-contrib"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webpack-contrib/schema-utils/issues"
  37. },
  38. "dependencies": {
  39. "ajv": "^6.1.0",
  40. "ajv-keywords": "^3.1.0"
  41. },
  42. "description": "webpack Validation Utils",
  43. "devDependencies": {
  44. "@commitlint/cli": "^7.0.0",
  45. "@commitlint/config-conventional": "^7.0.0",
  46. "@webpack-contrib/eslint-config-webpack": "^2.0.0",
  47. "del-cli": "^1.0.0",
  48. "eslint": "^5.0.0",
  49. "eslint-plugin-import": "^2.0.0",
  50. "eslint-plugin-prettier": "^2.0.0",
  51. "jest": "^21.0.0",
  52. "prettier": "^1.0.0",
  53. "standard-version": "^4.0.0"
  54. },
  55. "engines": {
  56. "node": ">= 4"
  57. },
  58. "files": [
  59. "src"
  60. ],
  61. "homepage": "https://github.com/webpack-contrib/schema-utils",
  62. "license": "MIT",
  63. "main": "src/index.js",
  64. "name": "schema-utils",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/webpack-contrib/schema-utils.git"
  68. },
  69. "scripts": {
  70. "clean": "del-cli coverage",
  71. "commits": "commitlint --from $(git rev-list --tags --max-count=1)",
  72. "lint": "eslint --cache src test",
  73. "release": "npm run commits && standard-version",
  74. "test": "jest --env node --verbose --coverage"
  75. },
  76. "version": "0.4.7"
  77. }