@geoalgeria/agriculture 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +8 -0
- package/README.ar.md +1 -1
- package/README.fr.md +1 -1
- package/README.md +1 -1
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
## Code
|
|
2
|
+
|
|
1
3
|
MIT License
|
|
2
4
|
|
|
3
5
|
Copyright (c) 2025-2026 Yasser's Studio (https://yasser.studio)
|
|
@@ -19,3 +21,9 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
19
21
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
22
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
23
|
SOFTWARE.
|
|
24
|
+
|
|
25
|
+
## Data
|
|
26
|
+
|
|
27
|
+
Factual public institutional listing (MADR)
|
|
28
|
+
|
|
29
|
+
Data from the Ministry of Agriculture, Rural Development and Fisheries (MADR), a factual public-sector listing, redistributed for reference. Wilaya/commune linkage uses the geoalgeria base dataset.
|
package/README.ar.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/@geoalgeria/agriculture)
|
|
10
10
|
[](https://www.npmjs.com/package/@geoalgeria/agriculture)
|
|
11
|
-
[](LICENSE)
|
|
12
12
|
|
|
13
13
|
</div>
|
|
14
14
|
|
package/README.fr.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/@geoalgeria/agriculture)
|
|
10
10
|
[](https://www.npmjs.com/package/@geoalgeria/agriculture)
|
|
11
|
-
[](LICENSE)
|
|
12
12
|
|
|
13
13
|
</div>
|
|
14
14
|
|
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/@geoalgeria/agriculture)
|
|
10
10
|
[](https://www.npmjs.com/package/@geoalgeria/agriculture)
|
|
11
|
-
[](LICENSE)
|
|
12
12
|
|
|
13
13
|
</div>
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geoalgeria/agriculture",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Agriculture-sector institutions of Algeria — agricultural-services directorates (DSA), forest conservations, technical & research institutes, training centres, chambers of agriculture, public offices and groups from the Ministry of Agriculture (MADR), bilingual FR/AR, geocoded against the geoalgeria commune set with wilaya/commune linkage. JSON, CSV, GeoJSON, TypeScript.",
|
|
6
6
|
"main": "index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dz"
|
|
40
40
|
],
|
|
41
41
|
"author": "Yasser's Studio (https://yasser.studio)",
|
|
42
|
-
"license": "
|
|
42
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|