{
"_from": "promise-do-whilst@1.0.x",
"_id": "promise-do-whilst@1.0.1",
"_inBundle": false,
"_integrity": "sha1-bdrUQAnzbalUnb3M+tmaho3/ns8=",
"_location": "/promise-do-whilst",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "promise-do-whilst@1.0.x",
"name": "promise-do-whilst",
"escapedName": "promise-do-whilst",
"rawSpec": "1.0.x",
"saveSpec": null,
"fetchSpec": "1.0.x"
},
"_requiredBy": [
"/multiyargs"
],
"_resolved": "https://registry.npmjs.org/promise-do-whilst/-/promise-do-whilst-1.0.1.tgz",
"_shasum": "6ddad44009f36da9549dbdccfad99a868dff9ecf",
"_spec": "promise-do-whilst@1.0.x",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/multiyargs",
"author": {
"name": "Buster Collings",
"email": "busterc@gmail.com",
"url": "https://about.me/buster"
},
"bugs": {
"url": "https://github.com/busterc/promise-do-whilst/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Calls a function repeatedly while a condition returns true and then resolves the promise",
"devDependencies": {
"babel-core": "^5.5.0",
"del": "^2.0.2",
"gulp": "^3.6.0",
"gulp-babel": "^5.1.0",
"gulp-eslint": "^1.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.9.0",
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"isparta": "^3.0.3"
},
"files": [
"dist"
],
"homepage": "https://github.com/busterc/promise-do-whilst#readme",
"keywords": [
"contional",
"condition",
"wait",
"loop",
"while",
"whilst",
"dowhilst",
"promisedowhilst",
"promises",
"promise",
"until",
"dountil",
"promisedountil",
"do",
"dowhile"
],
"license": "ISC",
"main": "dist/index.js",
"name": "promise-do-whilst",
"repository": {
"type": "git",
"url": "git+https://github.com/busterc/promise-do-whilst.git"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"version": "1.0.1"
}