parse-import-specifiers
Version:
Simplest possible way to parse ImportSpecifiers
56 lines (55 loc) • 1.43 kB
JSON
{
"name": "parse-import-specifiers",
"version": "1.0.3",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Simplest possible way to parse ImportSpecifiers",
"homepage": "https://github.com/putoutjs/parse-import-specifiers#readme",
"main": "./lib/parse-import-specifiers.js",
"repository": {
"type": "git",
"url": "git://github.com/putoutjs/parse-import-specifiers.git"
},
"scripts": {
"wisdom": "madrun wisdom",
"test": "madrun test",
"watch:test": "madrun watch:test",
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"coverage:html": "madrun coverage:html",
"report": "madrun report"
},
"keywords": [
"putout",
"AST",
"babel",
"import",
"specifier",
"import-specifier",
"parser"
],
"devDependencies": {
"c8": "^9.1.0",
"eslint": "^8.0.1",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-putout": "^22.4.0",
"just-kebab-case": "^4.2.0",
"madrun": "^10.0.1",
"mock-require": "^3.0.3",
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"putout": "^35.6.0",
"supertape": "^10.3.0",
"try-catch": "^3.0.0"
},
"license": "MIT",
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
}
}