UNPKG

estree-modules

Version:
32 lines (31 loc) 650 B
{ "name": "estree-modules", "description": "Get info about module from a node", "version": "0.1.0", "homepage": "https://github.com/jamen/estree-modules", "author": "Jamen Marz (https://git.io/jamen)", "repository": "jamen/estree-modules", "bugs": { "url": "https://github.com/jamen/estree-modules/issues" }, "license": "MIT", "engines": { "node": ">=4" }, "scripts": { "test": "node test" }, "keywords": [ "estree", "modules", "jamen" ], "dependencies": { "estree-walk": "^0.2.1" }, "devDependencies": { "esprima": "^3.1.2", "estree-walk": "^0.2.2", "tape": "^4.6.3" } }