wallet-core/node_modules/spdx-expression-parse/package.json

41 lines
941 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "spdx-expression-parse",
2016-10-10 03:43:44 +02:00
"description": "parse SPDX license expressions",
2018-09-20 02:56:13 +02:00
"version": "3.0.0",
2016-11-03 01:33:53 +01:00
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)",
"files": [
"AUTHORS",
"index.js",
2018-09-20 02:56:13 +02:00
"parse.js",
"scan.js"
2016-11-03 01:33:53 +01:00
],
2018-09-20 02:56:13 +02:00
"dependencies": {
"spdx-exceptions": "^2.1.0",
"spdx-license-ids": "^3.0.0"
},
2016-10-10 03:43:44 +02:00
"devDependencies": {
2018-09-20 02:56:13 +02:00
"defence-cli": "^2.0.1",
"mocha": "^3.4.2",
2016-10-10 03:43:44 +02:00
"replace-require-self": "^1.0.0",
2018-09-20 02:56:13 +02:00
"standard": "^10.0.2"
2016-10-10 03:43:44 +02:00
},
"keywords": [
"SPDX",
"law",
"legal",
"license",
"metadata",
"package",
"package.json",
"standards"
],
2018-09-20 02:56:13 +02:00
"license": "MIT",
"repository": "jslicense/spdx-expression-parse.js",
2016-10-10 03:43:44 +02:00
"scripts": {
"lint": "standard",
2018-09-20 02:56:13 +02:00
"test:readme": "defence -i javascript README.md | replace-require-self | node",
"test:mocha": "mocha test/index.js",
"test": "npm run test:mocha && npm run test:readme"
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}