UNPKG

489 BJSONView Raw
1{
2 "name": "@std/esm",
3 "version": "0.21.6",
4 "description": "Enable ES modules in Node today!",
5 "keywords": "commonjs, ecmascript, export, import, modules, node, require",
6 "repository": "standard-things/esm",
7 "license": "MIT",
8 "author": "John-David Dalton <john.david.dalton@gmail.com>",
9 "main": "index.js",
10 "engines": {
11 "node": ">=4"
12 },
13 "scripts": {
14 "test": "echo \"Error: no test specified\" && exit 1"
15 },
16 "files": [
17 "index.js",
18 "esm.js.gz"
19 ]
20}