用工小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
801 B

6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
  1. {
  2. "name": "@humanwhocodes/object-schema",
  3. "version": "2.0.3",
  4. "description": "An object schema merger/validator",
  5. "main": "src/index.js",
  6. "files": [
  7. "src",
  8. "LICENSE",
  9. "README.md"
  10. ],
  11. "directories": {
  12. "test": "tests"
  13. },
  14. "scripts": {
  15. "test": "mocha tests/"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/humanwhocodes/object-schema.git"
  20. },
  21. "keywords": [
  22. "object",
  23. "validation",
  24. "schema",
  25. "merge"
  26. ],
  27. "author": "Nicholas C. Zakas",
  28. "license": "BSD-3-Clause",
  29. "bugs": {
  30. "url": "https://github.com/humanwhocodes/object-schema/issues"
  31. },
  32. "homepage": "https://github.com/humanwhocodes/object-schema#readme",
  33. "devDependencies": {
  34. "chai": "^4.2.0",
  35. "eslint": "^5.13.0",
  36. "mocha": "^5.2.0"
  37. }
  38. }