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 : 3.15.26.184


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

{
  "name": "spdx-license-ids",
  "version": "1.2.2",
  "description": "A list of SPDX license identifiers",
  "repository": "shinnn/spdx-license-ids",
  "author": "Shinnosuke Watanabe (https://github.com/shinnn)",
  "scripts": {
    "build": "node --strong_mode build.js",
    "lint": "eslint --config @shinnn/node --env browser --ignore-path .gitignore .",
    "pretest": "${npm_package_scripts_build} && ${npm_package_scripts_lint}",
    "test": "node --strong_mode test.js | tap-spec",
    "coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js"
  },
  "license": "Unlicense",
  "main": "spdx-license-ids.json",
  "files": [
    "spdx-license-ids.json"
  ],
  "keywords": [
    "spdx",
    "license",
    "licenses",
    "id",
    "identifier",
    "identifiers",
    "json",
    "array",
    "oss",
    "browser",
    "client-side"
  ],
  "devDependencies": {
    "@shinnn/eslint-config-node": "^3.0.0",
    "chalk": "^1.1.3",
    "eslint": "^3.1.1",
    "get-spdx-license-ids": "^1.0.0",
    "istanbul": "^0.4.4",
    "loud-rejection": "^1.6.0",
    "rimraf-promise": "^2.0.0",
    "stringify-object": "^2.4.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.0",
    "write-file-atomically": "1.0.0"
  }
}