{
  "name": "@qiwi/esm",
  "version": "1.1.8",
  "description": "ESM fork with minor tunings for QIWI OSS",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "commonjs, ecmascript, export, import, modules, node, require"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qiwi-forks/esm.git"
  },
  "license": "MIT",
  "author": "John-David Dalton <john.david.dalton@gmail.com>",
  "main": "esm.js",
  "runkitExample": "require = require(\"esm\")(module)\nrequire(\"lodash-es\")",
  "esm": true,
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "prelint": "npm run pretest",
    "prepare": "npm run build:prod",
    "prepub": "npm run test:prod && npm run build:prod",
    "pretest": "npm run build -- --test",
    "pretest:prod": "npm run build:prod -- --test",
    "build": "node script/build.js && npm run build:docs",
    "build:prod": "npm run build -- --prod",
    "build:docs": "mkdir -p docs && cp README.md docs/README.md",
    "clean": "node script/clean.js",
    "lint": "eslint '**/*.{js,mjs}' --fix --quiet",
    "pub": "node script/publish.js",
    "test": "node script/test.js || exit 0",
    "test:prod": "node script/test.js --prod"
  },
  "devDependencies": {
    "@babel/core": "^7.18.6",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
    "@babel/plugin-transform-arrow-functions": "^7.18.6",
    "@babel/plugin-transform-block-scoping": "^7.18.6",
    "@babel/plugin-transform-flow-strip-types": "^7.18.6",
    "@babel/plugin-transform-runtime": "^7.18.6",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.18.6",
    "@babel/register": "^7.18.6",
    "@babel/runtime": "^7.18.6",
    "@hapi/lab": "^22.0.5",
    "@std/esm": "^0.26.0",
    "@types/node": "^14.17.33",
    "acorn": "^7.4.1",
    "ava": "^1.4.1",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.5",
    "babel-plugin-transform-for-of-as-array": "^1.1.1",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "babel-plugin-transform-remove-debugger": "^6.9.4",
    "bluebird": "^3.7.2",
    "chai": "^4.3.6",
    "core-js": "^2.6.12",
    "download": "^8.0.0",
    "eslint": "^7.32.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-node": "^11.1.0",
    "execa": "^4.1.0",
    "express": "^4.18.1",
    "flow-remove-types": "^2.182.0",
    "fs-extra": "^9.1.0",
    "global-prefix": "^3.0.0",
    "globby": "^11.0.4",
    "golden-fleece": "^1.0.9",
    "hard-rejection": "^2.1.0",
    "html-minifier": "^4.0.0",
    "husky": "^4.3.8",
    "jasmine": "^3.99.0",
    "jest": "^27.5.1",
    "json-6": "^1.1.4",
    "lit-node": "^0.1.1",
    "mocha": "^8.4.0",
    "mock-require": "^3.0.3",
    "mock-stdio": "^1.0.3",
    "module-alias": "^2.2.2",
    "newrelic": "^6.14.0",
    "nop": "^1.0.0",
    "nyc": "^15.1.0",
    "optimize-js-plugin": "0.0.4",
    "pm2": "^4.5.6",
    "postcss": "^7.0.39",
    "proxyquire": "^2.1.3",
    "require-inject": "^1.4.4",
    "requizzle": "^0.2.3",
    "rewire": "^5.0.0",
    "semver": "^7.3.7",
    "sinon": "^9.2.4",
    "sleep": "^6.3.0",
    "sqreen": "^1.64.2",
    "strip-ansi": "^6.0.1",
    "terser": "^4.8.0",
    "terser-webpack-plugin": "^3.1.0",
    "test262-parser": "^2.2.0",
    "trash": "^6.1.1",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.10",
    "unexpected": "^11.15.1",
    "unused-webpack-plugin": "^2.4.0",
    "webpack": "^4.46.0",
    "webpack-bundle-analyzer": "^3.9.0",
    "webpack-cli": "^3.3.12",
    "yargs": "^15.4.1"
  },
  "files": [
    "index.js",
    "esm.js",
    "esm/loader.js"
  ]
}
