{ "_from": "git+https://github.com/yeungalan/react-google-photo.git", "_id": "react-google-photo@1.0.0", "_inBundle": false, "_integrity": "", "_location": "/react-google-photo", "_phantomChildren": {}, "_requested": { "type": "git", "raw": "https://github.com/yeungalan/react-google-photo", "rawSpec": "https://github.com/yeungalan/react-google-photo", "saveSpec": "git+https://github.com/yeungalan/react-google-photo.git", "fetchSpec": "https://github.com/yeungalan/react-google-photo.git", "gitCommittish": null }, "_requiredBy": [ "#USER", "/" ], "_resolved": "git+https://github.com/yeungalan/react-google-photo.git#42fdf3807cf3a2db94aa78a9fd03cebdade16917", "_spec": "https://github.com/yeungalan/react-google-photo", "_where": "/Users/holunyeung/Documents/GitHub/Photo_React/photo", "author": { "name": "Pradel Léo", "email": "pradel.leo@gmail.com" }, "bugs": { "url": "https://github.com/pradel/react-google-photo/issues" }, "bundleDependencies": false, "dependencies": { "classnames": "^2.2.6", "no-scroll": "^2.1.1", "screenfull": "^5.0.2" }, "deprecated": false, "description": "React lightbox component using the google photo style", "devDependencies": { "@types/classnames": "2.2.10", "@types/no-scroll": "2.1.0", "@types/react": "16.9.35", "@types/react-dom": "16.9.8", "docz": "2.3.1", "husky": "4.2.5", "lint-staged": "10.2.2", "lodash.clonedeep": "4.5.0", "prettier": "2.0.5", "react": "16.13.1", "react-dom": "16.13.1", "react-photo-gallery": "8.0.0", "tsdx": "0.13.2", "tslib": "1.11.2", "typescript": "3.8.3" }, "files": [ "dist", "src" ], "homepage": "https://github.com/pradel/react-google-photo#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "react", "google", "photo", "image", "lightbox", "responsive" ], "license": "MIT", "lint-staged": { "*.{md,js,ts,tsx,json,css,scss}": [ "prettier --write", "git add" ] }, "main": "dist/index.js", "name": "react-google-photo", "peerDependencies": { "react": ">=16", "react-dom": ">=16" }, "prettier": { "singleQuote": true, "trailingComma": "es5" }, "repository": { "type": "git", "url": "git+https://github.com/pradel/react-google-photo.git" }, "scripts": { "build": "tsdx build", "docz:build": "docz build", "docz:dev": "docz dev", "lint": "tsdx lint", "prepare": "tsdx build", "prettier": "prettier --write \"**/*.{js,ts,tsx,css,scss,json,md}\"", "start": "tsdx watch", "test": "tsdx test --passWithNoTests" }, "typings": "dist/index.d.ts", "version": "1.0.0" }