The Data Package name is used in the name field of the datapackage.json.
This name is also frequently used for the folder/directory in which the Data Package is stored.
and also says,
Data Package Folder Names and Structure
It is standard practice to use the Data Package name (from the datapackage.json) for the name of the folder/directory in which the Data Package is kept.
If storing in e.g. git(hub) this would also be the the name of the repository.
I’m wondering if this should be refined to,
The directory a data package is stored in should be called the data package name.
If data package versioning is being used, the directory name should be called the data package name appended with the data package version, e.g.
Given a data package containing data about “population by country” and a version number of "1.2.3", then the data package name should be "population-by-country_v1.2.3"
If a data package is stored in a repository (e.g. GitHub) with the primary purpose of holding that data package, then the repository should be called the data package name.
So to be clear, If I had a repository with the primary purpose of holding “population by country” data and I was using data package versioning, then I would expect the following structure
sorry for the confusion. essentially what you have, except the subs don’t repeat the name, they’re just the version number.
in the url you can see jquery has its own directory, the directory following it is that particular version.