@std/esm
Version:
Enable ES modules in Node today!
21 lines (20 loc) • 489 B
JSON
{
"name": "@std/esm",
"version": "0.18.0",
"description": "Enable ES modules in Node today!",
"keywords": "commonjs, ecmascript, export, import, modules, node, require",
"repository": "standard-things/esm",
"license": "MIT",
"author": "John-David Dalton <john.david.dalton@gmail.com>",
"main": "index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js",
"esm.js.gz"
]
}