视频会议上传文件
This commit is contained in:
+41
-5
@@ -1,11 +1,41 @@
|
||||
{
|
||||
"name": "spdx-correct",
|
||||
"description": "correct invalid SPDX expressions",
|
||||
"version": "3.2.0",
|
||||
"_args": [
|
||||
[
|
||||
"spdx-correct@3.2.0",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "spdx-correct@3.2.0",
|
||||
"_id": "spdx-correct@3.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
|
||||
"_location": "/spdx-correct",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "spdx-correct@3.2.0",
|
||||
"name": "spdx-correct",
|
||||
"escapedName": "spdx-correct",
|
||||
"rawSpec": "3.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/validate-npm-package-license"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
|
||||
"_spec": "3.2.0",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jslicense/spdx-correct.js/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"spdx-expression-parse": "^3.0.0",
|
||||
"spdx-license-ids": "^3.0.0"
|
||||
},
|
||||
"description": "correct invalid SPDX expressions",
|
||||
"devDependencies": {
|
||||
"defence-cli": "^3.0.1",
|
||||
"replace-require-self": "^1.0.0",
|
||||
@@ -16,6 +46,7 @@
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jslicense/spdx-correct.js#readme",
|
||||
"keywords": [
|
||||
"SPDX",
|
||||
"law",
|
||||
@@ -24,9 +55,14 @@
|
||||
"metadata"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"repository": "jslicense/spdx-correct.js",
|
||||
"name": "spdx-correct",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jslicense/spdx-correct.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "standard && standard-markdown README.md",
|
||||
"test": "defence README.md | replace-require-self | node && node test.js"
|
||||
}
|
||||
},
|
||||
"version": "3.2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user