{ "_from": "gatsby-plugin-transition-link@^1.12.4", "_id": "gatsby-plugin-transition-link@1.12.4", "_inBundle": false, "_integrity": "sha512-+1j/knyO/7soWAokoWvNuta8EzEmBVgsPMQh+8QxHVmwMfhzh+o6AnvPITWgcjFShbb6sC91JO/LQze3T52jeQ==", "_location": "/gatsby-plugin-transition-link", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "gatsby-plugin-transition-link@^1.12.4", "name": "gatsby-plugin-transition-link", "escapedName": "gatsby-plugin-transition-link", "rawSpec": "^1.12.4", "saveSpec": null, "fetchSpec": "^1.12.4" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/gatsby-plugin-transition-link/-/gatsby-plugin-transition-link-1.12.4.tgz", "_shasum": "2720ec154e28981de906c200c16a240d6cb59cba", "_spec": "gatsby-plugin-transition-link@^1.12.4", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code", "author": { "name": "Tyler Barnes", "email": "tyler@known.design" }, "bugs": { "url": "https://github.com/TylerBarnes/gatsby-plugin-transition-link/issues" }, "bundleDependencies": false, "dependencies": { "babel-preset-gatsby-package": "^0.1.2", "color-convert": "^1.9.3", "cross-env": "^5.2.0", "json-bump": "^0.1.3", "polyfill-array-includes": "^1.0.0", "react-transition-group": "^2.5.0", "requestanimationframe-timer": "^1.0.4" }, "deprecated": false, "description": "A link component for page transitions in gatsby.", "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "rimraf": "^2.6.2", "standard-version": "^5.0.2" }, "homepage": "https://gatsby-plugin-transition-link.netlify.com/", "keywords": [ "gatsby", "gatsby-plugin", "animation", "page transitions", "gsap", "css", "react animation" ], "license": "MIT", "main": "index.js", "name": "gatsby-plugin-transition-link", "peerDependencies": { "react": "^16.8.5" }, "repository": { "type": "git", "url": "git+https://github.com/TylerBarnes/gatsby-plugin-transition-link.git" }, "scripts": { "build": "yarn copy-files && babel src --out-dir lib --copy-files --ignore **/__tests__", "copy-files": "mkdir lib || true && cp .eslintrc.json readme.md package.json lib", "npm-publish": "git push --follow-tags origin master && yarn build && cd lib && npm publish && cd ../", "release": "standard-version", "watch": "yarn copy-files && babel -w src --out-dir lib --copy-files --ignore **/__tests__" }, "version": "1.12.4" }