视频会议上传文件
This commit is contained in:
+59
-27
@@ -1,26 +1,56 @@
|
||||
{
|
||||
"name": "@leichtgewicht/ip-codec",
|
||||
"version": "2.0.4",
|
||||
"_args": [
|
||||
[
|
||||
"@leichtgewicht/ip-codec@2.0.4",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@leichtgewicht/ip-codec@2.0.4",
|
||||
"_id": "@leichtgewicht/ip-codec@2.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==",
|
||||
"_location": "/@leichtgewicht/ip-codec",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@leichtgewicht/ip-codec@2.0.4",
|
||||
"name": "@leichtgewicht/ip-codec",
|
||||
"escapedName": "@leichtgewicht%2fip-codec",
|
||||
"scope": "@leichtgewicht",
|
||||
"rawSpec": "2.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/dns-packet"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
|
||||
"_spec": "2.0.4",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Martin Heidegger"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/martinheidegger/ip-codec/issues"
|
||||
},
|
||||
"description": "Small package to encode or decode IP addresses from buffers to strings.",
|
||||
"main": "index.cjs",
|
||||
"types": "types",
|
||||
"devDependencies": {
|
||||
"@definitelytyped/dtslint": "0.0.112",
|
||||
"c8": "^7.11.2",
|
||||
"esm2umd": "^0.2.0",
|
||||
"fresh-tape": "^5.5.3",
|
||||
"standard": "^17.0.0",
|
||||
"typescript": "^4.6.4"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./index.mjs",
|
||||
"require": "./index.cjs"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "standard && dtslint --localTs node_modules/typescript/lib types",
|
||||
"test": "npm run lint && npm run unit",
|
||||
"unit": "fresh-tape test.mjs",
|
||||
"coverage": "c8 npm run unit",
|
||||
"prepare": "node ./scripts/esm2umd.mjs ipCodec"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/martinheidegger/ip-codec.git"
|
||||
},
|
||||
"homepage": "https://github.com/martinheidegger/ip-codec#readme",
|
||||
"keywords": [
|
||||
"ip",
|
||||
"ipv4",
|
||||
@@ -30,18 +60,20 @@
|
||||
"buffer",
|
||||
"conversion"
|
||||
],
|
||||
"author": "Martin Heidegger",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/martinheidegger/ip-codec/issues"
|
||||
"main": "index.cjs",
|
||||
"name": "@leichtgewicht/ip-codec",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/martinheidegger/ip-codec.git"
|
||||
},
|
||||
"homepage": "https://github.com/martinheidegger/ip-codec#readme",
|
||||
"devDependencies": {
|
||||
"@definitelytyped/dtslint": "0.0.112",
|
||||
"c8": "^7.11.2",
|
||||
"esm2umd": "^0.2.0",
|
||||
"fresh-tape": "^5.5.3",
|
||||
"standard": "^17.0.0",
|
||||
"typescript": "^4.6.4"
|
||||
}
|
||||
"scripts": {
|
||||
"coverage": "c8 npm run unit",
|
||||
"lint": "standard && dtslint --localTs node_modules/typescript/lib types",
|
||||
"prepare": "node ./scripts/esm2umd.mjs ipCodec",
|
||||
"test": "npm run lint && npm run unit",
|
||||
"unit": "fresh-tape test.mjs"
|
||||
},
|
||||
"types": "types",
|
||||
"version": "2.0.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user