You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"_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": "range",
|
|
"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.npmmirror.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
|
|
"_shasum": "647264845251a0daf25b97ce87834cace0f5f1c8",
|
|
"_spec": "connect-history-api-fallback@^2.0.0",
|
|
"_where": "D:\\xyProject\\cacfrontend\\node_modules\\webpack-dev-server",
|
|
"author": {
|
|
"name": "Ben Ripkens",
|
|
"email": "bripkens@gmail.com"
|
|
},
|
|
"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": "^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",
|
|
"keyswords": [
|
|
"connect",
|
|
"express",
|
|
"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": "jest && eslint lib/*.js test/*.js"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|