视频会议上传文件
This commit is contained in:
+56
-20
@@ -1,25 +1,42 @@
|
||||
{
|
||||
"name": "v8-compile-cache",
|
||||
"version": "2.4.0",
|
||||
"description": "Require hook for automatic V8 compile cache persistence",
|
||||
"main": "v8-compile-cache.js",
|
||||
"scripts": {
|
||||
"bench": "bench/run.sh",
|
||||
"eslint": "eslint --max-warnings=0 .",
|
||||
"tap": "tap test/*-test.js",
|
||||
"test": "npm run tap",
|
||||
"posttest": "npm run eslint"
|
||||
},
|
||||
"author": "Andres Suarez <zertosh@gmail.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zertosh/v8-compile-cache.git"
|
||||
},
|
||||
"files": [
|
||||
"v8-compile-cache.js"
|
||||
"_args": [
|
||||
[
|
||||
"v8-compile-cache@2.4.0",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"license": "MIT",
|
||||
"_development": true,
|
||||
"_from": "v8-compile-cache@2.4.0",
|
||||
"_id": "v8-compile-cache@2.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==",
|
||||
"_location": "/v8-compile-cache",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "v8-compile-cache@2.4.0",
|
||||
"name": "v8-compile-cache",
|
||||
"escapedName": "v8-compile-cache",
|
||||
"rawSpec": "2.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz",
|
||||
"_spec": "2.4.0",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Andres Suarez",
|
||||
"email": "zertosh@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/zertosh/v8-compile-cache/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Require hook for automatic V8 compile cache persistence",
|
||||
"devDependencies": {
|
||||
"babel-core": "6.26.3",
|
||||
"eslint": "^7.12.1",
|
||||
@@ -30,5 +47,24 @@
|
||||
"tap": "^9.0.0",
|
||||
"temp": "^0.8.3",
|
||||
"yarn": "1.22.10"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"v8-compile-cache.js"
|
||||
],
|
||||
"homepage": "https://github.com/zertosh/v8-compile-cache#readme",
|
||||
"license": "MIT",
|
||||
"main": "v8-compile-cache.js",
|
||||
"name": "v8-compile-cache",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/zertosh/v8-compile-cache.git"
|
||||
},
|
||||
"scripts": {
|
||||
"bench": "bench/run.sh",
|
||||
"eslint": "eslint --max-warnings=0 .",
|
||||
"posttest": "npm run eslint",
|
||||
"tap": "tap test/*-test.js",
|
||||
"test": "npm run tap"
|
||||
},
|
||||
"version": "2.4.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user