/var/www/cobraambalaj/node_modules/shufflejs
NameSizeModeActions
dist/-0755rm
src/-0755rm
index.d.ts99430644editdlrm
LICENSE10830644editdlrm
package.json25420644editdlrm
README.md11680644editdlrm
Edit: /var/www/cobraambalaj/node_modules/shufflejs/package.json (2542B)
{ "_args": [ [ "shufflejs@5.2.3", "/var/www/cobraambalaj" ] ], "_from": "shufflejs@5.2.3", "_id": "shufflejs@5.2.3", "_inBundle": false, "_integrity": "sha512-x/vb3Kdyb5X4GykbdOS49EU34jtMag2aYODL/z0nWT0DVFpWNk08xVeonKSMZnH4/piSWLjCkn4296BlxhvDnw==", "_location": "/shufflejs", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "shufflejs@5.2.3", "name": "shufflejs", "escapedName": "shufflejs", "rawSpec": "5.2.3", "saveSpec": null, "fetchSpec": "5.2.3" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/shufflejs/-/shufflejs-5.2.3.tgz", "_spec": "5.2.3", "_where": "/var/www/cobraambalaj", "author": { "name": "Glen Cheney", "email": "cheney.glen@gmail.com" }, "bugs": { "url": "https://github.com/Vestride/Shuffle/issues" }, "dependencies": { "array-parallel": "^0.1.3", "matches-selector": "^1.0.0", "throttleit": "^1.0.0", "tiny-emitter": "^2.1.0" }, "description": "Categorize, sort, and filter a responsive grid of items", "devDependencies": { "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", "autoprefixer": "^9.5.1", "cssnano": "^4.1.10", "eslint": "^6.0.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.17.3", "gulp": "^4.0.2", "gulp-postcss": "^8.0.0", "gulp-sass": "^4.0.0", "gulp-shell": "^0.7.0", "jest": "^24.8.0", "rollup": "^1.14.5", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-node-resolve": "^5.0.0", "rollup-plugin-terser": "^5.0.0", "sinon": "^7.3.2", "typescript": "^3.5.1" }, "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.2.3" }