Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions packages/x/xom-sharepoint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{

Check warning on line 1 in packages/x/xom-sharepoint.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

package download per month on npm is under 800

Check warning on line 1 in packages/x/xom-sharepoint.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

stars on GitHub is under 200
"name": "xom-sharepoint",
"filename": "xom-sharepoint.min.js",
"homepage": "https://github.com/juliolmuller/xom-sharepoint",
"description": "HTTP client based on Axios to easily fetch SharePoint through its REST API.",
"license": "MIT",
"authors": [
{
"name": "Julio L. Muller"
}
],
"keywords": [
"sharepoint",
"api",
"rest",
"http",
"fetch",
"axios",
"ajax",
"xom"
],
"repository": {
"type": "git",
"url": "https://github.com/juliolmuller/xom-sharepoint"
},
"autoupdate": {
"source": "npm",
"target": "xom-sharepoint",
"fileMap": [
{
"basePath": "dist",
"files": [
"*.js"
]
}
]
}
}
Loading