зеркало из
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 9caa8ef2ad 1.6.0 2016-12-15 14:04:00 -08:00
bin live without destructuring for the sake of node 4 2016-12-14 20:17:08 -08:00
lib use strict mode for node 4 support 2016-12-14 21:04:30 -08:00
reports add timestamps to reports 2016-12-15 12:28:29 -08:00
test save report creation timestamp 2016-12-14 19:53:05 -08:00
.travis.yml add travis config 2016-12-14 19:57:31 -08:00
index.js write the main export 2016-11-30 17:48:58 -08:00
package.json 1.6.0 2016-12-15 14:04:00 -08:00
readme.md update deps in readme and add related packages section 2016-12-04 23:11:40 +01: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

  • all-the-package-repos: All the repository URLs in the npm registry as an object whose keys are package names and values are URLs
  • all-the-packages: All the npm registry metadata as an offline event stream.
  • 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.
  • 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

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-package-repos: All the repository URLs in the npm registry as an object whose keys are package names and values are URLs
  • 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