Files
Arbitrate-FrontendH5/node_modules/spdx-correct/package.json
T

69 lines
1.8 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_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"
},
2024-01-18 10:46:33 +08:00
"dependencies": {
"spdx-expression-parse": "^3.0.0",
"spdx-license-ids": "^3.0.0"
},
2024-04-08 16:23:29 +08:00
"description": "correct invalid SPDX expressions",
2024-01-18 10:46:33 +08:00
"devDependencies": {
"defence-cli": "^3.0.1",
"replace-require-self": "^1.0.0",
"standard": "^14.3.4",
"standard-markdown": "^6.0.0",
"tape": "^5.0.1"
},
"files": [
"index.js"
],
2024-04-08 16:23:29 +08:00
"homepage": "https://github.com/jslicense/spdx-correct.js#readme",
2024-01-18 10:46:33 +08:00
"keywords": [
"SPDX",
"law",
"legal",
"license",
"metadata"
],
"license": "Apache-2.0",
2024-04-08 16:23:29 +08:00
"name": "spdx-correct",
"repository": {
"type": "git",
"url": "git+https://github.com/jslicense/spdx-correct.js.git"
},
2024-01-18 10:46:33 +08:00
"scripts": {
"lint": "standard && standard-markdown README.md",
"test": "defence README.md | replace-require-self | node && node test.js"
2024-04-08 16:23:29 +08:00
},
"version": "3.2.0"
2024-01-18 10:46:33 +08:00
}