| { |
| "author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)", |
| "contributors": [ |
| "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)", |
| "Dan Butvinik <butvinik@outlook.com>" |
| ], |
| "dependencies": { |
| "spdx-compare": "^1.0.0", |
| "spdx-expression-parse": "^3.0.0", |
| "spdx-ranges": "^2.0.0" |
| }, |
| "description": "test whether SPDX expressions satisfy licensing criteria", |
| "devDependencies": { |
| "defence-cli": "^2.0.1", |
| "replace-require-self": "^1.1.1", |
| "standard": "^11.0.0" |
| }, |
| "keywords": [ |
| "SPDX", |
| "law", |
| "legal", |
| "license", |
| "metadata", |
| "package", |
| "package.json", |
| "standards" |
| ], |
| "license": "MIT", |
| "name": "spdx-satisfies", |
| "repository": "kemitchell/spdx-satisfies.js", |
| "scripts": { |
| "lint": "standard", |
| "test": "defence -i javascript README.md | replace-require-self | node" |
| }, |
| "version": "4.0.1" |
| } |