| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "_from": "history@^4.9.0",
- "_id": "history@4.10.1",
- "_inBundle": false,
- "_integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==",
- "_location": "/history",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "history@^4.9.0",
- "name": "history",
- "escapedName": "history",
- "rawSpec": "^4.9.0",
- "saveSpec": null,
- "fetchSpec": "^4.9.0"
- },
- "_requiredBy": [
- "/react-router",
- "/react-router-dom"
- ],
- "_resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
- "_shasum": "33371a65e3a83b267434e2b3f3b1b4c58aad4cf3",
- "_spec": "history@^4.9.0",
- "_where": "G:\\micro\\react\\cld2_react\\node_modules\\react-router-dom",
- "author": {
- "name": "Michael Jackson"
- },
- "browserify": {
- "transform": [
- "loose-envify"
- ]
- },
- "bugs": {
- "url": "https://github.com/ReactTraining/history/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/runtime": "^7.1.2",
- "loose-envify": "^1.2.0",
- "resolve-pathname": "^3.0.0",
- "tiny-invariant": "^1.0.2",
- "tiny-warning": "^1.0.0",
- "value-equal": "^1.0.1"
- },
- "deprecated": false,
- "description": "Manage session history with JavaScript",
- "devDependencies": {
- "@babel/core": "^7.1.2",
- "@babel/plugin-transform-object-assign": "^7.0.0",
- "@babel/plugin-transform-runtime": "^7.1.0",
- "@babel/preset-env": "^7.1.0",
- "babel-core": "^7.0.0-bridge.0",
- "babel-eslint": "^7.0.0",
- "babel-loader": "^8.0.4",
- "babel-plugin-dev-expression": "^0.2.1",
- "eslint": "^3.3.0",
- "eslint-plugin-import": "^2.0.0",
- "expect": "^21.0.0",
- "jest-mock": "^21.0.0",
- "karma": "^3.1.3",
- "karma-browserstack-launcher": "^1.3.0",
- "karma-chrome-launcher": "^2.2.0",
- "karma-firefox-launcher": "^1.1.0",
- "karma-mocha": "^1.3.0",
- "karma-mocha-reporter": "^2.2.5",
- "karma-sourcemap-loader": "^0.3.7",
- "karma-webpack": "^3.0.5",
- "mocha": "^5.2.0",
- "rollup": "^0.66.6",
- "rollup-plugin-babel": "^4.0.3",
- "rollup-plugin-commonjs": "^9.2.0",
- "rollup-plugin-node-resolve": "^3.4.0",
- "rollup-plugin-replace": "^2.1.0",
- "rollup-plugin-size-snapshot": "^0.7.0",
- "rollup-plugin-uglify": "^6.0.0",
- "webpack": "^3.12.0"
- },
- "files": [
- "DOMUtils.js",
- "ExecutionEnvironment.js",
- "LocationUtils.js",
- "PathUtils.js",
- "cjs",
- "createBrowserHistory.js",
- "createHashHistory.js",
- "createMemoryHistory.js",
- "createTransitionManager.js",
- "es",
- "esm",
- "umd",
- "warnAboutDeprecatedCJSRequire.js"
- ],
- "homepage": "https://github.com/ReactTraining/history#readme",
- "keywords": [
- "history",
- "location"
- ],
- "license": "MIT",
- "main": "index.js",
- "module": "esm/history.js",
- "name": "history",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ReactTraining/history.git"
- },
- "scripts": {
- "build": "rollup -c",
- "clean": "git clean -fdX .",
- "lint": "eslint modules",
- "prepublishOnly": "yarn build",
- "test": "karma start --single-run"
- },
- "sideEffects": false,
- "unpkg": "umd/history.js",
- "version": "4.10.1"
- }
|