81 lines
2.1 KiB
JSON
81 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"scrollama@3.2.0",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "scrollama@3.2.0",
|
|
"_id": "scrollama@3.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-PIPwB1kYBnbw/ezvPBJa5dCN5qEwokfpAkI3BmpZWAwcVID4nDf1qH6WV16A2fQaJmsKx0un5S/zhxN+PQeKDQ==",
|
|
"_location": "/scrollama",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "scrollama@3.2.0",
|
|
"name": "scrollama",
|
|
"escapedName": "scrollama",
|
|
"rawSpec": "3.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/scrollama/-/scrollama-3.2.0.tgz",
|
|
"_spec": "3.2.0",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Russell Goldenberg",
|
|
"url": "@russellgoldenberg"
|
|
},
|
|
"browser": "build/scrollama.js",
|
|
"bugs": {
|
|
"url": "https://github.com/russellgoldenberg/scrollama/issues"
|
|
},
|
|
"description": "Lightweight scrollytelling library using IntersectionObserver",
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"rollup": "^1.32.1",
|
|
"rollup-plugin-buble": "^0.19.8",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-filesize": "^9.1.1",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-uglify": "^6.0.4"
|
|
},
|
|
"homepage": "https://github.com/russellgoldenberg/scrollama#readme",
|
|
"jsnext:main": "index",
|
|
"keywords": [
|
|
"scrollytelling",
|
|
"scroll",
|
|
"scroll-driven",
|
|
"step",
|
|
"interactive",
|
|
"graphic",
|
|
"observer",
|
|
"IntersectionObserver",
|
|
"enter",
|
|
"exit",
|
|
"view",
|
|
"trigger"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/scrollama.js",
|
|
"module": "index",
|
|
"name": "scrollama",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/russellgoldenberg/scrollama.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run pretest && cross-env NODE_ENV=production rollup -c && npm run docs",
|
|
"dev": "cross-env NODE_ENV=development rollup -w -c",
|
|
"docs": "cp build/scrollama.min.js docs",
|
|
"pretest": "cross-env NODE_ENV=development rollup -c"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "3.2.0"
|
|
}
|