зеркало из
1
0
Форкнуть 0
Slices of data about packages, repos, and users in Electron userland. Collected from the GitHub API, npm registry, and libraries.io
Перейти к файлу
Zeke Sikelianos 7c431a5b51 better default gravatar for npm authors 2016-12-01 13:54:13 -08:00
bin introduce collectionType 2016-11-30 21:34:26 -08:00
lib include user profile data from npm 2016-11-30 22:15:51 -08:00
reports better default gravatar for npm authors 2016-12-01 13:54:13 -08:00
test introduce collectionType 2016-11-30 21:34:26 -08:00
index.js write the main export 2016-11-30 17:48:58 -08:00
package.json better default gravatar for npm authors 2016-12-01 13:54:13 -08:00
readme.md add readme 2016-11-30 22:20:39 -08:00

readme.md

electron-userland-reports

Slices of data about packages, repos, and users in Electron userland. Collected from the GitHub API, npm registry, and libraries.io

Installation

npm install electron-userland-reports --save

Usage

const reports = require('electron-userland-reports')

...or find the raw JSON output in the /reports directory.

Tests

npm install
npm test

Dependencies

None

Dev Dependencies

  • all-the-packages: All the npm registry metadata as an offline event stream.
  • chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
  • count-array-values: Count the instances of each value in an array
  • electron-npm-packages: A collection of all npm packages that mention electron in their package.json
  • fetch-nice-package: fetch cleaned package metadata from the npm registry.
  • lodash: Lodash modular utilities.
  • mocha: simple, flexible, fun test framework
  • nice-package: Clean up messy package metadata from the npm registry
  • repos-using-electron: A collection of all public repositories on GitHub that depend on electron-prebuilt
  • revalidator: A cross-browser / node.js validator powered by JSON Schema
  • standard: JavaScript Standard Style

License

MIT