{
  "name": "apr-map",
  "license": "MIT",
  "version": "3.0.3",
  "description": "Produces a new collection of values by mapping each value in coll through the iteratee function.",
  "keywords": [
    "map",
    "async",
    "await",
    "promise",
    "control",
    "flow",
    "control-flow",
    "awaitful",
    "promises",
    "async-await",
    "es2015",
    "es2016",
    "es2017",
    "es6",
    "es7",
    "es8"
  ],
  "homepage": "https://apr.js.org#map",
  "bugs": "https://github.com/ramitos/apr/issues",
  "author": "Sérgio Ramos <mail@sergioramos.me> (http://sergioramos.me)",
  "repository": "ramitos/apr",
  "files": [
    "files"
  ],
  "main": "dist/apr-map.umd.js",
  "jsnext:main": "dist/apr-map.es.js",
  "module": "dist/apr-map.es.js",
  "entry": "index.js",
  "scripts": {
    "prepublish": "NODE_ENV=production bup"
  },
  "dependencies": {
    "apr-engine-each": "^3.0.3",
    "apr-engine-sum": "^3.0.3",
    "lodash.defaults": "^4.2.0"
  },
  "devDependencies": {
    "bup": "^4.1.3"
  }
}
