llparse
Version:
[](http://travis-ci.org/indutny/llparse) [](https://badge.fury.io/js/llparse)
30 lines (29 loc) • 652 B
JSON
{
"name": "llparse",
"version": "1.3.1",
"main": "lib/llparse.js",
"scripts": {
"lint": "eslint test/*.js test/**/*.js lib/*.js lib/**/*.js lib/**/**/*.js",
"test": "mocha --reporter=spec test/*-test.js && npm run lint"
},
"keywords": [],
"author": "Fedor Indutny <fedor@indutny.com> (http://darksi.de/)",
"license": "MIT",
"dependencies": {
"llvm-ir": "^1.3.0"
},
"devDependencies": {
"async": "^2.6.0",
"eslint": "^4.18.0",
"mocha": "^5.0.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "gh:indutny/llparse"
},
"description": ""
}