{ "name": "spdx", "description": "SPDX License Expression Syntax parser", "version": "0.4.1", "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": "e98233f7ebfa27ceec7d9f9bd77d7eb003ca3210", "_id": "spdx@0.4.1", "_shasum": "eb43a2d83483e7073d24184b5ca0d00f33e184ff", "_from": "spdx@>=0.4.0 <0.5.0", "_npmVersion": "2.11.0", "_nodeVersion": "2.2.1", "_npmUser": { "name": "kemitchell", "email": "kyle@kemitchell.com" }, "maintainers": [ { "name": "kemitchell", "email": "kyle@kemitchell.com" } ], "dist": { "shasum": "eb43a2d83483e7073d24184b5ca0d00f33e184ff", "tarball": "http://registry.npmjs.org/spdx/-/spdx-0.4.1.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/spdx/-/spdx-0.4.1.tgz", "readme": "ERROR: No README data found!" }