• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "validate-npm-package-license",
3  "description": "Give me a string and I'll tell you if it's a valid npm package license string",
4  "version": "3.0.4",
5  "author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)",
6  "contributors": [
7    "Mark Stacey <markjstacey@gmail.com>"
8  ],
9  "dependencies": {
10    "spdx-correct": "^3.0.0",
11    "spdx-expression-parse": "^3.0.0"
12  },
13  "devDependencies": {
14    "defence-cli": "^2.0.1",
15    "replace-require-self": "^1.0.0"
16  },
17  "keywords": [
18    "license",
19    "npm",
20    "package",
21    "validation"
22  ],
23  "license": "Apache-2.0",
24  "repository": "kemitchell/validate-npm-package-license.js",
25  "scripts": {
26    "test": "defence README.md | replace-require-self | node"
27  }
28}
29