Gazebo_simulation-Frontend/node_modules/async-each/package.json

24 lines
832 B
JSON
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
2021-02-25 11:57:52 -04:00
"name": "async-each",
2020-12-21 11:29:31 -04:00
"description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
2021-02-25 11:57:52 -04:00
"version": "1.0.3",
"license": "MIT",
2020-12-21 11:29:31 -04:00
"keywords": [
2021-02-25 11:57:52 -04:00
"async", "forEach", "each", "map",
2020-12-21 11:29:31 -04:00
"asynchronous",
2021-02-25 11:57:52 -04:00
"iteration", "iterate",
"loop", "parallel",
"concurrent", "array",
"flow", "control flow"
2020-12-21 11:29:31 -04:00
],
2021-02-25 11:57:52 -04:00
"files": ["index.js"],
"homepage": "https://github.com/paulmillr/async-each/",
"author": "Paul Miller (https://paulmillr.com/)",
"repository": "git://github.com/paulmillr/async-each.git",
2020-12-21 11:29:31 -04:00
"main": "index.js",
2021-02-25 11:57:52 -04:00
"dependencies": {}
,"_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz"
,"_integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ=="
,"_from": "async-each@1.0.3"
}