Files
front/dist/assets/vendor/appear/package.json
2021-12-28 13:34:18 +01:00

70 lines
1.7 KiB
JSON

{
"_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"
},
"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"
}