gulp dist build

This commit is contained in:
2022-01-28 14:28:32 +01:00
parent 385d2e78b5
commit 041ce84965
88 changed files with 4428 additions and 1543 deletions

View File

@@ -1,69 +1,38 @@
{
"_args": [
[
"appear@1.0.1",
"/Applications/MAMP/htdocs/front/front-template"
]
],
"_from": "appear@1.0.1",
"_id": "appear@1.0.1",
"_inBundle": false,
"_integrity": "sha1-mWw/EqcaQit+ljw9N443hCgS5rU=",
"_location": "/appear",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "appear@1.0.1",
"name": "appear",
"escapedName": "appear",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/appear/-/appear-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Matthew Hadley",
"url": "https://github.com/diffsky"
},
"bugs": {
"url": "https://github.com/creativelive/appear/issues"
},
"name": "appear",
"version": "1.0.1",
"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"
},
"kewords": "detect viewable elements dom lazy load scroll ",
"main": "appear.js",
"directories": {
"test": "test"
},
"homepage": "https://github.com/creativelive/appear",
"kewords": "detect viewable elements dom lazy load scroll ",
"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",
"main": "appear.js",
"name": "appear",
"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"
},
"scripts": {
"gh-pages": "gulp build gh-pages; cp -r assets/img .gh-pages/examples/lazy",
"prepublish": "gulp build",
"test": "echo \"no tests\""
"bugs": {
"url": "https://github.com/creativelive/appear/issues"
},
"version": "1.0.1"
"homepage": "https://github.com/creativelive/appear"
}