| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_from": "no-scroll@^2.1.1",
- "_id": "no-scroll@2.1.1",
- "_inBundle": false,
- "_integrity": "sha512-YTzGAJOo/B6hkodeT5SKKHpOhAzjMfkUCCXjLJwjWk2F4/InIg+HbdH9kmT7bKpleDuqLZDTRy2OdNtAj0IVyQ==",
- "_location": "/no-scroll",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "no-scroll@^2.1.1",
- "name": "no-scroll",
- "escapedName": "no-scroll",
- "rawSpec": "^2.1.1",
- "saveSpec": null,
- "fetchSpec": "^2.1.1"
- },
- "_requiredBy": [
- "/react-google-photo"
- ],
- "_resolved": "https://registry.npmjs.org/no-scroll/-/no-scroll-2.1.1.tgz",
- "_shasum": "f37e08cb159b75a5bdbfc0a87cd9223e120e6e27",
- "_spec": "no-scroll@^2.1.1",
- "_where": "/Users/holunyeung/Documents/GitHub/Photo_React/photo/node_modules/react-google-photo",
- "author": {
- "name": "David Clark"
- },
- "bugs": {
- "url": "https://github.com/davidtheclark/no-scroll/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Disable the document's scrolling",
- "devDependencies": {
- "browser-sync": "^2.14.0",
- "browserify": "^11.0.1",
- "watchify": "^3.11.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/davidtheclark/no-scroll#readme",
- "keywords": [
- "scroll",
- "scrolling",
- "disable",
- "modal",
- "dialog"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "no-scroll",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/davidtheclark/no-scroll.git"
- },
- "scripts": {
- "demo-bundle": "browserify demo -o demo/demo-bundle.js",
- "start": "watchify demo -o demo/demo-bundle.js & browser-sync start --server --files demo/*.js --index ./demo.html"
- },
- "version": "2.1.1"
- }
|