{ "_from": "@reach/router@^1.1.1", "_id": "@reach/router@1.2.1", "_inBundle": false, "_integrity": "sha512-kTaX08X4g27tzIFQGRukaHmNbtMYDS3LEWIS8+l6OayGIw6Oyo1HIF/JzeuR2FoF9z6oV+x/wJSVSq4v8tcUGQ==", "_location": "/@reach/router", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@reach/router@^1.1.1", "name": "@reach/router", "escapedName": "@reach%2frouter", "scope": "@reach", "rawSpec": "^1.1.1", "saveSpec": null, "fetchSpec": "^1.1.1" }, "_requiredBy": [ "/gatsby" ], "_resolved": "https://registry.npmjs.org/@reach/router/-/router-1.2.1.tgz", "_shasum": "34ae3541a5ac44fa7796e5506a5d7274a162be4e", "_spec": "@reach/router@^1.1.1", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby", "author": { "name": "Ryan Florence" }, "bugs": { "url": "https://github.com/reach/router/issues" }, "bundleDependencies": false, "dependencies": { "create-react-context": "^0.2.1", "invariant": "^2.2.3", "prop-types": "^15.6.1", "react-lifecycles-compat": "^3.0.4", "warning": "^3.0.0" }, "deprecated": false, "description": "Next generation Routing for React.", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6", "babel-eslint": "^7.2.3", "babel-plugin-dev-expression": "^0.2.1", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-inline-environment-variables": "^0.3.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.13", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "eslint": "^4.18.2", "eslint-config-react-app": "^2.1.0", "eslint-plugin-flowtype": "^2.34.1", "eslint-plugin-import": "^2.9.0", "eslint-plugin-jsx-a11y": "^5.1.1", "eslint-plugin-react": "^7.1.0", "gzip-size": "^4.1.0", "husky": "^0.14.3", "jest": "^22.4.2", "prettier": "^1.13.4", "pretty-bytes": "^4.0.2", "pretty-quick": "^1.6.0", "react": "16.4.1", "react-dom": "16.4.1", "react-test-renderer": "16.4", "render-markdown-js": "^1.3.0", "rollup": "^0.56.3", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^8.3.0", "rollup-plugin-node-resolve": "^3.0.3", "rollup-plugin-replace": "^2.0.0", "rollup-plugin-uglify": "^3.0.0", "watch-cli": "^0.2.2" }, "files": [ "es", "index.js", "umd", "lib" ], "homepage": "https://github.com/reach/router#readme", "jest": { "globals": { "__DEV__": true }, "testRegex": ".+\\.test\\.js$" }, "keywords": [ "react", "react router" ], "license": "MIT", "main": "index.js", "module": "es/index.js", "name": "@reach/router", "peerDependencies": { "react": "15.x || 16.x || 16.4.0-alpha.0911da3", "react-dom": "15.x || 16.x || 16.4.0-alpha.0911da3" }, "prettier": { "printWidth": 80 }, "repository": { "type": "git", "url": "git+https://github.com/reach/router.git" }, "scripts": { "build": "node build/build.js", "clean": "rm -rf lib es umd index.js", "format": "prettier '**/*.js' --write", "lint": "eslint src", "precommit": "pretty-quick --staged", "test": "jest", "watch": "watch -p \"src/**/*.js\" -c \"yarn build\"" }, "version": "1.2.1" }