123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_args": [
- [
- "p-each-series@2.2.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "p-each-series@2.2.0",
- "_id": "p-each-series@2.2.0",
- "_inBundle": false,
- "_integrity": "sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==",
- "_location": "/p-each-series",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "p-each-series@2.2.0",
- "name": "p-each-series",
- "escapedName": "p-each-series",
- "rawSpec": "2.2.0",
- "saveSpec": null,
- "fetchSpec": "2.2.0"
- },
- "_requiredBy": [
- "/@jest/core"
- ],
- "_resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz",
- "_spec": "2.2.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/p-each-series/issues"
- },
- "description": "Iterate over promises serially",
- "devDependencies": {
- "ava": "^1.4.1",
- "delay": "^4.1.0",
- "time-span": "^3.0.0",
- "tsd": "^0.7.2",
- "xo": "^0.24.0"
- },
- "engines": {
- "node": ">=8"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "funding": "https://github.com/sponsors/sindresorhus",
- "homepage": "https://github.com/sindresorhus/p-each-series#readme",
- "keywords": [
- "promise",
- "foreach",
- "for-each",
- "for",
- "each",
- "collection",
- "iterable",
- "iterator",
- "fulfilled",
- "async",
- "await",
- "promises",
- "serial",
- "serially",
- "series",
- "bluebird"
- ],
- "license": "MIT",
- "name": "p-each-series",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/p-each-series.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "2.2.0"
- }
|