麦克风,摄像头,屏幕共享页面
This commit is contained in:
+70
-37
@@ -1,36 +1,38 @@
|
||||
{
|
||||
"name": "fs-monkey",
|
||||
"version": "1.0.5",
|
||||
"description": "Monkey patches for file system related things.",
|
||||
"main": "lib/index.js",
|
||||
"license": "Unlicense",
|
||||
"keywords": [
|
||||
"fs",
|
||||
"file",
|
||||
"file system",
|
||||
"monkey",
|
||||
"fsmonkey",
|
||||
"monkeyfs",
|
||||
"monkeypatch",
|
||||
"patch"
|
||||
"_args": [
|
||||
[
|
||||
"fs-monkey@1.0.5",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"files": [
|
||||
"lib",
|
||||
"!lib/__tests__",
|
||||
"docs"
|
||||
"_development": true,
|
||||
"_from": "fs-monkey@1.0.5",
|
||||
"_id": "fs-monkey@1.0.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==",
|
||||
"_location": "/fs-monkey",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "fs-monkey@1.0.5",
|
||||
"name": "fs-monkey",
|
||||
"escapedName": "fs-monkey",
|
||||
"rawSpec": "1.0.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/memfs"
|
||||
],
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/streamich/fs-monkey.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel src --out-dir lib",
|
||||
"test": "jest"
|
||||
"_resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.5.tgz",
|
||||
"_spec": "1.0.5",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"bugs": {
|
||||
"url": "https://github.com/streamich/fs-monkey/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Monkey patches for file system related things.",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.18.6",
|
||||
"@babel/core": "^7.18.6",
|
||||
@@ -45,6 +47,37 @@
|
||||
"semantic-release": "^19.0.3",
|
||||
"source-map-support": "^0.5.21"
|
||||
},
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"!lib/__tests__",
|
||||
"docs"
|
||||
],
|
||||
"homepage": "https://github.com/streamich/fs-monkey#readme",
|
||||
"jest": {
|
||||
"collectCoverageFrom": [
|
||||
"src/**/*.js"
|
||||
],
|
||||
"transform": {
|
||||
"^.+\\.jsx?$": "babel-jest"
|
||||
},
|
||||
"testRegex": ".*(__tests__/|/test/unit/).*(test|spec)\\.(t|j)sx?$"
|
||||
},
|
||||
"keywords": [
|
||||
"fs",
|
||||
"file",
|
||||
"file system",
|
||||
"monkey",
|
||||
"fsmonkey",
|
||||
"monkeyfs",
|
||||
"monkeypatch",
|
||||
"patch"
|
||||
],
|
||||
"license": "Unlicense",
|
||||
"main": "lib/index.js",
|
||||
"name": "fs-monkey",
|
||||
"release": {
|
||||
"verifyConditions": [
|
||||
"@semantic-release/changelog",
|
||||
@@ -57,13 +90,13 @@
|
||||
"@semantic-release/git"
|
||||
]
|
||||
},
|
||||
"jest": {
|
||||
"collectCoverageFrom": [
|
||||
"src/**/*.js"
|
||||
],
|
||||
"transform": {
|
||||
"^.+\\.jsx?$": "babel-jest"
|
||||
},
|
||||
"testRegex": ".*(__tests__/|/test/unit/).*(test|spec)\\.(t|j)sx?$"
|
||||
}
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/streamich/fs-monkey.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel src --out-dir lib",
|
||||
"test": "jest"
|
||||
},
|
||||
"version": "1.0.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user