1{ 2 "_from": "spdx-correct@^3.0.0", 3 "_id": "spdx-correct@3.0.0", 4 "_inBundle": false, 5 "_integrity": "sha512-N19o9z5cEyc8yQQPukRCZ9EUmb4HUpnrmaL/fxS2pBo2jbfcFRVuFZ/oFC+vZz0MNNk0h80iMn5/S6qGZOL5+g==", 6 "_location": "/spdx-correct", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "spdx-correct@^3.0.0", 12 "name": "spdx-correct", 13 "escapedName": "spdx-correct", 14 "rawSpec": "^3.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^3.0.0" 17 }, 18 "_requiredBy": [ 19 "/validate-npm-package-license" 20 ], 21 "_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz", 22 "_shasum": "05a5b4d7153a195bc92c3c425b69f3b2a9524c82", 23 "_spec": "spdx-correct@^3.0.0", 24 "_where": "/Users/rebecca/code/npm/node_modules/validate-npm-package-license", 25 "author": { 26 "name": "Kyle E. Mitchell", 27 "email": "kyle@kemitchell.com", 28 "url": "https://kemitchell.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/jslicense/spdx-correct.js/issues" 32 }, 33 "bundleDependencies": false, 34 "contributors": [ 35 { 36 "name": "Kyle E. Mitchell", 37 "email": "kyle@kemitchell.com", 38 "url": "https://kemitchell.com" 39 }, 40 { 41 "name": "Christian Zommerfelds", 42 "email": "aero_super@yahoo.com" 43 } 44 ], 45 "dependencies": { 46 "spdx-expression-parse": "^3.0.0", 47 "spdx-license-ids": "^3.0.0" 48 }, 49 "deprecated": false, 50 "description": "correct invalid SPDX expressions", 51 "devDependencies": { 52 "defence-cli": "^2.0.1", 53 "replace-require-self": "^1.0.0", 54 "standard": "^11.0.0", 55 "standard-markdown": "^4.0.2", 56 "tape": "^4.9.0" 57 }, 58 "files": [ 59 "index.js" 60 ], 61 "homepage": "https://github.com/jslicense/spdx-correct.js#readme", 62 "keywords": [ 63 "SPDX", 64 "law", 65 "legal", 66 "license", 67 "metadata" 68 ], 69 "license": "Apache-2.0", 70 "name": "spdx-correct", 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/jslicense/spdx-correct.js.git" 74 }, 75 "scripts": { 76 "lint": "standard && standard-markdown", 77 "test": "defence README.md | replace-require-self | node && node test.js" 78 }, 79 "version": "3.0.0" 80} 81