Published June 3, 2022
| Version 1.0.0
Dataset
Open
NPM 100k and 300k dependency data
Description
This is the dependency data for the top 100000 and top 300000 packages (in lexicographic order) with the following structure:
[{
"name": "react",
"versions": {
"1.00": {
"timestamp": "06-05-2022T10:00:01",
"dependencies": {
"name": "^1.0.2"
}
}
}
},
...
]