innovationDriveApp/node_modules/react-router/package.json
2018-07-08 22:49:17 +10:00

131 lines
3.3 KiB
JSON

{
"_args": [
[
"react-router@4.3.1",
"/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2"
]
],
"_from": "react-router@4.3.1",
"_id": "react-router@4.3.1",
"_inBundle": false,
"_integrity": "sha512-yrvL8AogDh2X42Dt9iknk4wF4V8bWREPirFfS9gLU1huk6qK41sg7Z/1S81jjTrGHxa3B8R3J6xIkDAA6CVarg==",
"_location": "/react-router",
"_phantomChildren": {
"loose-envify": "1.3.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-router@4.3.1",
"name": "react-router",
"escapedName": "react-router",
"rawSpec": "4.3.1",
"saveSpec": null,
"fetchSpec": "4.3.1"
},
"_requiredBy": [
"/react-router-dom"
],
"_resolved": "https://registry.npmjs.org/react-router/-/react-router-4.3.1.tgz",
"_spec": "4.3.1",
"_where": "/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2",
"authors": [
"Michael Jackson",
"Ryan Florence"
],
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/ReactTraining/react-router/issues"
},
"dependencies": {
"history": "^4.7.2",
"hoist-non-react-statics": "^2.5.0",
"invariant": "^2.2.4",
"loose-envify": "^1.3.1",
"path-to-regexp": "^1.7.0",
"prop-types": "^15.6.1",
"warning": "^4.0.1"
},
"description": "Declarative routing for React",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.0.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.9.1",
"gzip-size": "^4.1.0",
"jest": "^23.1.0",
"pretty-bytes": "^5.0.0",
"raf": "^3.4.0",
"react": "^16.4.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.4.0",
"rollup": "^0.60.0",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^3.0.0"
},
"files": [
"MemoryRouter.js",
"Prompt.js",
"Redirect.js",
"Route.js",
"Router.js",
"StaticRouter.js",
"Switch.js",
"es",
"index.js",
"generatePath.js",
"matchPath.js",
"withRouter.js",
"umd"
],
"homepage": "https://github.com/ReactTraining/react-router#readme",
"jest": {
"setupFiles": [
"raf/polyfill"
]
},
"keywords": [
"react",
"router",
"route",
"routing",
"history",
"link"
],
"license": "MIT",
"main": "index.js",
"module": "es/index.js",
"name": "react-router",
"peerDependencies": {
"react": ">=15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReactTraining/react-router.git"
},
"scripts": {
"build": "node ./tools/build.js",
"clean": "git clean -fdX .",
"lint": "eslint modules",
"prepublishOnly": "node ./tools/build.js",
"test": "jest",
"watch": "babel ./modules -d . --ignore __tests__ --watch"
},
"sideEffects": false,
"version": "4.3.1"
}