blob: 6e9f967f44cc73adc90f5f8330e33ae3b73ec9f6 [file] [log] [blame]
{
"_from": "function-loop@^1.0.1",
"_id": "function-loop@1.0.1",
"_inBundle": false,
"_integrity": "sha1-gHa7MF6OajzO7ikgdl8zDRkPNAw=",
"_location": "/function-loop",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "function-loop@^1.0.1",
"name": "function-loop",
"escapedName": "function-loop",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npmjs.org/function-loop/-/function-loop-1.0.1.tgz",
"_shasum": "8076bb305e8e6a3cceee2920765f330d190f340c",
"_spec": "function-loop@^1.0.1",
"_where": "/Users/tripod/codez/cordova/cordova-osx/node_modules/tap",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/function-loop/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Run a list of functions in order in a given object context. The functions can be callback-taking or promise-returning.",
"devDependencies": {
"tap": "^9.0.3"
},
"homepage": "https://github.com/isaacs/function-loop#readme",
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "function-loop",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/function-loop.git"
},
"scripts": {
"test": "tap test.js --100"
},
"version": "1.0.1"
}