1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "piscina@3.1.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "piscina@3.1.0",
|
---|
10 | "_id": "piscina@3.1.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-KTW4sjsCD34MHrUbx9eAAbuUSpVj407hQSgk/6Epkg0pbRBmv4a3UX7Sr8wxm9xYqQLnsN4mFOjqGDzHAdgKQg==",
|
---|
13 | "_location": "/piscina",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "piscina@3.1.0",
|
---|
19 | "name": "piscina",
|
---|
20 | "escapedName": "piscina",
|
---|
21 | "rawSpec": "3.1.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "3.1.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/@angular-devkit/build-angular"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/piscina/-/piscina-3.1.0.tgz",
|
---|
29 | "_spec": "3.1.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "James M Snell",
|
---|
33 | "email": "jasnell@gmail.com"
|
---|
34 | },
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/piscinajs/piscina/issues"
|
---|
37 | },
|
---|
38 | "contributors": [
|
---|
39 | {
|
---|
40 | "name": "Anna Henningsen",
|
---|
41 | "email": "anna@addaleax.net"
|
---|
42 | },
|
---|
43 | {
|
---|
44 | "name": "Matteo Collina",
|
---|
45 | "email": "matteo.collina@gmail.com"
|
---|
46 | }
|
---|
47 | ],
|
---|
48 | "dependencies": {
|
---|
49 | "eventemitter-asyncresource": "^1.0.0",
|
---|
50 | "hdr-histogram-js": "^2.0.1",
|
---|
51 | "hdr-histogram-percentiles-obj": "^3.0.0",
|
---|
52 | "nice-napi": "^1.0.2"
|
---|
53 | },
|
---|
54 | "description": "A fast, efficient Node.js Worker Thread Pool implementation",
|
---|
55 | "devDependencies": {
|
---|
56 | "@types/node": "^15.0.1",
|
---|
57 | "@typescript-eslint/eslint-plugin": "^4.22.0",
|
---|
58 | "@typescript-eslint/parser": "^4.22.0",
|
---|
59 | "abort-controller": "^3.0.0",
|
---|
60 | "concat-stream": "^2.0.0",
|
---|
61 | "gen-esm-wrapper": "^1.1.1",
|
---|
62 | "snazzy": "^9.0.0",
|
---|
63 | "standardx": "^7.0.0",
|
---|
64 | "tap": "^15.0.6",
|
---|
65 | "ts-node": "^9.1.1",
|
---|
66 | "typescript": "^4.2.4"
|
---|
67 | },
|
---|
68 | "directories": {
|
---|
69 | "example": "examples",
|
---|
70 | "test": "test"
|
---|
71 | },
|
---|
72 | "eslintConfig": {
|
---|
73 | "rules": {
|
---|
74 | "semi": [
|
---|
75 | "error",
|
---|
76 | "always"
|
---|
77 | ],
|
---|
78 | "no-unused-vars": "off",
|
---|
79 | "no-use-before-define": "off",
|
---|
80 | "no-unreachable-loop": "off",
|
---|
81 | "no-dupe-class-members": "off",
|
---|
82 | "@typescript-eslint/no-unused-vars": "error"
|
---|
83 | },
|
---|
84 | "globals": {
|
---|
85 | "SharedArrayBuffer": true,
|
---|
86 | "Atomics": true,
|
---|
87 | "AbortController": true,
|
---|
88 | "MessageChannel": true
|
---|
89 | }
|
---|
90 | },
|
---|
91 | "exports": {
|
---|
92 | "import": "./dist/esm-wrapper.mjs",
|
---|
93 | "require": "./dist/src/index.js"
|
---|
94 | },
|
---|
95 | "homepage": "https://github.com/piscinajs/piscina#readme",
|
---|
96 | "keywords": [
|
---|
97 | "fast",
|
---|
98 | "worker threads",
|
---|
99 | "thread pool",
|
---|
100 | "wade wilson"
|
---|
101 | ],
|
---|
102 | "license": "MIT",
|
---|
103 | "main": "./dist/src/index.js",
|
---|
104 | "name": "piscina",
|
---|
105 | "optionalDependencies": {
|
---|
106 | "nice-napi": "^1.0.2"
|
---|
107 | },
|
---|
108 | "repository": {
|
---|
109 | "type": "git",
|
---|
110 | "url": "git+https://github.com/piscinajs/piscina.git"
|
---|
111 | },
|
---|
112 | "scripts": {
|
---|
113 | "build": "tsc && gen-esm-wrapper . dist/esm-wrapper.mjs",
|
---|
114 | "lint": "standardx \"**/*.{ts,mjs,js,cjs}\" | snazzy",
|
---|
115 | "prepack": "npm run build",
|
---|
116 | "test": "npm run lint && npm run build && npm run test-only",
|
---|
117 | "test-only": "tap --ts"
|
---|
118 | },
|
---|
119 | "standardx": {
|
---|
120 | "parser": "@typescript-eslint/parser",
|
---|
121 | "plugins": [
|
---|
122 | "@typescript-eslint/eslint-plugin"
|
---|
123 | ]
|
---|
124 | },
|
---|
125 | "types": "./dist/src/index.d.ts",
|
---|
126 | "version": "3.1.0"
|
---|
127 | }
|
---|