Package: wnpp Severity: wishlist Owner: Josenilson Ferreira da Silva <nilsonfsi...@hotmail.com> X-Debbugs-Cc: debian-de...@lists.debian.org, nilsonfsi...@hotmail.com
* Package name : node-esniff Version : 1.1.0 Upstream Contact: Mariusz Nowak <me...@medikoo.com> * URL : https://github.com/medikoo/esniff * License : MIT Programming Lang: javascript Description : Low footprint JavaScript source code parser Tool that allows you to analyze ECMAScript (JavaScript) code efficiently and with low resource usage. The main objective is to examine the JavaScript source code for various information such as accessed properties, dependencies, and other code-related details. . Here are some of the key features and functionalities of the project: - Code Analysis: “esniff” is capable of analyzing ECMAScript source code and providing detailed information about how the code is structured. - Detection of accessed properties: Can identify properties that are accessed in the code by providing a list of the properties and their locations in the source code. - Dependency Detection: The project is useful for identifying code dependencies by telling which other modules or libraries the code uses. - Efficient use of resources: "esniff" is designed to consume few resources, making it suitable for large-scale analysis of JavaScript code - Compatibility: It is compatible with the ECMAScript specification and can be used to parse modern JavaScript code.