62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
||
"_args": [
|
||
[
|
||
"scroll@2.0.3",
|
||
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
||
]
|
||
],
|
||
"_from": "scroll@2.0.3",
|
||
"_id": "scroll@2.0.3",
|
||
"_inBundle": false,
|
||
"_integrity": "sha512-3ncZzf8gUW739h3LeS68nSssO60O+GGjT3SxzgofQmT8PIoyHzebql9HHPJopZX8iT6TKOdwaWFMqL6LzUN3DQ==",
|
||
"_location": "/scroll",
|
||
"_phantomChildren": {},
|
||
"_requested": {
|
||
"type": "version",
|
||
"registry": true,
|
||
"raw": "scroll@2.0.3",
|
||
"name": "scroll",
|
||
"escapedName": "scroll",
|
||
"rawSpec": "2.0.3",
|
||
"saveSpec": null,
|
||
"fetchSpec": "2.0.3"
|
||
},
|
||
"_requiredBy": [
|
||
"/@material-ui/core"
|
||
],
|
||
"_resolved": "https://registry.npmjs.org/scroll/-/scroll-2.0.3.tgz",
|
||
"_spec": "2.0.3",
|
||
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
||
"author": {
|
||
"name": "Michael Rhodes"
|
||
},
|
||
"bugs": {
|
||
"url": "https://github.com/michaelrhodes/scroll/issues"
|
||
},
|
||
"dependencies": {
|
||
"rafl": "~1.2.1"
|
||
},
|
||
"description": "A function that animates an element’s scrollTop or scrollLeft position.",
|
||
"devDependencies": {
|
||
"ease-component": "~1.0.0",
|
||
"tape": "~2.3.2"
|
||
},
|
||
"homepage": "https://github.com/michaelrhodes/scroll#readme",
|
||
"keyword": [
|
||
"scrollTop",
|
||
"scrollTo",
|
||
"animate"
|
||
],
|
||
"license": "MIT",
|
||
"main": "index.js",
|
||
"name": "scroll",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+ssh://git@github.com/michaelrhodes/scroll.git"
|
||
},
|
||
"scripts": {
|
||
"test": "tape test.js"
|
||
},
|
||
"version": "2.0.3"
|
||
}
|