123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "_args": [
- [
- {
- "raw": "spdx-correct@^3.0.0",
- "scope": null,
- "escapedName": "spdx-correct",
- "name": "spdx-correct",
- "rawSpec": "^3.0.0",
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/validate-npm-package-license"
- ]
- ],
- "_from": "spdx-correct@>=3.0.0 <4.0.0",
- "_id": "spdx-correct@3.0.0",
- "_inCache": true,
- "_location": "/spdx-correct",
- "_nodeVersion": "8.9.4",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/spdx-correct_3.0.0_1519755396687_0.9923713304167039"
- },
- "_npmUser": {
- "name": "kemitchell",
- "email": "kyle@kemitchell.com"
- },
- "_npmVersion": "5.6.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "spdx-correct@^3.0.0",
- "scope": null,
- "escapedName": "spdx-correct",
- "name": "spdx-correct",
- "rawSpec": "^3.0.0",
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/validate-npm-package-license"
- ],
- "_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz",
- "_shasum": "05a5b4d7153a195bc92c3c425b69f3b2a9524c82",
- "_shrinkwrap": null,
- "_spec": "spdx-correct@^3.0.0",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/validate-npm-package-license",
- "author": {
- "name": "Kyle E. Mitchell",
- "email": "kyle@kemitchell.com",
- "url": "https://kemitchell.com"
- },
- "bugs": {
- "url": "https://github.com/jslicense/spdx-correct.js/issues"
- },
- "contributors": [
- {
- "name": "Kyle E. Mitchell",
- "email": "kyle@kemitchell.com",
- "url": "https://kemitchell.com"
- },
- {
- "name": "Christian Zommerfelds",
- "email": "aero_super@yahoo.com"
- }
- ],
- "dependencies": {
- "spdx-expression-parse": "^3.0.0",
- "spdx-license-ids": "^3.0.0"
- },
- "description": "correct invalid SPDX expressions",
- "devDependencies": {
- "defence-cli": "^2.0.1",
- "replace-require-self": "^1.0.0",
- "standard": "^11.0.0",
- "standard-markdown": "^4.0.2",
- "tape": "^4.9.0"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-N19o9z5cEyc8yQQPukRCZ9EUmb4HUpnrmaL/fxS2pBo2jbfcFRVuFZ/oFC+vZz0MNNk0h80iMn5/S6qGZOL5+g==",
- "shasum": "05a5b4d7153a195bc92c3c425b69f3b2a9524c82",
- "tarball": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz",
- "fileCount": 4,
- "unpackedSize": 20843
- },
- "files": [
- "index.js"
- ],
- "gitHead": "ae4124a26e862181d16d745b5b9ac6838e4a6109",
- "homepage": "https://github.com/jslicense/spdx-correct.js#readme",
- "keywords": [
- "SPDX",
- "law",
- "legal",
- "license",
- "metadata"
- ],
- "license": "Apache-2.0",
- "maintainers": [
- {
- "name": "kemitchell",
- "email": "kyle@kemitchell.com"
- }
- ],
- "name": "spdx-correct",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jslicense/spdx-correct.js.git"
- },
- "scripts": {
- "lint": "standard && standard-markdown",
- "test": "defence README.md | replace-require-self | node && node test.js"
- },
- "version": "3.0.0"
- }
|