Fix NPM package.json not present in the repository

This commit is contained in:
Molkobain
2021-03-26 17:44:23 +01:00
parent fbd46609ff
commit 2e8c0346d3
7 changed files with 203 additions and 426 deletions

149
node_modules/scrollmagic/package.json generated vendored
View File

@@ -1,38 +1,21 @@
{
"_from": "scrollmagic",
"_id": "scrollmagic@2.0.8",
"_inBundle": false,
"_integrity": "sha512-UYXEGBPVLziovXl3FjHGkY9c4UXKUKopIdXwWR2JapWxCo0U345wYegi7rcsv5vHf/ktc1bSNWy4QRFiV+Yccw==",
"_location": "/scrollmagic",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "scrollmagic",
"name": "scrollmagic",
"escapedName": "scrollmagic",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/scrollmagic/-/scrollmagic-2.0.8.tgz",
"_shasum": "e0d7aff804c393c022fdc0c566f1edce3b4e9ed7",
"_spec": "scrollmagic",
"_where": "/srv/http/develop_28",
"name": "scrollmagic",
"title": "ScrollMagic",
"version": "2.0.8",
"description": "The javascript library for magical scroll interactions.",
"author": {
"name": "Jan Paepke",
"url": "http://www.janpaepke.de"
},
"bugs": {
"url": "https://github.com/janpaepke/ScrollMagic/issues"
"repository": {
"type": "git",
"url": "git://github.com/janpaepke/ScrollMagic.git"
},
"license": "(MIT OR GPL-3.0+)",
"main": "scrollmagic/uncompressed/ScrollMagic.js",
"engines": {
"node": ">=0.10.x"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The javascript library for magical scroll interactions.",
"devDependencies": {
"ansi-colors": "^3.2.4",
"del": "^3.0.0",
@@ -67,108 +50,12 @@
"doc": "./doc",
"example": "./examples"
},
"engines": {
"node": ">=0.10.x"
},
"files": [
"scrollmagic",
"LICENSE.md",
"README.md"
],
"homepage": "http://ScrollMagic.io",
"keywords": [
"scroll",
"scrolling",
"animation",
"sticky",
"pin",
"fixed",
"scrollbar",
"scrub",
"sync",
"position",
"progress",
"parallax",
"events",
"classes",
"jquery-plugin",
"ecosystem:jquery",
"scroll",
"scrolling",
"animation",
"sticky",
"pin",
"fixed",
"scrollbar",
"scrub",
"sync",
"position",
"progress",
"parallax",
"events",
"classes",
"jquery-plugin",
"ecosystem:jquery",
"scroll",
"scrolling",
"animation",
"sticky",
"pin",
"fixed",
"scrollbar",
"scrub",
"sync",
"position",
"progress",
"parallax",
"events",
"classes",
"jquery-plugin",
"ecosystem:jquery",
"scroll",
"scrolling",
"animation",
"sticky",
"pin",
"fixed",
"scrollbar",
"scrub",
"sync",
"position",
"progress",
"parallax",
"events",
"classes",
"jquery-plugin",
"ecosystem:jquery",
"scroll",
"scrolling",
"animation",
"sticky",
"pin",
"fixed",
"scrollbar",
"scrub",
"sync",
"position",
"progress",
"parallax",
"events",
"classes",
"jquery-plugin",
"ecosystem:jquery"
],
"license": "(MIT OR GPL-3.0+)",
"main": "scrollmagic/uncompressed/ScrollMagic.js",
"name": "scrollmagic",
"repository": {
"type": "git",
"url": "git://github.com/janpaepke/ScrollMagic.git"
},
"scripts": {
"start": "node ./node_modules/gulp/bin/gulp open-demo",
"test": "./node_modules/karma/bin/karma start ./dev/tests/karma.conf.js"
"test": "./node_modules/karma/bin/karma start ./dev/tests/karma.conf.js",
"start": "node ./node_modules/gulp/bin/gulp open-demo"
},
"title": "ScrollMagic",
"version": "2.0.8"
"homepage": "http://ScrollMagic.io",
"keywords": ["scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery"],
"bugs": "https://github.com/janpaepke/ScrollMagic/issues",
"files": ["scrollmagic", "LICENSE.md", "README.md"]
}