Files
Arbitrate-FrontendH5/node_modules/connect-history-api-fallback/package.json
T

78 lines
2.0 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"connect-history-api-fallback@2.0.0",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "connect-history-api-fallback@2.0.0",
"_id": "connect-history-api-fallback@2.0.0",
"_inBundle": false,
"_integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==",
"_location": "/connect-history-api-fallback",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "connect-history-api-fallback@2.0.0",
"name": "connect-history-api-fallback",
"escapedName": "connect-history-api-fallback",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Ben Ripkens",
"email": "bripkens@gmail.com"
},
"bugs": {
"url": "https://github.com/bripkens/connect-history-api-fallback/issues"
},
"contributors": [
{
"name": "Craig Myles",
"email": "cr@igmyles.com",
"url": "http://www.craigmyles.com"
}
],
2024-01-18 10:46:33 +08:00
"description": "Provides a fallback for non-existing directories so that the HTML 5 history API can be used.",
2024-04-08 16:23:29 +08:00
"devDependencies": {
"eslint": "^5.16.0",
"jest": "^24.8.0",
"sinon": "^7.3.2"
},
"engines": {
"node": ">=0.8"
},
"files": [
"lib"
],
"homepage": "https://github.com/bripkens/connect-history-api-fallback#readme",
2024-01-18 10:46:33 +08:00
"keyswords": [
"connect",
"express",
"html5",
"history api",
"fallback",
"spa"
],
2024-04-08 16:23:29 +08:00
"license": "MIT",
2024-01-18 10:46:33 +08:00
"main": "lib/index.js",
2024-04-08 16:23:29 +08:00
"name": "connect-history-api-fallback",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bripkens/connect-history-api-fallback.git"
},
2024-01-18 10:46:33 +08:00
"scripts": {
"test": "jest && eslint lib/*.js test/*.js"
},
2024-04-08 16:23:29 +08:00
"version": "2.0.0"
2024-01-18 10:46:33 +08:00
}