unbundle
Version:
import/export & node_modules in the browser, without the bundling
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "unbundle",
"version": "9.0.1",
"description": "import/export & node_modules in the browser, without the bundling",
"main": "unbundle.js",
"bin": {
"unbundle": "bin.js"
},
"scripts": {
"test": "npm run lint && npm run proof",
"lint": "standard --verbose | snazzy",
"proof": "tape 'test/*.js'"
},
"author": "Sebastiaan Deckers <sebdeckers83@gmail.com>",
"license": "ISC",
"repository": "gitlab:sebdeckers/unbundle",
"dependencies": {
"@babel/parser": "^7.8.4",
"chalk": "^3.0.0",
"recast": "^0.18.5",
"resolve": "^1.15.1",
"yargs": "^15.1.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"blue-tape": "^1.0.0",
"events.once": "^2.0.2",
"lodash.sortby": "^4.7.0",
"puppeteer": "^2.1.1",
"recursive-readdir": "^2.2.2",
"snazzy": "^8.0.0",
"standard": "^14.3.1",
"tape": "^4.13.0",
"tmp": "^0.1.0"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"test/fixtures"
]
}
}