Last change
on this file since 1ad8e64 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
2.2 KB
|
Line | |
---|
1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "fastq@1.13.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "fastq@1.13.0",
|
---|
10 | "_id": "fastq@1.13.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==",
|
---|
13 | "_location": "/fastq",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "fastq@1.13.0",
|
---|
19 | "name": "fastq",
|
---|
20 | "escapedName": "fastq",
|
---|
21 | "rawSpec": "1.13.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "1.13.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/@nodelib/fs.walk"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
|
---|
29 | "_spec": "1.13.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Matteo Collina",
|
---|
33 | "email": "hello@matteocollina.com"
|
---|
34 | },
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/mcollina/fastq/issues"
|
---|
37 | },
|
---|
38 | "dependencies": {
|
---|
39 | "reusify": "^1.0.4"
|
---|
40 | },
|
---|
41 | "description": "Fast, in memory work queue",
|
---|
42 | "devDependencies": {
|
---|
43 | "async": "^3.1.0",
|
---|
44 | "neo-async": "^2.6.1",
|
---|
45 | "nyc": "^15.0.0",
|
---|
46 | "pre-commit": "^1.2.2",
|
---|
47 | "snazzy": "^9.0.0",
|
---|
48 | "standard": "^16.0.0",
|
---|
49 | "tape": "^5.0.0",
|
---|
50 | "typescript": "^4.0.2"
|
---|
51 | },
|
---|
52 | "homepage": "https://github.com/mcollina/fastq#readme",
|
---|
53 | "keywords": [
|
---|
54 | "fast",
|
---|
55 | "queue",
|
---|
56 | "async",
|
---|
57 | "worker"
|
---|
58 | ],
|
---|
59 | "license": "ISC",
|
---|
60 | "main": "queue.js",
|
---|
61 | "name": "fastq",
|
---|
62 | "pre-commit": [
|
---|
63 | "test"
|
---|
64 | ],
|
---|
65 | "repository": {
|
---|
66 | "type": "git",
|
---|
67 | "url": "git+https://github.com/mcollina/fastq.git"
|
---|
68 | },
|
---|
69 | "scripts": {
|
---|
70 | "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js test/promise.js",
|
---|
71 | "legacy": "tape test/test.js",
|
---|
72 | "lint": "standard --verbose | snazzy",
|
---|
73 | "test": "npm run lint && npm run unit && npm run typescript",
|
---|
74 | "test:report": "npm run lint && npm run unit:report",
|
---|
75 | "typescript": "tsc --project ./test/tsconfig.json",
|
---|
76 | "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test/test.js test/promise.js"
|
---|
77 | },
|
---|
78 | "standard": {
|
---|
79 | "ignore": [
|
---|
80 | "example.mjs"
|
---|
81 | ]
|
---|
82 | },
|
---|
83 | "version": "1.13.0"
|
---|
84 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.