package.json
2.08 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
{
"_from": "connect-history-api-fallback@^1.3.0",
"_id": "connect-history-api-fallback@1.5.0",
"_inBundle": false,
"_integrity": "sha1-sGhzk0vF40T+9hGhlqb6rgruAVo=",
"_location": "/connect-history-api-fallback",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "connect-history-api-fallback@^1.3.0",
"name": "connect-history-api-fallback",
"escapedName": "connect-history-api-fallback",
"rawSpec": "^1.3.0",
"saveSpec": null,
"fetchSpec": "^1.3.0"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.5.0.tgz",
"_shasum": "b06873934bc5e344fef611a196a6faae0aee015a",
"_spec": "connect-history-api-fallback@^1.3.0",
"_where": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\一二三\\src\\finance_serv\\node_modules\\webpack-dev-server",
"author": {
"name": "Ben Ripkens",
"email": "bripkens.dev@gmail.com",
"url": "http://bripkens.de"
},
"bugs": {
"url": "https://github.com/bripkens/connect-history-api-fallback/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Craig Myles",
"email": "cr@igmyles.com",
"url": "http://www.craigmyles.com"
}
],
"deprecated": false,
"description": "Provides a fallback for non-existing directories so that the HTML 5 history API can be used.",
"devDependencies": {
"eslint": "^0.18.0",
"nodeunit": "^0.9.1",
"sinon": "^1.14.1"
},
"engines": {
"node": ">=0.8"
},
"files": [
"lib"
],
"homepage": "https://github.com/bripkens/connect-history-api-fallback#readme",
"keyswords": [
"connect",
"html5",
"history api",
"fallback",
"spa"
],
"license": "MIT",
"main": "lib/index.js",
"name": "connect-history-api-fallback",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bripkens/connect-history-api-fallback.git"
},
"scripts": {
"test": "eslint lib/index.js test/index_test.js && nodeunit test/index_test.js"
},
"version": "1.5.0"
}