package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@humanwhocodes/object-schema@^1.2.0",
  3. "_id": "@humanwhocodes/object-schema@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
  6. "_location": "/@humanwhocodes/object-schema",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@humanwhocodes/object-schema@^1.2.0",
  12. "name": "@humanwhocodes/object-schema",
  13. "escapedName": "@humanwhocodes%2fobject-schema",
  14. "scope": "@humanwhocodes",
  15. "rawSpec": "^1.2.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.2.0"
  18. },
  19. "_requiredBy": [
  20. "/@humanwhocodes/config-array"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
  23. "_shasum": "b520529ec21d8e5945a1851dfd1c32e94e39ff45",
  24. "_spec": "@humanwhocodes/object-schema@^1.2.0",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@humanwhocodes\\config-array",
  26. "author": {
  27. "name": "Nicholas C. Zakas"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/humanwhocodes/object-schema/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": "Use @eslint/object-schema instead",
  34. "description": "An object schema merger/validator",
  35. "devDependencies": {
  36. "chai": "^4.2.0",
  37. "eslint": "^5.13.0",
  38. "mocha": "^5.2.0"
  39. },
  40. "directories": {
  41. "test": "tests"
  42. },
  43. "homepage": "https://github.com/humanwhocodes/object-schema#readme",
  44. "keywords": [
  45. "object",
  46. "validation",
  47. "schema",
  48. "merge"
  49. ],
  50. "license": "BSD-3-Clause",
  51. "main": "src/index.js",
  52. "name": "@humanwhocodes/object-schema",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/humanwhocodes/object-schema.git"
  56. },
  57. "scripts": {
  58. "test": "mocha tests/"
  59. },
  60. "version": "1.2.1"
  61. }