|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- {
- "_args": [
- [
- "react-router-dom@4.3.1",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "react-router-dom@4.3.1",
- "_id": "react-router-dom@4.3.1",
- "_inBundle": false,
- "_integrity": "sha512-c/MlywfxDdCp7EnB7YfPMOfMD3tOtIjrQlj/CKfNMBxdmpJP8xcz5P/UAFn3JbnQCNUxsHyVVqllF9LhgVyFCA==",
- "_location": "/react-router-dom",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "react-router-dom@4.3.1",
- "name": "react-router-dom",
- "escapedName": "react-router-dom",
- "rawSpec": "4.3.1",
- "saveSpec": null,
- "fetchSpec": "4.3.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-4.3.1.tgz",
- "_spec": "4.3.1",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "authors": [
- "Michael Jackson",
- "Ryan Florence"
- ],
- "browserify": {
- "transform": [
- "loose-envify"
- ]
- },
- "bugs": {
- "url": "https://github.com/ReactTraining/react-router/issues"
- },
- "dependencies": {
- "history": "^4.7.2",
- "invariant": "^2.2.4",
- "loose-envify": "^1.3.1",
- "prop-types": "^15.6.1",
- "react-router": "^4.3.1",
- "warning": "^4.0.1"
- },
- "description": "DOM bindings for React Router",
- "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-imports": "^1.5.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": [
- "BrowserRouter.js",
- "HashRouter.js",
- "Link.js",
- "MemoryRouter.js",
- "NavLink.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-dom",
- "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"
- }
|