{
  "_args": [
    [
      "esm@3.1.1",
      "/Users/zkat/Documents/code/work/tink"
    ]
  ],
  "_from": "esm@3.1.1",
  "_id": "esm@3.1.1",
  "_inBundle": false,
  "_integrity": "sha512-Md2pR4IbR37UqubbgbA4+wiBorOEFB05Oo+g4WJW7W2ajiOhUfjZt77NzzCoQdrCb40GdKcflitm+XHDF053OQ==",
  "_location": "/esm",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "esm@3.1.1",
    "name": "esm",
    "escapedName": "esm",
    "rawSpec": "3.1.1",
    "saveSpec": null,
    "fetchSpec": "3.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/esm/-/esm-3.1.1.tgz",
  "_spec": "3.1.1",
  "_where": "/Users/zkat/Documents/code/work/tink",
  "author": {
    "name": "John-David Dalton",
    "email": "john.david.dalton@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/standard-things/esm/issues"
  },
  "description": "Tomorrow's ECMAScript modules today!",
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "esm.js",
    "esm/loader.js"
  ],
  "homepage": "https://github.com/standard-things/esm#readme",
  "husky": {
    "hooks": {
      "precommit": "npm run lint"
    }
  },
  "keywords": [
    "commonjs",
    "ecmascript",
    "export",
    "import",
    "modules",
    "node",
    "require"
  ],
  "license": "MIT",
  "main": "esm.js",
  "name": "esm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/standard-things/esm.git"
  },
  "runkitExample": "require = require(\"esm\")(module)\nrequire(\"lodash-es\")",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "3.1.1"
}
