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,18 +1,42 @@
{
"name": "aos",
"version": "2.3.4",
"description": "Animate on scroll library",
"homepage": "https://michalsnik.github.io/aos/",
"author": "Michał Sajnóg <michal.sajnog@hotmail.com>",
"license": "MIT",
"main": "dist/aos.js",
"repository": {
"type": "git",
"url": "https://github.com/michalsnik/aos.git"
"_from": "aos@^2.3.4",
"_id": "aos@2.3.4",
"_inBundle": false,
"_integrity": "sha512-zh/ahtR2yME4I51z8IttIt4lC1Nw0ktsFtmeDzID1m9naJnWXhCoARaCgNOGXb5CLy3zm+wqmRAEgMYB5E2HUw==",
"_location": "/aos",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "aos@^2.3.4",
"name": "aos",
"escapedName": "aos",
"rawSpec": "^2.3.4",
"saveSpec": null,
"fetchSpec": "^2.3.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/aos/-/aos-2.3.4.tgz",
"_shasum": "eb1c29f5c1806a197cf6323080747547edd3db8e",
"_spec": "aos@^2.3.4",
"_where": "/mnt/d/WWW/magico.front",
"author": {
"name": "Michał Sajnóg",
"email": "michal.sajnog@hotmail.com"
},
"bugs": {
"url": "https://github.com/michalsnik/aos/issues"
},
"bundleDependencies": false,
"dependencies": {
"classlist-polyfill": "^1.0.3",
"lodash.debounce": "^4.0.6",
"lodash.throttle": "^4.0.1"
},
"deprecated": false,
"description": "Animate on scroll library",
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.9.1",
@@ -39,14 +63,18 @@
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"classlist-polyfill": "^1.0.3",
"lodash.debounce": "^4.0.6",
"lodash.throttle": "^4.0.1"
"homepage": "https://michalsnik.github.io/aos/",
"license": "MIT",
"main": "dist/aos.js",
"name": "aos",
"repository": {
"type": "git",
"url": "git+https://github.com/michalsnik/aos.git"
},
"scripts": {
"test": "node ./node_modules/karma/bin/karma start karma.conf.js",
"build": "webpack",
"dev": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js"
}
"dev": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"test": "node ./node_modules/karma/bin/karma start karma.conf.js"
},
"version": "2.3.4"
}