You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
2.6 KiB

{
"_args": [
[
"spdx-expression-parse@3.0.0",
"G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin"
]
],
"_development": true,
"_from": "spdx-expression-parse@3.0.0",
"_id": "spdx-expression-parse@3.0.0",
"_inBundle": false,
"_integrity": "sha1-meEZt6XaAOBUkcn6M4t5BII7QdA=",
"_location": "/spdx-expression-parse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "spdx-expression-parse@3.0.0",
"name": "spdx-expression-parse",
"escapedName": "spdx-expression-parse",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/spdx-correct",
"/validate-npm-package-license"
],
"_resolved": "https://registry.npm.taobao.org/spdx-expression-parse/download/spdx-expression-parse-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin",
"author": {
"name": "Kyle E. Mitchell",
"email": "kyle@kemitchell.com",
"url": "http://kemitchell.com"
},
"bugs": {
"url": "https://github.com/jslicense/spdx-expression-parse.js/issues"
},
"contributors": [
{
"name": "C. Scott Ananian",
"email": "cscott@cscott.net",
"url": "http://cscott.net"
},
{
"name": "Kyle E. Mitchell",
"email": "kyle@kemitchell.com",
"url": "https://kemitchell.com"
},
{
"name": "Shinnosuke Watanabe",
"email": "snnskwtnb@gmail.com"
},
{
"name": "Antoine Motet",
"email": "antoine.motet@gmail.com"
}
],
"dependencies": {
"spdx-exceptions": "^2.1.0",
"spdx-license-ids": "^3.0.0"
},
"description": "parse SPDX license expressions",
"devDependencies": {
"defence-cli": "^2.0.1",
"mocha": "^3.4.2",
"replace-require-self": "^1.0.0",
"standard": "^10.0.2"
},
"files": [
"AUTHORS",
"index.js",
"parse.js",
"scan.js"
],
"homepage": "https://github.com/jslicense/spdx-expression-parse.js#readme",
"keywords": [
"SPDX",
"law",
"legal",
"license",
"metadata",
"package",
"package.json",
"standards"
],
"license": "MIT",
"name": "spdx-expression-parse",
"repository": {
"type": "git",
"url": "git+https://github.com/jslicense/spdx-expression-parse.js.git"
},
"scripts": {
"lint": "standard",
"test": "npm run test:mocha && npm run test:readme",
"test:mocha": "mocha test/index.js",
"test:readme": "defence -i javascript README.md | replace-require-self | node"
},
"version": "3.0.0"
}