UNPKG

eslint-plugin-json-schema-validator

Version:
1 lines 642 B
{"$schema":"http://json-schema.org/draft-04/schema","title":"JSON schema for .typingsrc files","type":"object","additionalProperties":true,"properties":{"ca":{"type":["array","string"],"items":{"type":"string"}},"cert":{"type":"string"},"defaultSource":{"type":"string","default":"npm","enum":["file","npm","github","bitbucket","bower","http","https"]},"githubToken":{"type":"string"},"httpProxy":{"type":"string"},"httpsProxy":{"type":"string"},"key":{"type":"string"},"noProxy":{"type":"string"},"proxy":{"type":"string"},"registryURL":{"type":"string"},"rejectUnauthorized":{"type":"boolean","default":true},"userAgent":{"type":"string"}}}