UNPKG

eslint-generator

Version:

Neural Network Classifier made with TensorFlow.js for classifying EsLint rules usage

39 lines (38 loc) 973 B
{ "name": "eslint-generator", "version": "1.7.0", "description": "Neural Network Classifier made with TensorFlow.js for classifying EsLint rules usage", "main": "model.js", "dependencies": { "@tensorflow/tfjs-node": "^1.0.3", "commander": "^2.19.0", "d3": "^5.9.1", "js-yaml": "^3.13.0", "lodash": "^4.17.11", "node-fetch": "^2.3.0", "strip-json-comments": "^2.0.1" }, "devDependencies": {}, "preferGlobal": true, "bin": "./command.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Panagiotis Sakkis", "license": "MIT", "keywords": [ "Neural", "Network", "EsLint", "TensorFLow.js", "Classifier" ], "repository": { "type": "git", "url": "git+https://github.com/pansakk/eslint-generator.git" }, "bugs": { "url": "https://github.com/pansakk/eslint-generator/issues" }, "homepage": "https://github.com/pansakk/eslint-generator#readme" }