视频会议上传文件
This commit is contained in:
+74
-41
@@ -1,30 +1,41 @@
|
||||
{
|
||||
"name": "html-entities",
|
||||
"version": "2.4.0",
|
||||
"description": "Fastest HTML entities encode/decode library.",
|
||||
"keywords": [
|
||||
"html",
|
||||
"html entities",
|
||||
"html entities encode",
|
||||
"html entities decode",
|
||||
"entities",
|
||||
"entities encode",
|
||||
"entities decode"
|
||||
"_args": [
|
||||
[
|
||||
"html-entities@2.4.0",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "html-entities@2.4.0",
|
||||
"_id": "html-entities@2.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==",
|
||||
"_location": "/html-entities",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "html-entities@2.4.0",
|
||||
"name": "html-entities",
|
||||
"escapedName": "html-entities",
|
||||
"rawSpec": "2.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webpack-dev-server"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz",
|
||||
"_spec": "2.4.0",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Marat Dulin",
|
||||
"email": "mdevils@yandex.ru"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/mdevils"
|
||||
},
|
||||
{
|
||||
"type": "patreon",
|
||||
"url": "https://patreon.com/mdevils"
|
||||
}
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/mdevils/html-entities/issues"
|
||||
},
|
||||
"description": "Fastest HTML entities encode/decode library.",
|
||||
"devDependencies": {
|
||||
"@types/benchmark": "^2.1.0",
|
||||
"@types/chai": "^4.2.11",
|
||||
@@ -51,33 +62,55 @@
|
||||
"typescript": "^3.8.3",
|
||||
"typescript-transform-macros": "^1.1.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mdevils/html-entities.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"main": "./lib/index.js",
|
||||
"typings": "./lib/index.d.ts",
|
||||
"types": "./lib/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "TS_NODE_COMPILER=ttypescript mocha --recursive -r ts-node/register test/**/*.ts",
|
||||
"test:lib": "TEST_LIB=1 npm run test",
|
||||
"benchmark": "TS_NODE_COMPILER=ttypescript ts-node benchmark/benchmark",
|
||||
"lint": "eslint src/**.ts",
|
||||
"flow-type-gen": "flowgen --add-flow-header lib/index.d.ts -o lib/index.js.flow",
|
||||
"remove-unused-declarations": "find lib -type f \\( -name '*.d.ts' ! -name index.d.ts \\) | xargs rm",
|
||||
"minimize-lib-files": "find lib -type f \\( -name '*.js' ! -name index.js \\) | while read fn; do terser $fn -o $fn; done",
|
||||
"build": "rm -Rf lib/* && ttsc && npm run remove-unused-declarations && npm run flow-type-gen && npm run minimize-lib-files && npm run test:lib",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"LICENSE"
|
||||
],
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/mdevils"
|
||||
},
|
||||
{
|
||||
"type": "patreon",
|
||||
"url": "https://patreon.com/mdevils"
|
||||
}
|
||||
],
|
||||
"homepage": "https://github.com/mdevils/html-entities#readme",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "npm run lint && npm run test"
|
||||
}
|
||||
},
|
||||
"license": "MIT"
|
||||
"keywords": [
|
||||
"html",
|
||||
"html entities",
|
||||
"html entities encode",
|
||||
"html entities decode",
|
||||
"entities",
|
||||
"entities encode",
|
||||
"entities decode"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "html-entities",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mdevils/html-entities.git"
|
||||
},
|
||||
"scripts": {
|
||||
"benchmark": "TS_NODE_COMPILER=ttypescript ts-node benchmark/benchmark",
|
||||
"build": "rm -Rf lib/* && ttsc && npm run remove-unused-declarations && npm run flow-type-gen && npm run minimize-lib-files && npm run test:lib",
|
||||
"flow-type-gen": "flowgen --add-flow-header lib/index.d.ts -o lib/index.js.flow",
|
||||
"lint": "eslint src/**.ts",
|
||||
"minimize-lib-files": "find lib -type f \\( -name '*.js' ! -name index.js \\) | while read fn; do terser $fn -o $fn; done",
|
||||
"prepublishOnly": "npm run build",
|
||||
"remove-unused-declarations": "find lib -type f \\( -name '*.d.ts' ! -name index.d.ts \\) | xargs rm",
|
||||
"test": "TS_NODE_COMPILER=ttypescript mocha --recursive -r ts-node/register test/**/*.ts",
|
||||
"test:lib": "TEST_LIB=1 npm run test"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"types": "./lib/index.d.ts",
|
||||
"typings": "./lib/index.d.ts",
|
||||
"version": "2.4.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user