motion
Version:
motion - moving development forward
69 lines (68 loc) • 2.24 kB
JSON
{
"_args": [
[
"spdx-correct@https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
"/Users/nw/flint/packages/flint"
]
],
"_from": "spdx-correct@>=1.0.0 <1.1.0",
"_id": "spdx-correct@1.0.2",
"_inCache": true,
"_location": "/spdx-correct",
"_phantomChildren": {},
"_requested": {
"name": "spdx-correct",
"raw": "spdx-correct@https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
"rawSpec": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
"type": "remote"
},
"_requiredBy": [
"/validate-npm-package-license"
],
"_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
"_shasum": "4b3073d933ff51f3912f03ac5519498a4150db40",
"_shrinkwrap": null,
"_spec": "spdx-correct@https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
"_where": "/Users/nw/flint/packages/flint",
"author": {
"email": "kyle@kemitchell.com",
"name": "Kyle E. Mitchell",
"url": "https://kemitchell.com"
},
"bugs": {
"url": "https://github.com/kemitchell/spdx-correct.js/issues"
},
"dependencies": {
"spdx-license-ids": "^1.0.2"
},
"description": "correct invalid SPDX identifiers",
"devDependencies": {
"defence-cli": "^1.0.1",
"replace-require-self": "^1.0.0",
"spdx-expression-parse": "^1.0.0",
"tape": "~4.0.0"
},
"homepage": "https://github.com/kemitchell/spdx-correct.js#readme",
"keywords": [
"SPDX",
"law",
"legal",
"license",
"metadata"
],
"license": "Apache-2.0",
"name": "spdx-correct",
"optionalDependencies": {},
"readme": "```javascript\nvar correct = require('spdx-correct');\nvar assert = require('assert');\n\nassert.equal(correct('mit'), 'MIT')\n\nassert.equal(correct('Apache 2'), 'Apache-2.0')\n\nassert(correct('No idea what license') === null)\n```\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/kemitchell/spdx-correct.js.git"
},
"scripts": {
"test": "defence README.md | replace-require-self | node && tape *.test.js"
},
"version": "1.0.2"
}