UNPKG

npm

Version:

a package manager for JavaScript

98 lines (97 loc) 2.48 kB
{ "_args": [ [ "spdx@~0.4.0", "/Users/rebecca/code/npm/node_modules/validate-npm-package-license" ] ], "_from": "spdx@>=0.4.0 <0.5.0", "_id": "spdx@0.4.1", "_inCache": true, "_location": "/spdx", "_nodeVersion": "2.2.1", "_npmUser": { "email": "kyle@kemitchell.com", "name": "kemitchell" }, "_npmVersion": "2.11.0", "_phantomChildren": {}, "_requested": { "name": "spdx", "raw": "spdx@~0.4.0", "rawSpec": "~0.4.0", "scope": null, "spec": ">=0.4.0 <0.5.0", "type": "range" }, "_requiredBy": [ "/spdx-correct", "/validate-npm-package-license" ], "_resolved": "https://registry.npmjs.org/spdx/-/spdx-0.4.1.tgz", "_shasum": "eb43a2d83483e7073d24184b5ca0d00f33e184ff", "_shrinkwrap": null, "_spec": "spdx@~0.4.0", "_where": "/Users/rebecca/code/npm/node_modules/validate-npm-package-license", "author": { "email": "kyle@kemitchell.com", "name": "Kyle E. Mitchell", "url": "http://kemitchell.com" }, "bugs": { "url": "https://github.com/kemitchell/spdx.js/issues" }, "dependencies": { "spdx-license-ids": "^1.0.0" }, "description": "SPDX License Expression Syntax parser", "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" }, "directories": {}, "dist": { "shasum": "eb43a2d83483e7073d24184b5ca0d00f33e184ff", "tarball": "http://registry.npmjs.org/spdx/-/spdx-0.4.1.tgz" }, "gitHead": "e98233f7ebfa27ceec7d9f9bd77d7eb003ca3210", "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", "maintainers": [ { "name": "kemitchell", "email": "kyle@kemitchell.com" } ], "name": "spdx", "optionalDependencies": {}, "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" }, "version": "0.4.1" }