source: imaps-frontend/node_modules/run-parallel/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.1 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "run-parallel@^1.1.9",
3 "_id": "run-parallel@1.2.0",
4 "_inBundle": false,
5 "_integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
6 "_location": "/run-parallel",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "run-parallel@^1.1.9",
12 "name": "run-parallel",
13 "escapedName": "run-parallel",
14 "rawSpec": "^1.1.9",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.9"
17 },
18 "_requiredBy": [
19 "/@nodelib/fs.scandir"
20 ],
21 "_resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
22 "_shasum": "66d1368da7bdf921eb9d95bd1a9229e7f21a43ee",
23 "_spec": "run-parallel@^1.1.9",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@nodelib/fs.scandir",
[d565449]25 "author": {
26 "name": "Feross Aboukhadijeh",
27 "email": "feross@feross.org",
28 "url": "https://feross.org"
29 },
30 "bugs": {
31 "url": "https://github.com/feross/run-parallel/issues"
32 },
[79a0317]33 "bundleDependencies": false,
[d565449]34 "dependencies": {
35 "queue-microtask": "^1.2.2"
36 },
[79a0317]37 "deprecated": false,
38 "description": "Run an array of functions in parallel",
[d565449]39 "devDependencies": {
40 "airtap": "^3.0.0",
41 "standard": "*",
42 "tape": "^5.0.1"
43 },
[79a0317]44 "funding": [
45 {
46 "type": "github",
47 "url": "https://github.com/sponsors/feross"
48 },
49 {
50 "type": "patreon",
51 "url": "https://www.patreon.com/feross"
52 },
53 {
54 "type": "consulting",
55 "url": "https://feross.org/support"
56 }
57 ],
[d565449]58 "homepage": "https://github.com/feross/run-parallel",
59 "keywords": [
60 "parallel",
61 "async",
62 "function",
63 "callback",
64 "asynchronous",
65 "run",
66 "array",
67 "run parallel"
68 ],
69 "license": "MIT",
70 "main": "index.js",
[79a0317]71 "name": "run-parallel",
[d565449]72 "repository": {
73 "type": "git",
74 "url": "git://github.com/feross/run-parallel.git"
75 },
76 "scripts": {
77 "test": "standard && npm run test-node && npm run test-browser",
78 "test-browser": "airtap -- test/*.js",
79 "test-browser-local": "airtap --local -- test/*.js",
80 "test-node": "tape test/*.js"
81 },
[79a0317]82 "version": "1.2.0"
[d565449]83}
Note: See TracBrowser for help on using the repository browser.