package.json
3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"_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": "C:\\Users\\WP\\Desktop\\오픈소스 SW개발\\프로젝트\\TermProject\\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"
}