视频会议上传文件
This commit is contained in:
+60
-22
@@ -1,12 +1,40 @@
|
||||
{
|
||||
"name": "csstype",
|
||||
"version": "3.1.2",
|
||||
"main": "",
|
||||
"types": "index.d.ts",
|
||||
"_args": [
|
||||
[
|
||||
"csstype@3.1.2",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_from": "csstype@3.1.2",
|
||||
"_id": "csstype@3.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==",
|
||||
"_location": "/csstype",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "csstype@3.1.2",
|
||||
"name": "csstype",
|
||||
"escapedName": "csstype",
|
||||
"rawSpec": "3.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/vue"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
|
||||
"_spec": "3.1.2",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Fredrik Nicol",
|
||||
"email": "fredrik.nicol@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/frenic/csstype/issues"
|
||||
},
|
||||
"description": "Strict TypeScript and Flow types for style based on MDN data",
|
||||
"repository": "https://github.com/frenic/csstype",
|
||||
"author": "Fredrik Nicol <fredrik.nicol@gmail.com>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/chokidar": "^2.1.3",
|
||||
"@types/css-tree": "^2.3.1",
|
||||
@@ -20,8 +48,8 @@
|
||||
"@typescript-eslint/parser": "^5.57.0",
|
||||
"chalk": "^4.1.2",
|
||||
"chokidar": "^3.5.3",
|
||||
"eslint": "^8.37.0",
|
||||
"css-tree": "^2.3.1",
|
||||
"eslint": "^8.37.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"fast-glob": "^3.2.12",
|
||||
@@ -37,23 +65,11 @@
|
||||
"turndown": "^7.1.2",
|
||||
"typescript": "~5.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__",
|
||||
"prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",
|
||||
"update": "ts-node --files update.ts",
|
||||
"build": "ts-node --files build.ts --start",
|
||||
"watch": "ts-node --files build.ts --watch",
|
||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
|
||||
"pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
|
||||
"lazy": "tsc && npm run lint",
|
||||
"test": "jest --runInBand",
|
||||
"test:src": "jest src.*.ts",
|
||||
"test:dist": "jest dist.*.ts --runInBand"
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"index.js.flow"
|
||||
],
|
||||
"homepage": "https://github.com/frenic/csstype#readme",
|
||||
"keywords": [
|
||||
"css",
|
||||
"style",
|
||||
@@ -62,5 +78,27 @@
|
||||
"typings",
|
||||
"types",
|
||||
"definitions"
|
||||
]
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "",
|
||||
"name": "csstype",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/frenic/csstype.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "ts-node --files build.ts --start",
|
||||
"lazy": "tsc && npm run lint",
|
||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
|
||||
"prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__",
|
||||
"prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",
|
||||
"pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
|
||||
"test": "jest --runInBand",
|
||||
"test:dist": "jest dist.*.ts --runInBand",
|
||||
"test:src": "jest src.*.ts",
|
||||
"update": "ts-node --files update.ts",
|
||||
"watch": "ts-node --files build.ts --watch"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "3.1.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user