{"id":32258543,"url":"https://github.com/agea/cmisjs","last_synced_at":"2025-10-22T19:50:06.146Z","repository":{"id":11809040,"uuid":"14357398","full_name":"agea/CmisJS","owner":"agea","description":"A CMIS javascript library for node and browser","archived":false,"fork":false,"pushed_at":"2023-01-03T22:50:39.000Z","size":1731,"stargazers_count":38,"open_issues_count":26,"forks_count":36,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-10-22T19:50:03.545Z","etag":null,"topics":["alfresco","bower","browser","cmis","cmis-javascript-library","javascript","node"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-13T07:46:03.000Z","updated_at":"2023-11-25T16:26:18.000Z","dependencies_parsed_at":"2023-01-13T16:40:46.410Z","dependency_job_id":null,"html_url":"https://github.com/agea/CmisJS","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/agea/CmisJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agea%2FCmisJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agea%2FCmisJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agea%2FCmisJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agea%2FCmisJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agea","download_url":"https://codeload.github.com/agea/CmisJS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agea%2FCmisJS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280503191,"owners_count":26341693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alfresco","bower","browser","cmis","cmis-javascript-library","javascript","node"],"created_at":"2025-10-22T19:50:00.779Z","updated_at":"2025-10-22T19:50:06.139Z","avatar_url":"https://github.com/agea.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"CmisJS\n======\n\nA CMIS typescript/javascript library for node and browser, with no dependencies for modern browsers\n\n[![Build Status](https://img.shields.io/travis/agea/CmisJS.svg)](https://travis-ci.org/agea/CmisJS)\n[![npm](https://img.shields.io/npm/v/cmis.svg)](https://www.npmjs.com/package/cmis)\n![MIT License](https://img.shields.io/npm/l/cmis.svg)\n\n### Breaking API changes in 1.x\n\nIn version 1.x all `CmisSession` methods which connect to repository return a `Promise`\n\nhttps://agea.github.io/CmisJS\n\nYou can find the documentation for older version at: https://agea.github.io/CmisJS/docs_v0.x/\n\n## Install\n\n### npm\n```bash\nnpm install cmis\n```\n### bower\n```bash\nbower install cmis\n```\n\n#### typescript (node or browser)\n\n```javascript\nimport { cmis } from cmis;\n```\n\n#### javascript (node)\n\n```javascript\nvar cmis = require('cmis');\n```\n\n#### javascript (browser)\n\nIf you need polyfills for `fetch` (https://caniuse.com/fetch), `Promise` (https://caniuse.com/promise) and `URLSearchParams` (https://caniuse.com/urlsearchparams) you have to include this file before including cmis library:\n\n```html\n\u003cscript src=\"node_or_bower_path/dist/cmis.polyfills.js\"\u003e\u003c/script\u003e\n```\n\nThen, you can include the minified version:\n```html\n\u003cscript src=\"node_or_bower_path/dist/cmis.bundle.js\"\u003e\u003c/script\u003e\n```\n\n#### javascript (CDN)\n\n```html\n\u003cscript src=\"//cdn.jsdelivr.net/gh/agea/cmisjs/dist/cmis.polyfills.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"//cdn.jsdelivr.net/gh/agea/cmisjs/dist/cmis.bundle.js\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\nSee Reference at: https://agea.github.io/CmisJS/classes/cmis.cmissession.html \n\nand tests to see how to use the library at: https://github.com/agea/CmisJS/blob/master/src/cmis.spec.ts\n\n\n## License\n\nMIT - https://github.com/agea/CmisJS/blob/master/LICENSE","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagea%2Fcmisjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagea%2Fcmisjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagea%2Fcmisjs/lists"}