forgeplus-react/node_modules/scroll/package.json

62 lines
1.4 KiB
JSON
Raw Normal View History

2023-07-29 21:19:10 +08:00
{
"_args": [
[
"scroll@2.0.3",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_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"
],
"_resolved": "https://registry.npmjs.org/scroll/-/scroll-2.0.3.tgz",
"_spec": "2.0.3",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Michael Rhodes"
},
"bugs": {
"url": "https://github.com/michaelrhodes/scroll/issues"
},
"dependencies": {
"rafl": "~1.2.1"
},
"description": "A function that animates an elements 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"
}