{"_id":"@atlassian/atlassian-connect-validator","name":"@atlassian/atlassian-connect-validator","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@atlassian/atlassian-connect-validator","version":"0.1.0","description":"Utility to validate an Atlassian Connect add-on descriptor","main":"validate.js","homepage":"https://bitbucket.org/atlassian/atlassian-connect-validator","publishConfig":{"registry":"https://packages.atlassian.com/api/npm/npm-public/"},"dependencies":{"jsonschema":"~1.0.2","lodash":"^4.3.0"},"devDependencies":{"longjohn":"~0.2.2","nomnom":"~1.6.1","string":"~1.9.0","request":"~2.36.0","colors":"*","async":"~0.9.0"},"keywords":["atlassian","atlassian connect"],"author":{"name":"Seb Ruiz","email":"sruiz@atlassian.com"},"contributors":[{"name":"Seb Ruiz","email":"sruiz@atlassian.com"}],"license":"Apache-2.0","bugs":{"url":"https://ecosystem.atlassian.net/browse/AC","email":"atlassian-connect-dev@googlegroups.com"},"repository":{"type":"git","url":"git+ssh://git@bitbucket.org/atlassian/atlassian-connect-validator.git"},"_id":"@atlassian/atlassian-connect-validator@0.1.0","_integrity":"sha512-ZgjqyKY5t5Tq3kmzkmnRqRh6vHqigXLhMLMyvaGQn1mRWkm+jR1so8X3ez9yT6UHmp1VbXU/dB+N9qMNHxkOZw==","_resolved":"/tmp/package-1-682abf8e-29974e1064bd38da422f17de-1.tgz","_from":"file:/tmp/package-1-682abf8e-29974e1064bd38da422f17de-1.tgz","_nodeVersion":"20.19.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-ZgjqyKY5t5Tq3kmzkmnRqRh6vHqigXLhMLMyvaGQn1mRWkm+jR1so8X3ez9yT6UHmp1VbXU/dB+N9qMNHxkOZw==","shasum":"46b84365b0c6e1927f7c6c22c076e8acf6604209","tarball":"https://registry.npmjs.org/@atlassian/atlassian-connect-validator/-/atlassian-connect-validator-0.1.0.tgz","fileCount":5,"unpackedSize":7466,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD7fIYO+njsEJeYQM/LSTstlBOIiO1C/Y/01f5vslMHrwIgT6aZfvnu1WSWtdojnDG6HLgwd5G/QOWnHjCX30BxgVU="}]},"_npmUser":{"name":"atlassianartifactteam","email":"eng-development-tooling-secrets-and-artifacts@atlassian.com"},"directories":{},"maintainers":[{"name":"atlassianartifactteam","email":"eng-development-tooling-secrets-and-artifacts@atlassian.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/atlassian-connect-validator_0.1.0_1747632016937_0.0742779478751221"},"_hasShrinkwrap":false}},"time":{"created":"2025-05-19T05:20:16.806Z","0.1.0":"2025-05-19T05:20:17.105Z","modified":"2025-05-19T05:20:17.463Z"},"maintainers":[{"name":"atlassianartifactteam","email":"eng-development-tooling-secrets-and-artifacts@atlassian.com"}],"description":"Utility to validate an Atlassian Connect add-on descriptor","homepage":"https://bitbucket.org/atlassian/atlassian-connect-validator","keywords":["atlassian","atlassian connect"],"repository":{"type":"git","url":"git+ssh://git@bitbucket.org/atlassian/atlassian-connect-validator.git"},"contributors":[{"name":"Seb Ruiz","email":"sruiz@atlassian.com"}],"author":{"name":"Seb Ruiz","email":"sruiz@atlassian.com"},"bugs":{"url":"https://ecosystem.atlassian.net/browse/AC","email":"atlassian-connect-dev@googlegroups.com"},"license":"Apache-2.0","readme":"# Atlassian Connect Validator\n\nProvides utility functions to validate an Atlassian Connect descriptor against a schema.\n\n### Usage\n\n```\nvar validator = require('atlassian-connect-validator');\n\nvalidator.validateDescriptor(descriptor, schema, function (errors) {\n    if (errors) {\n        console.log(errors);\n    } else {\n        console.log(\"validation passed\");\n    }\n});\n```","readmeFilename":"README.md","_rev":"1-3e9b729b583e2e83dbe5091c3b161927"}