{ "_from": "p-map-series@^1.0.0", "_id": "p-map-series@1.0.0", "_inBundle": false, "_integrity": "sha1-v5j+V1cFZYqeE1G++4WuTB8Hvco=", "_location": "/p-map-series", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "p-map-series@^1.0.0", "name": "p-map-series", "escapedName": "p-map-series", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/bin-build" ], "_resolved": "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz", "_shasum": "bf98fe575705658a9e1351befb85ae4c1f07bdca", "_spec": "p-map-series@^1.0.0", "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bin-build", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/p-map-series/issues" }, "bundleDependencies": false, "dependencies": { "p-reduce": "^1.0.0" }, "deprecated": false, "description": "Map over promises serially", "devDependencies": { "ava": "*", "delay": "^1.3.1", "time-span": "^1.0.0", "xo": "*" }, "engines": { "node": ">=4" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/p-map-series#readme", "keywords": [ "promise", "map", "collection", "iterable", "iterator", "fulfilled", "serial", "serially", "async", "await", "promises", "bluebird" ], "license": "MIT", "name": "p-map-series", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/p-map-series.git" }, "scripts": { "test": "xo && ava" }, "version": "1.0.0", "xo": { "esnext": true } }