{
  "_args": [
    [
      "bigpicture@2.5.3",
      "D:\\Storico Web Page\\Storico\\Storico"
    ]
  ],
  "_from": "bigpicture@2.5.3",
  "_id": "bigpicture@2.5.3",
  "_inBundle": false,
  "_integrity": "sha512-BIwzQTejSjJ9JAnmaNUd/YMy025zERADRi9IpZ1bKi0jE08Z1WSD0whTKPg/XbR//qOfk03bAM81xWvNga1yeQ==",
  "_location": "/bigpicture",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "bigpicture@2.5.3",
    "name": "bigpicture",
    "escapedName": "bigpicture",
    "rawSpec": "2.5.3",
    "saveSpec": null,
    "fetchSpec": "2.5.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/bigpicture/-/bigpicture-2.5.3.tgz",
  "_spec": "2.5.3",
  "_where": "D:\\Storico Web Page\\Storico\\Storico",
  "author": {
    "name": "Henry Dollman",
    "email": "hank@henrygd.me"
  },
  "bugs": {
    "url": "https://github.com/henrygd/bigpicture/issues"
  },
  "description": "Lightweight image and video viewer, supports youtube / vimeo",
  "devDependencies": {
    "@rollup/plugin-buble": "^0.21.3",
    "gh-pages": "^2.1.1",
    "live-server": "^1.2.1",
    "npm-run-all": "^4.1.5",
    "release-it": "^13.6.2",
    "rollup": "^1.10.1",
    "rollup-plugin-size": "^0.2.0",
    "rollup-plugin-terser": "^4.0.4"
  },
  "homepage": "https://github.com/henrygd/bigpicture#readme",
  "keywords": [
    "lightbox",
    "gallery",
    "photo",
    "image",
    "video",
    "youtube",
    "vimeo",
    "iframe"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "bigpicture",
  "release-it": {
    "hooks": {
      "after:bump": "npm run build"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/henrygd/bigpicture.git"
  },
  "scripts": {
    "autobuild": "rollup -c -w",
    "build": "rollup -c",
    "deploy": "gh-pages -d example_page",
    "release": "release-it",
    "serve": "live-server example_page",
    "start": "run-p serve autobuild"
  },
  "version": "2.5.3"
}
