diff options
author | 2020-11-16 00:10:28 +0100 | |
---|---|---|
committer | 2020-11-16 00:10:28 +0100 | |
commit | e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch) | |
tree | 55713f725f77b44ebfec86e4eec3ce33e71458ca /node_modules/async-foreach/package.json | |
download | website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2 website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip |
api, login, auth
Diffstat (limited to 'node_modules/async-foreach/package.json')
-rw-r--r-- | node_modules/async-foreach/package.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/node_modules/async-foreach/package.json b/node_modules/async-foreach/package.json new file mode 100644 index 0000000..6d85934 --- /dev/null +++ b/node_modules/async-foreach/package.json @@ -0,0 +1,55 @@ +{ + "_from": "async-foreach@^0.1.3", + "_id": "async-foreach@0.1.3", + "_inBundle": false, + "_integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=", + "_location": "/async-foreach", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "async-foreach@^0.1.3", + "name": "async-foreach", + "escapedName": "async-foreach", + "rawSpec": "^0.1.3", + "saveSpec": null, + "fetchSpec": "^0.1.3" + }, + "_requiredBy": [ + "/node-sass" + ], + "_resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", + "_shasum": "36121f845c0578172de419a97dbeb1d16ec34542", + "_spec": "async-foreach@^0.1.3", + "_where": "/home/pruss/Dev/3-minute-website/node_modules/node-sass", + "author": { + "name": "\"Cowboy\" Ben Alman", + "url": "http://benalman.com/" + }, + "bugs": { + "url": "https://github.com/cowboy/javascript-sync-async-foreach/issues" + }, + "bundleDependencies": false, + "dependencies": {}, + "deprecated": false, + "description": "An optionally-asynchronous forEach with an interesting interface.", + "devDependencies": {}, + "engines": { + "node": "*" + }, + "homepage": "http://github.com/cowboy/javascript-sync-async-foreach", + "keywords": [ + "array", + "loop", + "sync", + "async", + "foreach" + ], + "main": "lib/foreach", + "name": "async-foreach", + "repository": { + "type": "git", + "url": "git://github.com/cowboy/javascript-sync-async-foreach.git" + }, + "version": "0.1.3" +} |