{
  "_args": [
    [
      "react-router-transition@2.1.0",
      "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend"
    ]
  ],
  "_from": "react-router-transition@2.1.0",
  "_id": "react-router-transition@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-vL0JczAcs4s5MjWm1DSitoap9KRqE1m7YZopIXiT4x6NVrqXs9CGH1uLBBSZ3rJFwGBQRgsfY7NFe2ygDfGQ2Q==",
  "_location": "/react-router-transition",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-router-transition@2.1.0",
    "name": "react-router-transition",
    "escapedName": "react-router-transition",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-router-transition/-/react-router-transition-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend",
  "author": {
    "name": "maisano"
  },
  "bugs": {
    "url": "https://github.com/maisano/react-router-transition/issues"
  },
  "dependencies": {
    "prop-types": "^15.7.2",
    "react-motion": "^0.5.2"
  },
  "description": "A thin layer over react-motion for animating routes in react-router.",
  "devDependencies": {
    "@babel/cli": "^7.6.2",
    "@babel/core": "^7.6.2",
    "@babel/preset-env": "^7.6.2",
    "@babel/preset-react": "^7.0.0",
    "prettier": "^1.18.2",
    "react": "^16.10.2",
    "react-dom": "^16.10.2",
    "react-router-dom": "^5.1.2"
  },
  "homepage": "https://github.com/maisano/react-router-transition#readme",
  "keywords": [
    "react",
    "react-router",
    "react-motion",
    "animation",
    "transition"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "react-router-transition",
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "react-router-dom": "^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maisano/react-router-transition.git"
  },
  "scripts": {
    "build": "babel index.js --out-dir lib",
    "clean": "rm -rf lib",
    "gh-pages": "git b -D gh-pages && git co -b gh-pages && (cd example && npm run build) && cp example/{index.html,bundle.js} ./ && cp index.html 404.html && git add . && git commit -m 'gh-pages' && git push origin gh-pages --force",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "2.1.0"
}
