gulp dist build
This commit is contained in:
107
dist/assets/vendor/shufflejs/package.json
vendored
107
dist/assets/vendor/shufflejs/package.json
vendored
@@ -1,46 +1,53 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"shufflejs@5.4.1",
|
||||
"/Applications/MAMP/htdocs/front/front-template"
|
||||
]
|
||||
"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.4.1",
|
||||
"_id": "shufflejs@5.4.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-td7b5oUH0a05nXgFUrDJ9pUwSiNnGvaWECEuWzo+Mo2owARifutkcWAMpFFbIqEOBoTSTMjCQrXZnR5UOkMHcA==",
|
||||
"_location": "/shufflejs",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "shufflejs@5.4.1",
|
||||
"name": "shufflejs",
|
||||
"escapedName": "shufflejs",
|
||||
"rawSpec": "5.4.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.4.1"
|
||||
"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"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/shufflejs/-/shufflejs-5.4.1.tgz",
|
||||
"_spec": "5.4.1",
|
||||
"_where": "/Applications/MAMP/htdocs/front/front-template",
|
||||
"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"
|
||||
],
|
||||
"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",
|
||||
@@ -63,43 +70,5 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user