first
This commit is contained in:
73
node_modules/connect-history-api-fallback/package.json
generated
vendored
Normal file
73
node_modules/connect-history-api-fallback/package.json
generated
vendored
Normal file
@ -0,0 +1,73 @@
|
||||
{
|
||||
"_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.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
|
||||
"_shasum": "647264845251a0daf25b97ce87834cace0f5f1c8",
|
||||
"_spec": "connect-history-api-fallback@^2.0.0",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\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"
|
||||
}
|
Reference in New Issue
Block a user