source: imaps-frontend/node_modules/for-each/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.4 KB
Line 
1{
2 "_from": "for-each@^0.3.3",
3 "_id": "for-each@0.3.3",
4 "_inBundle": false,
5 "_integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
6 "_location": "/for-each",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "for-each@^0.3.3",
12 "name": "for-each",
13 "escapedName": "for-each",
14 "rawSpec": "^0.3.3",
15 "saveSpec": null,
16 "fetchSpec": "^0.3.3"
17 },
18 "_requiredBy": [
19 "/typed-array-byte-length",
20 "/typed-array-byte-offset",
21 "/typed-array-length",
22 "/which-typed-array"
23 ],
24 "_resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
25 "_shasum": "69b447e88a0a5d32c3e7084f3f1710034b21376e",
26 "_spec": "for-each@^0.3.3",
27 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/which-typed-array",
28 "author": {
29 "name": "Raynos",
30 "email": "raynos2@gmail.com"
31 },
32 "bugs": {
33 "url": "https://github.com/Raynos/for-each/issues",
34 "email": "raynos2@gmail.com"
35 },
36 "bundleDependencies": false,
37 "contributors": [
38 {
39 "name": "Jake Verbaten"
40 },
41 {
42 "name": "Jordan Harband",
43 "url": "https://github.com/ljharb"
44 }
45 ],
46 "dependencies": {
47 "is-callable": "^1.1.3"
48 },
49 "deprecated": false,
50 "description": "A better forEach",
51 "devDependencies": {
52 "@ljharb/eslint-config": "^12.2.1",
53 "eslint": "^4.19.1",
54 "nsp": "^3.2.1",
55 "tape": "^4.9.0"
56 },
57 "homepage": "https://github.com/Raynos/for-each",
58 "keywords": [],
59 "license": "MIT",
60 "licenses": [
61 {
62 "type": "MIT",
63 "url": "http://github.com/Raynos/for-each/raw/master/LICENSE"
64 }
65 ],
66 "main": "index",
67 "name": "for-each",
68 "repository": {
69 "type": "git",
70 "url": "git://github.com/Raynos/for-each.git"
71 },
72 "scripts": {
73 "lint": "eslint *.js test/*.js",
74 "posttest": "npm run security",
75 "pretest": "npm run lint",
76 "security": "nsp check",
77 "test": "npm run tests-only",
78 "tests-only": "node test/test"
79 },
80 "testling": {
81 "files": "test/test.js",
82 "browsers": [
83 "iexplore/6.0..latest",
84 "firefox/3.0..6.0",
85 "firefox/15.0..latest",
86 "firefox/nightly",
87 "chrome/4.0..10.0",
88 "chrome/20.0..latest",
89 "chrome/canary",
90 "opera/10.0..latest",
91 "opera/next",
92 "safari/4.0..latest",
93 "ipad/6.0..latest",
94 "iphone/6.0..latest",
95 "android-browser/4.2"
96 ]
97 },
98 "version": "0.3.3"
99}
Note: See TracBrowser for help on using the repository browser.