UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

32 lines (31 loc) 1.02 kB
{ "name": "validate-npm-package-license", "description": "Give me a string and I'll tell you if it's a valid npm package license string", "version": "3.0.4", "author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)", "contributors": [ "Mark Stacey <markjstacey@gmail.com>" ], "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" }, "devDependencies": { "defence-cli": "^2.0.1", "replace-require-self": "^1.0.0" }, "keywords": [ "license", "npm", "package", "validation" ], "license": "Apache-2.0", "repository": "kemitchell/validate-npm-package-license.js", "scripts": { "test": "defence README.md | replace-require-self | node" } ,"_resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz" ,"_integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" ,"_from": "validate-npm-package-license@3.0.4" }