You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

72 lines
1.8 KiB

{
"name": "spdx",
"description": "SPDX License Expression Syntax parser",
"version": "0.4.0",
"author": {
"name": "Kyle E. Mitchell",
"email": "kyle@kemitchell.com",
"url": "http://kemitchell.com"
},
"bugs": {
"url": "https://github.com/kemitchell/spdx.js/issues"
},
"dependencies": {
"spdx-license-ids": "^1.0.0"
},
"devDependencies": {
"docco": "^0.7.0",
"fixpack": "^2.2.0",
"jison": "^0.4.15",
"jscs": "^1.12.0",
"jshint": "^2.7.0",
"jsmd": "^0.3.0"
},
"homepage": "https://github.com/kemitchell/spdx.js",
"keywords": [
"SPDX",
"law",
"legal",
"license",
"metadata",
"package",
"package.json",
"standards"
],
"license": "Apache-2.0",
"main": "source/spdx.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kemitchell/spdx.js.git"
},
"scripts": {
"build": "node build/parser.js > source/parser.generated.js",
"doc": "docco --output documentation source/spdx.js",
"lint": "fixpack && jshint build source/spdx.js && jscs build source/spdx.js",
"precommit": "npm run lint && npm run test",
"prepublish": "npm run build",
"pretest": "npm run build",
"test": "jsmd README.md"
},
"gitHead": "7186b8f92f0aa3c8f087e73b5f98bd1c776a4d3f",
"_id": "spdx@0.4.0",
"_shasum": "5a5cbff1a457b57b15204cafd3d0ea9ad9652ef8",
"_from": "spdx@0.4.0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "kemitchell",
"email": "kyle@kemitchell.com"
},
"maintainers": [
{
"name": "kemitchell",
"email": "kyle@kemitchell.com"
}
],
"dist": {
"shasum": "5a5cbff1a457b57b15204cafd3d0ea9ad9652ef8",
"tarball": "http://registry.npmjs.org/spdx/-/spdx-0.4.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/spdx/-/spdx-0.4.0.tgz",
"readme": "ERROR: No README data found!"
}