123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_args": [
- [
- "spdx-expression-parse@1.0.4",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "spdx-expression-parse@1.0.4",
- "_id": "spdx-expression-parse@1.0.4",
- "_inBundle": false,
- "_integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=",
- "_location": "/spdx-expression-parse",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "spdx-expression-parse@1.0.4",
- "name": "spdx-expression-parse",
- "escapedName": "spdx-expression-parse",
- "rawSpec": "1.0.4",
- "saveSpec": null,
- "fetchSpec": "1.0.4"
- },
- "_requiredBy": [
- "/validate-npm-package-license"
- ],
- "_resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz",
- "_spec": "1.0.4",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Kyle E. Mitchell",
- "email": "kyle@kemitchell.com",
- "url": "http://kemitchell.com"
- },
- "bugs": {
- "url": "https://github.com/kemitchell/spdx-expression-parse.js/issues"
- },
- "contributors": [
- {
- "name": "C. Scott Ananian",
- "email": "cscott@cscott.net",
- "url": "http://cscott.net"
- },
- {
- "name": "Kyle E. Mitchell",
- "email": "kyle@kemitchell.com",
- "url": "https://kemitchell.com"
- },
- {
- "name": "Shinnosuke Watanabe",
- "email": "snnskwtnb@gmail.com"
- }
- ],
- "description": "parse SPDX license expressions",
- "devDependencies": {
- "defence-cli": "^1.0.1",
- "jison": "^0.4.15",
- "replace-require-self": "^1.0.0",
- "spdx-exceptions": "^1.0.4",
- "spdx-license-ids": "^1.0.0",
- "standard": "^8.0.0"
- },
- "files": [
- "AUTHORS",
- "index.js",
- "parser.js"
- ],
- "homepage": "https://github.com/kemitchell/spdx-expression-parse.js#readme",
- "keywords": [
- "SPDX",
- "law",
- "legal",
- "license",
- "metadata",
- "package",
- "package.json",
- "standards"
- ],
- "license": "(MIT AND CC-BY-3.0)",
- "name": "spdx-expression-parse",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/kemitchell/spdx-expression-parse.js.git"
- },
- "scripts": {
- "lint": "standard",
- "prepublish": "node generate-parser.js > parser.js",
- "pretest": "npm run prepublish",
- "test": "defence -i javascript README.md | replace-require-self | node"
- },
- "version": "1.0.4"
- }
|