{ "_args": [ [ { "raw": "foreach@^2.0.5", "scope": null, "escapedName": "foreach", "name": "foreach", "rawSpec": "^2.0.5", "spec": ">=2.0.5 <3.0.0", "type": "range" }, "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/define-properties" ] ], "_from": "foreach@>=2.0.5 <3.0.0", "_id": "foreach@2.0.5", "_inCache": true, "_location": "/foreach", "_npmUser": { "name": "manuelstofer", "email": "manuel@takimata.ch" }, "_npmVersion": "1.4.9", "_phantomChildren": {}, "_requested": { "raw": "foreach@^2.0.5", "scope": null, "escapedName": "foreach", "name": "foreach", "rawSpec": "^2.0.5", "spec": ">=2.0.5 <3.0.0", "type": "range" }, "_requiredBy": [ "/define-properties" ], "_resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", "_shasum": "0bee005018aeb260d0a3af3ae658dd0136ec1b99", "_shrinkwrap": null, "_spec": "foreach@^2.0.5", "_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/define-properties", "author": { "name": "Manuel Stofer", "email": "manuel@takimata.ch" }, "bugs": { "url": "https://github.com/manuelstofer/foreach/issues" }, "contributors": [ { "name": "Manuel Stofer" }, { "name": "Jordan Harband", "url": "https://github.com/ljharb" } ], "dependencies": {}, "description": "foreach component + npm package", "devDependencies": { "covert": "*", "tape": "*" }, "directories": {}, "dist": { "shasum": "0bee005018aeb260d0a3af3ae658dd0136ec1b99", "tarball": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz" }, "homepage": "https://github.com/manuelstofer/foreach#readme", "keywords": [ "shim", "Array.prototype.forEach", "forEach", "Array#forEach", "each" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "manuelstofer", "email": "manuel@takimata.ch" } ], "name": "foreach", "optionalDependencies": {}, "readme": "\n# foreach\n\nIterate over the key value pairs of either an array-like object or a dictionary like object.\n\n[![browser support][1]][2]\n\n## API\n\n### foreach(object, function, [context])\n\n```js\nvar each = require('foreach');\n\neach([1,2,3], function (value, key, array) {\n // value === 1, 2, 3\n // key === 0, 1, 2\n // array === [1, 2, 3]\n});\n\neach({0:1,1:2,2:3}, function (value, key, object) {\n // value === 1, 2, 3\n // key === 0, 1, 2\n // object === {0:1,1:2,2:3}\n});\n```\n\n[1]: https://ci.testling.com/manuelstofer/foreach.png\n[2]: https://ci.testling.com/manuelstofer/foreach\n\n", "readmeFilename": "Readme.md", "repository": { "type": "git", "url": "git://github.com/manuelstofer/foreach.git" }, "scripts": { "coverage": "covert test.js", "coverage-quiet": "covert --quiet test.js", "test": "node test.js" }, "testling": { "files": "test.js", "browsers": [ "iexplore/6.0..latest", "firefox/3.0", "firefox/15.0..latest", "firefox/nightly", "chrome/4.0", "chrome/22.0..latest", "chrome/canary", "opera/10.0..latest", "opera/next", "safari/5.0.5..latest", "ipad/6.0..latest", "iphone/6.0..latest", "android-browser/4.2" ] }, "version": "2.0.5" }