视频会议上传文件
This commit is contained in:
+62
-25
@@ -1,7 +1,60 @@
|
||||
{
|
||||
"name": "connect-history-api-fallback",
|
||||
"version": "2.0.0",
|
||||
"_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"
|
||||
}
|
||||
],
|
||||
"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",
|
||||
@@ -10,31 +63,15 @@
|
||||
"fallback",
|
||||
"spa"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=0.8"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/bripkens/connect-history-api-fallback.git"
|
||||
},
|
||||
"author": {
|
||||
"name": "Ben Ripkens",
|
||||
"email": "bripkens@gmail.com"
|
||||
},
|
||||
"contributors": [
|
||||
"Craig Myles <cr@igmyles.com> (http://www.craigmyles.com)"
|
||||
],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"eslint": "^5.16.0",
|
||||
"jest": "^24.8.0",
|
||||
"sinon": "^7.3.2"
|
||||
}
|
||||
"version": "2.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user