麦克风,摄像头,屏幕共享页面
This commit is contained in:
+96
-63
@@ -1,44 +1,35 @@
|
||||
{
|
||||
"name": "memfs",
|
||||
"version": "3.5.3",
|
||||
"description": "In-memory file-system with Node's fs API.",
|
||||
"keywords": [
|
||||
"fs",
|
||||
"filesystem",
|
||||
"fs.js",
|
||||
"memory-fs",
|
||||
"memfs",
|
||||
"file",
|
||||
"file system",
|
||||
"mount",
|
||||
"memory",
|
||||
"in-memory",
|
||||
"virtual",
|
||||
"test",
|
||||
"testing",
|
||||
"mock"
|
||||
"_args": [
|
||||
[
|
||||
"memfs@3.5.3",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/streamich/memfs.git"
|
||||
"_development": true,
|
||||
"_from": "memfs@3.5.3",
|
||||
"_id": "memfs@3.5.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==",
|
||||
"_location": "/memfs",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "memfs@3.5.3",
|
||||
"name": "memfs",
|
||||
"escapedName": "memfs",
|
||||
"rawSpec": "3.5.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.5.3"
|
||||
},
|
||||
"license": "Unlicense",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"files": [
|
||||
"lib"
|
||||
"_requiredBy": [
|
||||
"/webpack-dev-middleware"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc -p . && cp src/getBigInt.js lib/",
|
||||
"clean": "rimraf lib types",
|
||||
"prettier": "prettier --ignore-path .gitignore --write \"src/**/*.{ts,js}\"",
|
||||
"prettier:diff": "prettier -l \"src/**/*.{ts,js}\"",
|
||||
"test": "jest --maxWorkers 2",
|
||||
"test:coverage": "jest --coverage",
|
||||
"test:watch": "jest --watch",
|
||||
"tslint": "tslint \"src/**/*.ts\" -t verbose",
|
||||
"typecheck": "tsc -p .",
|
||||
"watch": "watch \"npm run build\" ./src"
|
||||
"_resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz",
|
||||
"_spec": "3.5.3",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"bugs": {
|
||||
"url": "https://github.com/streamich/memfs/issues"
|
||||
},
|
||||
"commitlint": {
|
||||
"extends": [
|
||||
@@ -50,34 +41,10 @@
|
||||
"path": "git-cz"
|
||||
}
|
||||
},
|
||||
"release": {
|
||||
"prepare": [
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/npm",
|
||||
"@semantic-release/git"
|
||||
],
|
||||
"verifyConditions": [
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/npm",
|
||||
"@semantic-release/git"
|
||||
]
|
||||
},
|
||||
"jest": {
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
"tsx",
|
||||
"js",
|
||||
"jsx"
|
||||
],
|
||||
"testEnvironment": "node",
|
||||
"testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$",
|
||||
"transform": {
|
||||
"^.+\\.tsx?$": "ts-jest"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-monkey": "^1.0.4"
|
||||
},
|
||||
"description": "In-memory file-system with Node's fs API.",
|
||||
"devDependencies": {
|
||||
"@semantic-release/changelog": "^6.0.1",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
@@ -98,5 +65,71 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4.0.0"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/streamich/memfs#readme",
|
||||
"jest": {
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
"tsx",
|
||||
"js",
|
||||
"jsx"
|
||||
],
|
||||
"testEnvironment": "node",
|
||||
"testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$",
|
||||
"transform": {
|
||||
"^.+\\.tsx?$": "ts-jest"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"fs",
|
||||
"filesystem",
|
||||
"fs.js",
|
||||
"memory-fs",
|
||||
"memfs",
|
||||
"file",
|
||||
"file system",
|
||||
"mount",
|
||||
"memory",
|
||||
"in-memory",
|
||||
"virtual",
|
||||
"test",
|
||||
"testing",
|
||||
"mock"
|
||||
],
|
||||
"license": "Unlicense",
|
||||
"main": "lib/index.js",
|
||||
"name": "memfs",
|
||||
"release": {
|
||||
"prepare": [
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/npm",
|
||||
"@semantic-release/git"
|
||||
],
|
||||
"verifyConditions": [
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/npm",
|
||||
"@semantic-release/git"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/streamich/memfs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -p . && cp src/getBigInt.js lib/",
|
||||
"clean": "rimraf lib types",
|
||||
"prettier": "prettier --ignore-path .gitignore --write \"src/**/*.{ts,js}\"",
|
||||
"prettier:diff": "prettier -l \"src/**/*.{ts,js}\"",
|
||||
"test": "jest --maxWorkers 2",
|
||||
"test:coverage": "jest --coverage",
|
||||
"test:watch": "jest --watch",
|
||||
"tslint": "tslint \"src/**/*.ts\" -t verbose",
|
||||
"typecheck": "tsc -p .",
|
||||
"watch": "watch \"npm run build\" ./src"
|
||||
},
|
||||
"types": "lib/index.d.ts",
|
||||
"version": "3.5.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user