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,38 +1,66 @@
{
"name": "appear",
"version": "1.0.1",
"description": "utility to run functions when dom elements are visible",
"kewords": "detect viewable elements dom lazy load scroll ",
"main": "appear.js",
"directories": {
"test": "test"
"_from": "appear@^1.0.1",
"_id": "appear@1.0.1",
"_inBundle": false,
"_integrity": "sha1-mWw/EqcaQit+ljw9N443hCgS5rU=",
"_location": "/appear",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "appear@^1.0.1",
"name": "appear",
"escapedName": "appear",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"scripts": {
"test": "echo \"no tests\"",
"prepublish": "gulp build",
"gh-pages": "gulp build gh-pages; cp -r assets/img .gh-pages/examples/lazy"
},
"author": "Matthew Hadley (https://github.com/diffsky)",
"license": "MIT",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.1.0",
"gulp-eslint": "^0.5.0",
"gulp-replace": "^0.5.3",
"marked": "^0.3.3",
"ejstpl": "^4.0.0",
"gulp-size": "^1.2.1",
"gulp-tap": "^0.1.3",
"mkdirp": "^0.5.0",
"gulp-rename": "^1.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/creativelive/appear.git"
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/appear/-/appear-1.0.1.tgz",
"_shasum": "996c3f12a71a422b7e963c3d378e37842812e6b5",
"_spec": "appear@^1.0.1",
"_where": "/mnt/d/WWW/magico.front",
"author": {
"name": "Matthew Hadley",
"url": "https://github.com/diffsky"
},
"bugs": {
"url": "https://github.com/creativelive/appear/issues"
},
"homepage": "https://github.com/creativelive/appear"
"bundleDependencies": false,
"deprecated": false,
"description": "utility to run functions when dom elements are visible",
"devDependencies": {
"ejstpl": "^4.0.0",
"gulp": "^3.8.11",
"gulp-eslint": "^0.5.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-size": "^1.2.1",
"gulp-strip-debug": "^1.0.2",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.1.0",
"marked": "^0.3.3",
"mkdirp": "^0.5.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/creativelive/appear",
"kewords": "detect viewable elements dom lazy load scroll ",
"license": "MIT",
"main": "appear.js",
"name": "appear",
"repository": {
"type": "git",
"url": "git://github.com/creativelive/appear.git"
},
"scripts": {
"gh-pages": "gulp build gh-pages; cp -r assets/img .gh-pages/examples/lazy",
"prepublish": "gulp build",
"test": "echo \"no tests\""
},
"version": "1.0.1"
}