UNPKG

lookml-parser

Version:
44 lines (43 loc) 953 B
{ "name": "lookml-parser", "version": "7.0.1", "description": "Parse LookML", "main": "index.js", "scripts": { "test": "node test/parse.js && node test/get-positions.js && node test/parse-files.js" }, "bin": { "lookml-parser": "./cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/fabio-looker/node-lookml-parser.git" }, "keywords": [ "Looker", "LookML" ], "author": "Fabio Beltramini", "license": "MIT", "bugs": { "url": "https://github.com/fabio-looker/node-lookml-parser/issues" }, "homepage": "https://github.com/fabio-looker/node-lookml-parser#readme", "dependencies": { "bluebird": "^3.5.1", "glob": "^7.1.2", "minimist": "^1.2.0", "pegjs": "^0.10.0" }, "peerDependencies": { "js-yaml": "^4.1.0" }, "peerDependenciesMeta": { "js-yaml": { "optional": true } }, "devDependencies": { "test-runner": "^0.5.0" } }