source: imaps-frontend/node_modules/fastq/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.2 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "fastq@^1.6.0",
3 "_id": "fastq@1.18.0",
4 "_inBundle": false,
5 "_integrity": "sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==",
6 "_location": "/fastq",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "fastq@^1.6.0",
12 "name": "fastq",
13 "escapedName": "fastq",
14 "rawSpec": "^1.6.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.6.0"
[d565449]17 },
[79a0317]18 "_requiredBy": [
19 "/@nodelib/fs.walk"
[d565449]20 ],
[79a0317]21 "_resolved": "https://registry.npmjs.org/fastq/-/fastq-1.18.0.tgz",
22 "_shasum": "d631d7e25faffea81887fe5ea8c9010e1b36fee0",
23 "_spec": "fastq@^1.6.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@nodelib/fs.walk",
25 "author": {
26 "name": "Matteo Collina",
27 "email": "hello@matteocollina.com"
[d565449]28 },
29 "bugs": {
30 "url": "https://github.com/mcollina/fastq/issues"
31 },
[79a0317]32 "bundleDependencies": false,
33 "dependencies": {
34 "reusify": "^1.0.4"
35 },
36 "deprecated": false,
37 "description": "Fast, in memory work queue",
[d565449]38 "devDependencies": {
39 "async": "^3.1.0",
40 "neo-async": "^2.6.1",
41 "nyc": "^15.0.0",
42 "pre-commit": "^1.2.2",
43 "snazzy": "^9.0.0",
44 "standard": "^16.0.0",
45 "tape": "^5.0.0",
46 "typescript": "^5.0.4"
47 },
[79a0317]48 "homepage": "https://github.com/mcollina/fastq#readme",
49 "keywords": [
50 "fast",
51 "queue",
52 "async",
53 "worker"
54 ],
55 "license": "ISC",
56 "main": "queue.js",
57 "name": "fastq",
58 "pre-commit": [
59 "test",
60 "typescript"
61 ],
62 "repository": {
63 "type": "git",
64 "url": "git+https://github.com/mcollina/fastq.git"
65 },
66 "scripts": {
67 "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js test/promise.js",
68 "legacy": "tape test/test.js",
69 "lint": "standard --verbose | snazzy",
70 "test": "npm run lint && npm run unit",
71 "test:report": "npm run lint && npm run unit:report",
72 "typescript": "tsc --project ./test/tsconfig.json",
73 "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test/test.js test/promise.js"
[d565449]74 },
75 "standard": {
76 "ignore": [
77 "example.mjs"
78 ]
[79a0317]79 },
80 "version": "1.18.0"
[d565449]81}
Note: See TracBrowser for help on using the repository browser.