UNPKG

@meteorjs/reify

Version:

Enable ECMAScript 2015 modules in Node today. No caveats. Full stop.

52 lines (51 loc) 1.12 kB
{ "name": "@meteorjs/reify", "version": "0.25.4", "main": "node/index.js", "browser": "lib/empty.js", "author": "Ben Newman <ben@benjamn.com>", "description": "Enable ECMAScript 2015 modules in Node today. No caveats. Full stop.", "repository": { "type": "git", "url": "git+https://github.com/meteor/reify.git" }, "keywords": [ "ecmascript", "modules", "import", "export", "commonjs", "require", "exports", "node" ], "license": "MIT", "homepage": "https://github.com/meteor/reify#readme", "bugs": { "url": "https://github.com/meteor/reify/issues" }, "engines": { "node": ">=4" }, "scripts": { "test": "test/run.sh" }, "dependencies": { "acorn": "^8.8.1", "magic-string": "^0.25.3", "periscopic": "^2.0.3", "semver": "^7.5.4" }, "devDependencies": { "@babel/core": "^7.19.6", "@babel/parser": "^7.19.6", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.19.4", "lodash": "4.17.21", "mocha": "9.1.1", "recast": "0.20.5" }, "volta": { "node": "14.21.3" } }