UNPKG

amdextract

Version:

Uses AST to extract AMD modules, their parts and an optimized output without unused dependencies while keeping the original format.

44 lines (43 loc) 972 B
{ "name": "amdextract", "version": "3.0.0", "description": "Uses AST to extract AMD modules, their parts and an optimized output without unused dependencies while keeping the original format.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/mehdishojaei/amdextract.git" }, "keywords": [ "AMD", "dependency", "unused", "useless", "extract", "detect", "parse", "optimize", "analyze", "source" ], "author": { "name": "Mehdi Shojaei", "email": "msh6180339@gmail.com", "url": "https://github.com/mehdishojaei" }, "license": "MIT", "bugs": { "url": "https://github.com/mehdishojaei/amdextract/issues" }, "homepage": "https://github.com/mehdishojaei/amdextract", "devDependencies": { "mocha": "^6.2.2", "should": "^13.2.3" }, "dependencies": { "esprima": "^4.0.1", "estraverse": "^4.3.0" } }