视频会议上传文件

This commit is contained in:
gyj
2024-04-08 16:23:29 +08:00
parent c098116879
commit a551f33a6e
1272 changed files with 84366 additions and 63430 deletions
+60 -28
View File
@@ -1,35 +1,41 @@
{
"name": "lines-and-columns",
"version": "1.2.4",
"description": "Maps lines and columns to character offsets and back.",
"keywords": [
"lines",
"columns",
"parser"
"_args": [
[
"lines-and-columns@1.2.4",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"homepage": "https://github.com/eventualbuddha/lines-and-columns#readme",
"_development": true,
"_from": "lines-and-columns@1.2.4",
"_id": "lines-and-columns@1.2.4",
"_inBundle": false,
"_integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
"_location": "/lines-and-columns",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "lines-and-columns@1.2.4",
"name": "lines-and-columns",
"escapedName": "lines-and-columns",
"rawSpec": "1.2.4",
"saveSpec": null,
"fetchSpec": "1.2.4"
},
"_requiredBy": [
"/parse-json"
],
"_resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
"_spec": "1.2.4",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Brian Donovan",
"email": "brian@donovans.cc"
},
"bugs": {
"url": "https://github.com/eventualbuddha/lines-and-columns/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/eventualbuddha/lines-and-columns.git"
},
"license": "MIT",
"author": "Brian Donovan <brian@donovans.cc>",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"build"
],
"scripts": {
"build:watch": "tsc --build tsconfig.build.json --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "is-ci test:coverage test:watch",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"description": "Maps lines and columns to character offsets and back.",
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/node": "^16.11.9",
@@ -45,5 +51,31 @@
"prettier": "^2.4.1",
"semantic-release": "^18.0.0",
"typescript": "^4.5.2"
}
},
"files": [
"build"
],
"homepage": "https://github.com/eventualbuddha/lines-and-columns#readme",
"keywords": [
"lines",
"columns",
"parser"
],
"license": "MIT",
"main": "./build/index.js",
"name": "lines-and-columns",
"repository": {
"type": "git",
"url": "git+https://github.com/eventualbuddha/lines-and-columns.git"
},
"scripts": {
"build:watch": "tsc --build tsconfig.build.json --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "is-ci test:coverage test:watch",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"types": "./build/index.d.ts",
"version": "1.2.4"
}