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,53 +1,43 @@
{
"name": "shufflejs",
"version": "5.4.1",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": [
"gallery",
"shuffle",
"layout",
"masonry",
"filter",
"sort",
"responsive",
"grid",
"mobile",
"tiles"
"_from": "shufflejs@^5.3.0",
"_id": "shufflejs@5.4.1",
"_inBundle": false,
"_integrity": "sha512-td7b5oUH0a05nXgFUrDJ9pUwSiNnGvaWECEuWzo+Mo2owARifutkcWAMpFFbIqEOBoTSTMjCQrXZnR5UOkMHcA==",
"_location": "/shufflejs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "shufflejs@^5.3.0",
"name": "shufflejs",
"escapedName": "shufflejs",
"rawSpec": "^5.3.0",
"saveSpec": null,
"fetchSpec": "^5.3.0"
},
"_requiredBy": [
"/"
],
"main": "dist/shuffle.js",
"module": "dist/shuffle.esm.js",
"moduleSource": "src/shuffle.js",
"types": "index.d.ts",
"scripts": {
"compile": "gulp scripts",
"css": "gulp css",
"gulp": "gulp",
"build": "npm run gulp && npm run css",
"serve": "gulp jekyll",
"test": "eslint src && jest && tsc --project ./test/types",
"watch": "gulp watch"
"_resolved": "https://registry.npmjs.org/shufflejs/-/shufflejs-5.4.1.tgz",
"_shasum": "5f62605f9ef4a2c842bf25a0c763220c997205b8",
"_spec": "shufflejs@^5.3.0",
"_where": "/mnt/d/WWW/magico.front",
"author": {
"name": "Glen Cheney",
"email": "cheney.glen@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/Vestride/Shuffle.git"
},
"author": "Glen Cheney <cheney.glen@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vestride/Shuffle/issues"
},
"homepage": "https://github.com/Vestride/Shuffle",
"files": [
"dist",
"src",
"index.d.ts"
],
"bundleDependencies": false,
"dependencies": {
"array-parallel": "^0.1.3",
"matches-selector": "^1.0.0",
"throttleit": "^1.0.0",
"tiny-emitter": "^2.1.0"
},
"deprecated": false,
"description": "Categorize, sort, and filter a responsive grid of items",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
@@ -70,5 +60,43 @@
"rollup-plugin-terser": "^7.0.0",
"sinon": "^10.0.0",
"typescript": "^4.0.5"
}
},
"files": [
"dist",
"src",
"index.d.ts"
],
"homepage": "https://github.com/Vestride/Shuffle",
"keywords": [
"gallery",
"shuffle",
"layout",
"masonry",
"filter",
"sort",
"responsive",
"grid",
"mobile",
"tiles"
],
"license": "MIT",
"main": "dist/shuffle.js",
"module": "dist/shuffle.esm.js",
"moduleSource": "src/shuffle.js",
"name": "shufflejs",
"repository": {
"type": "git",
"url": "git://github.com/Vestride/Shuffle.git"
},
"scripts": {
"build": "npm run gulp && npm run css",
"compile": "gulp scripts",
"css": "gulp css",
"gulp": "gulp",
"serve": "gulp jekyll",
"test": "eslint src && jest && tsc --project ./test/types",
"watch": "gulp watch"
},
"types": "index.d.ts",
"version": "5.4.1"
}