85 lines
2.5 KiB
JSON
Executable File
85 lines
2.5 KiB
JSON
Executable File
{
|
|
"_args": [
|
|
[
|
|
"scroll-into-view@1.16.2",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "scroll-into-view@1.16.2",
|
|
"_id": "scroll-into-view@1.16.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-vyTE0i27o6eldt9xinjHec41Dw05y+faoI+s2zNKJAVOdbA5M2XZrYq/obJ8E+QDQulJ2gDjgui9w9m9RZSRng==",
|
|
"_location": "/scroll-into-view",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "scroll-into-view@1.16.2",
|
|
"name": "scroll-into-view",
|
|
"escapedName": "scroll-into-view",
|
|
"rawSpec": "1.16.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.16.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/scroll-into-view/-/scroll-into-view-1.16.2.tgz",
|
|
"_spec": "1.16.2",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": "",
|
|
"bugs": {
|
|
"url": "https://github.com/KoryNunn/scroll-into-view/issues"
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/scroll-into-view"
|
|
},
|
|
"dependencies": {},
|
|
"description": "scrolls an elements into view, recursively aligning parents.",
|
|
"devDependencies": {
|
|
"browserify": "^14.4.0",
|
|
"chlogit": "^1.0.2",
|
|
"crel": "^1.1.1",
|
|
"node-static": "^0.7.11",
|
|
"npm-run-all": "^4.1.5",
|
|
"tape": "~2.1.0",
|
|
"tape-run": "^6.0.1",
|
|
"uglifyify": "^4.0.2",
|
|
"watchify": "^3.9.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"files": [
|
|
"*.js"
|
|
],
|
|
"homepage": "https://github.com/KoryNunn/scroll-into-view#readme",
|
|
"keywords": [
|
|
"scroll into view",
|
|
"scrollIntoView",
|
|
"scroll into view if needed",
|
|
"smooth scroll",
|
|
"scroll parents"
|
|
],
|
|
"license": "MIT",
|
|
"main": "scrollIntoView.js",
|
|
"name": "scroll-into-view",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/KoryNunn/scroll-into-view.git"
|
|
},
|
|
"scripts": {
|
|
"build": "browserify ./example/index.js > ./example/index.browser.js & browserify --bare -g uglifyify ./standalone.js > ./scrollIntoView.min.js",
|
|
"prepublish": "npm run-script build",
|
|
"serve": "static example",
|
|
"serveTest": "static test",
|
|
"start": "npm-run-all -p serve watchExample",
|
|
"startTest": "npm-run-all -p serveTest watchTest",
|
|
"test": "browserify -d ./test/test.js > ./test/test.browser.js; cat ./test/test.browser.js | tape-run",
|
|
"watchExample": "watchify ./example/index.js -d -o ./example/index.browser.js",
|
|
"watchTest": "watchify ./test/test.js -d -o ./test/test.browser.js"
|
|
},
|
|
"version": "1.16.2"
|
|
}
|