{
  "name": "yang-parser",
  "version": "0.1.0",
  "description": "Parser of YANG data modelling language",
  "main": "lib/yang-parser.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "make test",
    "prepublish": "make"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.labs.nic.cz:labs/yang-tools.git"
  },
  "dependencies": {
    "comparse": ">= 0.9.x"
  },
  "devDependencies": {
    "coffee-script": "~1.7.1"
  },
  "keywords": [
    "YANG",
    "functional",
    "parser"
  ],
  "homepage": "https://gitlab.labs.nic.cz/labs/yang-tools/wikis/coffee_parser",
  "author": {
    "name": "Ladislav Lhotka",
    "email": "lhotka@nic.cz"
  },
  "license": "Apache 2.0",
  "readme": "YANG Parser\n===========\n\nThis is a parser for the YANG data modelling language ([RFC 6020](http://tools.ietf.org/html/rfc6020)). It is written in CoffeeScript using the [Comparse](https://www.npmjs.com/package/comparse) functional parsing library.\n\nSo far, the parser only does lexical analysis using the rules of RFC 6020. That is, the `parse` function returns an object representing the tree of YANG statements without doing any syntactic or semantic checks.\n\nThe annotated CoffeeScript source is [here](https://gitlab.labs.nic.cz/labs/yang-tools/wikis/coffee_parser).\n\nLicense\n-------\n\nCopyright © 2014 Ladislav Lhotka, CZ.NIC\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\nInstallation\n------------\n\nFor a global installation, run\n\n    npm install -g yang-parser\n\nRoot privileges (`sudo`) might be needed.\n\nLeave off `-g` if you prefer a local installation.\n\n",
  "readmeFilename": "README.md",
  "_id": "yang-parser@0.1.0",
  "_shasum": "11486f2ef834308d87b054381ea19bda4a99d58d",
  "_from": "yang-parser@>=0.1.0 <0.2.0",
  "_resolved": "http://npm3.intercloud.net:4873/yang-parser/-/yang-parser-0.1.0.tgz"
}
