视频会议上传文件
This commit is contained in:
+59
-24
@@ -1,30 +1,44 @@
|
||||
{
|
||||
"name": "consolidate",
|
||||
"description": "Template engine consolidation library",
|
||||
"version": "0.15.1",
|
||||
"homepage": "https://github.com/tj/consolidate.js",
|
||||
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
||||
"repository": "tj/consolidate.js",
|
||||
"_args": [
|
||||
[
|
||||
"consolidate@0.15.1",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "consolidate@0.15.1",
|
||||
"_id": "consolidate@0.15.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==",
|
||||
"_location": "/consolidate",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "consolidate@0.15.1",
|
||||
"name": "consolidate",
|
||||
"escapedName": "consolidate",
|
||||
"rawSpec": "0.15.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.15.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@vue/component-compiler-utils"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/consolidate/-/consolidate-0.15.1.tgz",
|
||||
"_spec": "0.15.1",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "TJ Holowaychuk",
|
||||
"email": "tj@vision-media.ca"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/tj/consolidate.js/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"pretest": "npm run lint",
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "^3.1.1"
|
||||
},
|
||||
"description": "Template engine consolidation library",
|
||||
"devDependencies": {
|
||||
"arc-templates": "^0.5.1",
|
||||
"atpl": ">=0.7.6",
|
||||
@@ -69,8 +83,8 @@
|
||||
"react-dom": "^15.3.2",
|
||||
"should": "*",
|
||||
"slm": "^0.5.0",
|
||||
"swig-templates": "^2.0.2",
|
||||
"swig": "^1.4.1",
|
||||
"swig-templates": "^2.0.2",
|
||||
"teacup": "^2.0.0",
|
||||
"templayed": ">=0.2.3",
|
||||
"tinyliquid": "^0.2.30",
|
||||
@@ -78,13 +92,34 @@
|
||||
"twig": "^0.10.0",
|
||||
"underscore": "^1.3.3",
|
||||
"vash": "^0.12.2",
|
||||
"velocityjs": "^0.8.2",
|
||||
"walrus": "^0.10.1",
|
||||
"whiskers": "^0.4.0",
|
||||
"velocityjs": "^0.8.2"
|
||||
"whiskers": "^0.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/tj/consolidate.js",
|
||||
"keywords": [
|
||||
"engine",
|
||||
"template",
|
||||
"view"
|
||||
]
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "consolidate",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/tj/consolidate.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"pretest": "npm run lint",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "0.15.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user