gulp dist build

This commit is contained in:
2022-01-28 14:28:32 +01:00
parent 385d2e78b5
commit 041ce84965
88 changed files with 4428 additions and 1543 deletions

View File

@@ -1,35 +1,7 @@
{
"_args": [
[
"leaflet@1.7.1",
"/Applications/MAMP/htdocs/front/front-template"
]
],
"_from": "leaflet@1.7.1",
"_id": "leaflet@1.7.1",
"_inBundle": false,
"_integrity": "sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw==",
"_location": "/leaflet",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "leaflet@1.7.1",
"name": "leaflet",
"escapedName": "leaflet",
"rawSpec": "1.7.1",
"saveSpec": null,
"fetchSpec": "1.7.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.7.1.tgz",
"_spec": "1.7.1",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"bugs": {
"url": "https://github.com/Leaflet/Leaflet/issues"
},
"name": "leaflet",
"version": "1.7.1",
"homepage": "https://leafletjs.com/",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"eslint": "^6.8.0",
@@ -58,6 +30,27 @@
"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": {
@@ -104,37 +97,13 @@
]
}
},
"files": [
"dist",
"src",
"!dist/leaflet.zip"
],
"homepage": "https://leafletjs.com/",
"keywords": [
"gis",
"map"
],
"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"
"keywords": [
"gis",
"map"
],
"license": "BSD-2-Clause"
}