var npm1k = require('npm1k')
var assert = require('assert')
npm1k(function(error, packages) {
assert.equal(packages.length, 1000)
assert(packages.every(function(element) {
return ( typeof element === 'string' ) }))
assert(packages.indexOf('semver') > -1) })
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
scrape the 1,000 most-depended-upon packages from www.npmjs.com
License
npm1k/npm1k.js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
scrape the 1,000 most-depended-upon packages from www.npmjs.com
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published