Files
30-seconds-of-code/node_modules/gsap/package.json
2019-08-20 15:52:05 +02:00

114 lines
4.3 KiB
JSON

{
"_from": "gsap@^2.1.3",
"_id": "gsap@2.1.3",
"_inBundle": false,
"_integrity": "sha512-8RFASCqi2FOCBuv7X4o7M6bLdy+1hbR0azg+MG7zz+EVsI+OmJblYsTk0GEepQd2Jg/ItMPiVTibF7r3EVxjZQ==",
"_location": "/gsap",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gsap@^2.1.3",
"name": "gsap",
"escapedName": "gsap",
"rawSpec": "^2.1.3",
"saveSpec": null,
"fetchSpec": "^2.1.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gsap/-/gsap-2.1.3.tgz",
"_shasum": "c63ee3a50f0b7dc3b46ed0845bb0f09049feb944",
"_spec": "gsap@^2.1.3",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code",
"browser": {
"./src/uncompressed/TimelineLite.js": "./umd/TimelineLite.js",
"./src/uncompressed/TimelineMax.js": "./umd/TimelineMax.js",
"./src/uncompressed/TweenLite.js": "./umd/TweenLite.js",
"./src/uncompressed/TweenMax.js": "./umd/TweenMax.js",
"./src/uncompressed/easing/EasePack.js": "./umd/EasePack.js",
"./src/uncompressed/jquery.gsap.js": "./umd/jquery.gsap.js",
"./src/uncompressed/plugins/AttrPlugin.js": "./umd/AttrPlugin.js",
"./src/uncompressed/plugins/BezierPlugin.js": "./umd/BezierPlugin.js",
"./src/uncompressed/plugins/CSSPlugin.js": "./umd/CSSPlugin.js",
"./src/uncompressed/plugins/CSSRulePlugin.js": "./umd/CSSRulePlugin.js",
"./src/uncompressed/plugins/ColorPropsPlugin.js": "./umd/ColorPropsPlugin.js",
"./src/uncompressed/plugins/DirectionalRotationPlugin.js": "./umd/DirectionalRotationPlugin.js",
"./src/uncompressed/plugins/EaselPlugin.js": "./umd/EaselPlugin.js",
"./src/uncompressed/plugins/EndArrayPlugin.js": "./umd/EndArrayPlugin.js",
"./src/uncompressed/plugins/ModifiersPlugin.js": "./umd/ModifiersPlugin.js",
"./src/uncompressed/plugins/PixiPlugin.js": "./umd/PixiPlugin.js",
"./src/uncompressed/plugins/RaphaelPlugin.js": "./umd/RaphaelPlugin.js",
"./src/uncompressed/plugins/RoundPropsPlugin.js": "./umd/RoundPropsPlugin.js",
"./src/uncompressed/plugins/ScrollToPlugin.js": "./umd/ScrollToPlugin.js",
"./src/uncompressed/plugins/TextPlugin.js": "./umd/TextPlugin.js",
"./src/uncompressed/utils/Draggable.js": "./umd/Draggable.js"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"@babel/preset-env"
]
}
]
]
},
"bugs": {
"url": "https://greensock.com/forums/"
},
"bundleDependencies": false,
"deprecated": false,
"description": "GSAP is a JavaScript library for creating high-performance animations that work in **every** major browser (or beyond the browser). No other library delivers such advanced sequencing, reliability, API efficiency, and tight control while solving real-world problems on over 8 million sites. GSAP works around countless browser inconsistencies; your animations 'just work'. Animate CSS properties, SVG, canvas libraries, custom properties of generic objects, colors, strings...pretty much anything! At its core, GSAP is a property manipulator, updating values over time very quickly with extreme accuracy. And it's up to 20x faster than jQuery! See http://greensock.com/why-gsap/ for details about what makes GSAP so special.",
"filename": "index.js",
"homepage": "https://greensock.com/gsap/",
"keywords": [
"animation",
"TweenLite",
"TweenMax",
"TimelineLite",
"TimelineMax",
"GSAP",
"GreenSock",
"easing",
"EasePack",
"PixiPlugin",
"CustomEase",
"jQuery",
"jquery.gsap.js",
"Bezier",
"SVG",
"3D",
"2D",
"transform",
"morph",
"morphing",
"svg",
"tweening"
],
"license": "Standard 'no charge' license: https://greensock.com/standard-license. Club GreenSock members get more: https://greensock.com/licensing/. Why GreenSock doesn't employ an MIT license: https://greensock.com/why-license/",
"main": "./umd/TweenMax.js",
"maintainers": [
{
"name": "Jack Doyle",
"email": "jack@greensock.com",
"url": "https://greensock.com"
}
],
"module": "index.js",
"name": "gsap",
"repository": {
"type": "git",
"url": "git+https://github.com/greensock/GreenSock-JS.git"
},
"sideEffects": [
"./TweenLite.js",
"./TweenMax.js",
"./index.js"
],
"version": "2.1.3"
}