Files
30-seconds-of-code/node_modules/gatsby-react-router-scroll/package.json
2019-08-20 15:52:05 +02:00

75 lines
2.4 KiB
JSON

{
"_from": "gatsby-react-router-scroll@^2.1.3",
"_id": "gatsby-react-router-scroll@2.1.3",
"_inBundle": false,
"_integrity": "sha512-es1J3xISzrjVhvMKhf9GxgVaBKpVne6/Nk05rvHU9ZVv2jn8GjlB/DrGf+Yw0LZU5fiEJ5ePBr+YffnrPDY29A==",
"_location": "/gatsby-react-router-scroll",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gatsby-react-router-scroll@^2.1.3",
"name": "gatsby-react-router-scroll",
"escapedName": "gatsby-react-router-scroll",
"rawSpec": "^2.1.3",
"saveSpec": null,
"fetchSpec": "^2.1.3"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.3.tgz",
"_shasum": "4f1654555da14b4860386fab711b3bac0e177ac5",
"_spec": "gatsby-react-router-scroll@^2.1.3",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": {
"name": "Jimmy Jia"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.0.0",
"scroll-behavior": "^0.9.9",
"warning": "^3.0.0"
},
"deprecated": false,
"description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-plugin-dev-expression": "^0.2.1",
"babel-preset-gatsby-package": "^0.2.2",
"cross-env": "^5.1.4"
},
"engines": {
"node": ">=8.0.0"
},
"gitHead": "e900ae106a535668d46fa68bc118af9381595653",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-react-router-scroll#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "index.js",
"name": "gatsby-react-router-scroll",
"peerDependencies": {
"@reach/router": "^1.0",
"gatsby": "^2.0.0",
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-react-router-scroll"
},
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
},
"version": "2.1.3"
}