blob: d684b62f6eba2dd8a1be36612114dc67cd7e20ab [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "array-each@^1.0.1",
3 "_id": "array-each@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha1-p5SvDAWrF1KEbudTofIRoFugxE8=",
6 "_location": "/array-each",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "array-each@^1.0.1",
12 "name": "array-each",
13 "escapedName": "array-each",
14 "rawSpec": "^1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.1"
17 },
18 "_requiredBy": [
19 "/object.defaults"
20 ],
21 "_resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz",
22 "_shasum": "a794af0c05ab1752846ee753a1f211a05ba0c44f",
23 "_spec": "array-each@^1.0.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\object.defaults",
25 "author": {
26 "name": "Jon Schlinkert",
27 "url": "https://github.com/jonschlinkert"
28 },
29 "bugs": {
30 "url": "https://github.com/jonschlinkert/array-each/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "Loop over each item in an array and call the given function on every element.",
35 "devDependencies": {
36 "gulp-format-md": "^0.1.11",
37 "mocha": "^3.2.0"
38 },
39 "engines": {
40 "node": ">=0.10.0"
41 },
42 "files": [
43 "index.js"
44 ],
45 "homepage": "https://github.com/jonschlinkert/array-each",
46 "keywords": [
47 "array",
48 "each"
49 ],
50 "license": "MIT",
51 "main": "index.js",
52 "name": "array-each",
53 "repository": {
54 "type": "git",
55 "url": "git+https://github.com/jonschlinkert/array-each.git"
56 },
57 "scripts": {
58 "test": "mocha"
59 },
60 "verb": {
61 "toc": false,
62 "layout": "default",
63 "tasks": [
64 "readme"
65 ],
66 "plugins": [
67 "gulp-format-md"
68 ],
69 "related": {
70 "list": [
71 "collection-map",
72 "arr-filter",
73 "arr-map"
74 ]
75 },
76 "lint": {
77 "reflinks": true
78 }
79 },
80 "version": "1.0.1"
81}