npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

sharepoint-extractor

v2.2.5

Published

Extract information from on-line SharePoint using nodejs framework

Downloads

19

Readme

sharepoint-extractor

Extract information from online SharePoint using nodeJS framework

Usage

  1. Download and Install nodeJS from "https://nodejs.org/en/download/";
  2. Download the latest version of current app from "https://github.com/danielgp/sharepoint-extractor/releases";
  3. Extract the archive in a folder of your choice;
  4. Execute "npm update" to ensure relevant depedant npm modules will be downloaded to same folder;
  5. modify "targetSharePoint.json" with your SharePoint URL in scope and apropriate credentials (if Addin authentication would be in scope, you may be interested in consulting https://github.com/s-KaiNet/node-sp-auth/wiki/SharePoint%20Online%20addin%20only%20authentication for details on how to set it up on Sharepoint);
  6. review and adjust to your preferences "config.json", allowing you to be in control of what is in scope and how, with a great deal of flexibility;
  7. execute it: "node main.js" and enjoy it for as longs as you desire.

Features

Metadata output (List details, field from lists, views from lists, security groups and their members) Content output from list into individual files Output to CSV files (separator and metadata content file names can be customizing in config.json, lists content will have the same name as the list) Blacklist / Whitelist for List and Fields to accommodate a wide range of user needs

Remarks

Any issue you may encounter will be greatly appreciated if you will take the time to highlighted to GitHub repository (https://github.com/danielgp/sharepoint-extractor/issues). Also should you want to contribute, feel free to clone the repository using Git and raise a "Pull request" against it and will do my best to manage it.

Testing

So far this script has been tested with the following:

Name | Version | Build | Date --------------------- | ------- | --------- | --------------------- Windows 10 Enterprise | 1511 | 10586.769 | 25th of November 2016 Windows 10 Enterprise | 1703 | 15063.726 | 2nd of January 2018

nodeJS | npm | Date ---------------- | ------ | ---------------------- 6.9.1 LTS 64-bit | 3.10.8 | 25th of November 2016 7.4.0 LTS 64-bit | 4.0.5 | 29th of January 2017 7.5.0 LTS 64-bit | 4.1.2 | 2nd of February 2017 7.6.0 LTS 64-bit | 4.1.2 | 27th of February 2017 7.7.0 LTS 64-bit | 4.1.2 | 1st of March 2017 8.11.3 64-bit | 5.6.0 | 4th of July 2018 9.3.0 64-bit | 5.5.1 | 2nd of January 2018 10.6.0 64-bit | 6.1.0 | 13th of July 2018

SharePoint | Date ---------- | --------------------- 2013 Cloud | 25th of November 2016

Authentication Type | Date ------------------- | ---------------------- SAML | 25th of November 2016 AddIn | 29th of November 2016

#Refferences

Download Latest NodeJS package

#Code quality analysis Scrutinizer Code Quality Known Vulnerabilities