118 lines
3.4 KiB
JSON
118 lines
3.4 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
{
|
||
|
"raw": "for-each@^0.3.2",
|
||
|
"scope": null,
|
||
|
"escapedName": "for-each",
|
||
|
"name": "for-each",
|
||
|
"rawSpec": "^0.3.2",
|
||
|
"spec": ">=0.3.2 <0.4.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\parse-headers"
|
||
|
]
|
||
|
],
|
||
|
"_from": "for-each@>=0.3.2 <0.4.0",
|
||
|
"_id": "for-each@0.3.2",
|
||
|
"_inCache": true,
|
||
|
"_location": "/for-each",
|
||
|
"_npmUser": {
|
||
|
"name": "raynos",
|
||
|
"email": "raynos2@gmail.com"
|
||
|
},
|
||
|
"_npmVersion": "1.3.17",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"raw": "for-each@^0.3.2",
|
||
|
"scope": null,
|
||
|
"escapedName": "for-each",
|
||
|
"name": "for-each",
|
||
|
"rawSpec": "^0.3.2",
|
||
|
"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": "C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\parse-headers",
|
||
|
"author": {
|
||
|
"name": "Raynos",
|
||
|
"email": "raynos2@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/Raynos/for-each/issues",
|
||
|
"email": "raynos2@gmail.com"
|
||
|
},
|
||
|
"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": {
|
||
|
"files": "test/test.js",
|
||
|
"browsers": [
|
||
|
"iexplore/6.0..latest",
|
||
|
"firefox/3.0..6.0",
|
||
|
"firefox/15.0..latest",
|
||
|
"firefox/nightly",
|
||
|
"chrome/4.0..10.0",
|
||
|
"chrome/20.0..latest",
|
||
|
"chrome/canary",
|
||
|
"opera/10.0..latest",
|
||
|
"opera/next",
|
||
|
"safari/4.0..latest",
|
||
|
"ipad/6.0..latest",
|
||
|
"iphone/6.0..latest",
|
||
|
"android-browser/4.2"
|
||
|
]
|
||
|
},
|
||
|
"version": "0.3.2"
|
||
|
}
|