{ "name": "jsdoctypeparser", "description": "Strict JsDoc type expression parser.", "version": "3.1.0", "author": "Kuniwak ", "contributors": [ "Brett Zamir", "Nathan Shively-Sanders" ], "keywords": [ "jsdoc", "type expression", "parser" ], "repository": { "type": "git", "url": "git://github.com/jsdoctypeparser/jsdoctypeparser.git" }, "engines": { "node": ">=6" }, "homepage": "https://jsdoctypeparser.github.io/jsdoctypeparser/", "bugs": { "mail": "orga.chem.job@gmail.com", "url": "https://github.com/jsdoctypeparser/jsdoctypeparser/issues" }, "directories": { "test": "test" }, "main": "index.js", "scripts": { "prepare": "npm-run-all build", "pretest": "npm-run-all lint build", "test": "mocha tests", "lint": "eslint lib tests", "clean": "rimraf ./peg_lib", "postclean": "mkdirp ./peg_lib", "prebuild": "npm-run-all clean", "build": "pegjs --cache -o ./peg_lib/jsdoctype.js ./peg_src/jsdoctype.pegjs" }, "readmeFilename": "README.md", "devDependencies": { "chai": "^4.2.0", "eslint": "^5.16.0", "mkdirp": "^0.5.1", "mocha": "^6.0.2", "npm-run-all": "^4.1.5", "pegjs": "^0.10.0", "rimraf": "^2.6.3" }, "license": "MIT", "dependencies": {} }