Files
front/dist/assets/vendor/shufflejs/package.json
2022-04-07 14:11:14 +02:00

103 lines
2.6 KiB
JSON

{
"_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": [
"/"
],
"_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"
},
"bugs": {
"url": "https://github.com/Vestride/Shuffle/issues"
},
"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",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"autoprefixer": "^10.2.4",
"cssnano": "^5.0.4",
"eslint": "^7.5.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.17.3",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^4.0.0",
"gulp-shell": "^0.8.0",
"jest": "^26.1.0",
"postcss": "^8.2.8",
"rollup": "^2.2.0",
"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"
}