X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=node_modules%2Ffor-each%2Fpackage.json;fp=node_modules%2Ffor-each%2Fpackage.json;h=5ab69c1d6b6f402d3d40c68f370e30e095214b6a;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/node_modules/for-each/package.json b/node_modules/for-each/package.json new file mode 100644 index 000000000..5ab69c1d6 --- /dev/null +++ b/node_modules/for-each/package.json @@ -0,0 +1,109 @@ +{ + "_args": [ + [ + "for-each@^0.3.2", + "/var/www/yaffs/node_modules/parse-headers" + ] + ], + "_from": "for-each@>=0.3.2 <0.4.0", + "_id": "for-each@0.3.2", + "_inCache": true, + "_installable": true, + "_location": "/for-each", + "_npmUser": { + "email": "raynos2@gmail.com", + "name": "raynos" + }, + "_npmVersion": "1.3.17", + "_phantomChildren": {}, + "_requested": { + "name": "for-each", + "raw": "for-each@^0.3.2", + "rawSpec": "^0.3.2", + "scope": null, + "spec": ">=0.3.2 <0.4.0", + "type": "range" + }, + "_requiredBy": [ + "/parse-headers" + ], + "_resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.2.tgz", + "_shasum": "2c40450b9348e97f281322593ba96704b9abd4d4", + "_shrinkwrap": null, + "_spec": "for-each@^0.3.2", + "_where": "/var/www/yaffs/node_modules/parse-headers", + "author": { + "email": "raynos2@gmail.com", + "name": "Raynos" + }, + "bugs": { + "email": "raynos2@gmail.com", + "url": "https://github.com/Raynos/for-each/issues" + }, + "contributors": [ + { + "name": "Jake Verbaten" + }, + { + "name": "Jordan Harband", + "url": "https://github.com/ljharb" + } + ], + "dependencies": { + "is-function": "~1.0.0" + }, + "description": "A better forEach", + "devDependencies": { + "tape": "~1.1.0" + }, + "directories": {}, + "dist": { + "shasum": "2c40450b9348e97f281322593ba96704b9abd4d4", + "tarball": "https://registry.npmjs.org/for-each/-/for-each-0.3.2.tgz" + }, + "homepage": "https://github.com/Raynos/for-each", + "keywords": [], + "licenses": [ + { + "type": "MIT", + "url": "http://github.com/Raynos/for-each/raw/master/LICENSE" + } + ], + "main": "index", + "maintainers": [ + { + "name": "raynos", + "email": "raynos2@gmail.com" + } + ], + "name": "for-each", + "optionalDependencies": {}, + "readme": "# for-each [![build status][1]][2]\n\n[![browser support][3]][4]\n\nA better forEach.\n\n## Example\n\nLike `Array.prototype.forEach` but works on objects.\n\n```js\nvar forEach = require(\"for-each\")\n\nforEach({ key: \"value\" }, function (value, key, object) {\n /* code */\n})\n```\n\nAs a bonus, it's also a perfectly function shim/polyfill for arrays too!\n\n```js\nvar forEach = require(\"for-each\")\n\nforEach([1, 2, 3], function (value, index, array) {\n /* code */\n})\n```\n\n## Installation\n\n`npm install for-each`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n\n [1]: https://secure.travis-ci.org/Raynos/for-each.png\n [2]: http://travis-ci.org/Raynos/for-each\n [3]: https://ci.testling.com/Raynos/for-each.png\n [4]: https://ci.testling.com/Raynos/for-each\n\n", + "readmeFilename": "README.md", + "repository": { + "type": "git", + "url": "git://github.com/Raynos/for-each.git" + }, + "scripts": { + "test": "node test/test.js" + }, + "testling": { + "browsers": [ + "android-browser/4.2", + "chrome/20.0..latest", + "chrome/4.0..10.0", + "chrome/canary", + "firefox/15.0..latest", + "firefox/3.0..6.0", + "firefox/nightly", + "iexplore/6.0..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "opera/10.0..latest", + "opera/next", + "safari/4.0..latest" + ], + "files": "test/test.js" + }, + "version": "0.3.2" +}