GULP DIST

This commit is contained in:
2022-04-07 14:11:14 +02:00
parent 0a1f83b99c
commit 5e7215d041
137 changed files with 18556 additions and 2641 deletions

View File

@@ -1,7 +1,32 @@
{
"name": "leaflet",
"version": "1.7.1",
"homepage": "https://leafletjs.com/",
"_from": "leaflet@^1.6.0",
"_id": "leaflet@1.7.1",
"_inBundle": false,
"_integrity": "sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw==",
"_location": "/leaflet",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "leaflet@^1.6.0",
"name": "leaflet",
"escapedName": "leaflet",
"rawSpec": "^1.6.0",
"saveSpec": null,
"fetchSpec": "^1.6.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.7.1.tgz",
"_shasum": "10d684916edfe1bf41d688a3b97127c0322a2a19",
"_spec": "leaflet@^1.6.0",
"_where": "/mnt/d/WWW/magico.front",
"bugs": {
"url": "https://github.com/Leaflet/Leaflet/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"eslint": "^6.8.0",
@@ -30,27 +55,6 @@
"ssri": "^8.0.0",
"uglify-js": "^3.10.3"
},
"main": "dist/leaflet-src.js",
"style": "dist/leaflet.css",
"files": [
"dist",
"src",
"!dist/leaflet.zip"
],
"scripts": {
"docs": "node ./build/docs.js",
"pretest": "npm run lint",
"test": "npm run test-nolint",
"test-nolint": "karma start ./spec/karma.conf.js",
"build": "npm run rollup && npm run uglify",
"release": "./build/publish.sh",
"lint": "eslint src spec/suites docs/docs/js",
"lintfix": "npm run lint -- --fix",
"rollup": "rollup -c build/rollup-config.js",
"watch": "rollup -w -c build/rollup-watch-config.js",
"uglify": "uglifyjs dist/leaflet-src.js -c -m -o dist/leaflet.js --source-map filename=dist/leaflet.js.map --source-map content=dist/leaflet-src.js.map --source-map url=leaflet.js.map --comments",
"integrity": "node ./build/integrity.js"
},
"eslintConfig": {
"root": true,
"globals": {
@@ -97,13 +101,37 @@
]
}
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"files": [
"dist",
"src",
"!dist/leaflet.zip"
],
"homepage": "https://leafletjs.com/",
"keywords": [
"gis",
"map"
],
"license": "BSD-2-Clause"
"license": "BSD-2-Clause",
"main": "dist/leaflet-src.js",
"name": "leaflet",
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"scripts": {
"build": "npm run rollup && npm run uglify",
"docs": "node ./build/docs.js",
"integrity": "node ./build/integrity.js",
"lint": "eslint src spec/suites docs/docs/js",
"lintfix": "npm run lint -- --fix",
"pretest": "npm run lint",
"release": "./build/publish.sh",
"rollup": "rollup -c build/rollup-config.js",
"test": "npm run test-nolint",
"test-nolint": "karma start ./spec/karma.conf.js",
"uglify": "uglifyjs dist/leaflet-src.js -c -m -o dist/leaflet.js --source-map filename=dist/leaflet.js.map --source-map content=dist/leaflet-src.js.map --source-map url=leaflet.js.map --comments",
"watch": "rollup -w -c build/rollup-watch-config.js"
},
"style": "dist/leaflet.css",
"version": "1.7.1"
}