1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "hdr-histogram-js@2.0.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "hdr-histogram-js@2.0.1",
|
---|
10 | "_id": "hdr-histogram-js@2.0.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-uPZxl1dAFnjUFHWLZmt93vUUvtHeaBay9nVNHu38SdOjMSF/4KqJUqa1Seuj08ptU1rEb6AHvB41X8n/zFZ74Q==",
|
---|
13 | "_location": "/hdr-histogram-js",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "hdr-histogram-js@2.0.1",
|
---|
19 | "name": "hdr-histogram-js",
|
---|
20 | "escapedName": "hdr-histogram-js",
|
---|
21 | "rawSpec": "2.0.1",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "2.0.1"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/piscina"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/hdr-histogram-js/-/hdr-histogram-js-2.0.1.tgz",
|
---|
29 | "_spec": "2.0.1",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Alexandre Victoor"
|
---|
33 | },
|
---|
34 | "browser": "dist/hdrhistogram.umd.js",
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/HdrHistogram/HdrHistogramJS/issues"
|
---|
37 | },
|
---|
38 | "dependencies": {
|
---|
39 | "@assemblyscript/loader": "^0.10.1",
|
---|
40 | "base64-js": "^1.2.0",
|
---|
41 | "pako": "^1.0.3"
|
---|
42 | },
|
---|
43 | "description": "TypeScript port of HdrHistogram",
|
---|
44 | "devDependencies": {
|
---|
45 | "@as-pect/cli": "^4.0.0",
|
---|
46 | "@types/benchmark": "^1.0.31",
|
---|
47 | "@types/jest": "^25.2.1",
|
---|
48 | "@types/node": "7.0.0",
|
---|
49 | "assemblyscript": "^0.12",
|
---|
50 | "benchmark": "^2.1.4",
|
---|
51 | "benny": "^3.6.14",
|
---|
52 | "fast-check": "^1.1.1",
|
---|
53 | "jest": "25.1.x",
|
---|
54 | "prettier": "^1.6.1",
|
---|
55 | "rollup": "^2.8.2",
|
---|
56 | "rollup-plugin-commonjs": "^10.1.0",
|
---|
57 | "rollup-plugin-node-resolve": "^5.2.0",
|
---|
58 | "rollup-plugin-terser": "^5.3.0",
|
---|
59 | "rollup-plugin-typescript": "^1.0.1",
|
---|
60 | "ts-jest": "25.0.x",
|
---|
61 | "ts-loader": "^3.5.0",
|
---|
62 | "ts-node": "^5.0.1",
|
---|
63 | "typescript": "^3.7.1",
|
---|
64 | "yargs": "^6.4.0"
|
---|
65 | },
|
---|
66 | "files": [
|
---|
67 | ".",
|
---|
68 | "dist"
|
---|
69 | ],
|
---|
70 | "homepage": "https://github.com/HdrHistogram/HdrHistogramJS#readme",
|
---|
71 | "keywords": [
|
---|
72 | "hdr-histogram",
|
---|
73 | "hdr-histogram-js",
|
---|
74 | "percentiles",
|
---|
75 | "monitoring",
|
---|
76 | "latency",
|
---|
77 | "performance"
|
---|
78 | ],
|
---|
79 | "license": "BSD",
|
---|
80 | "main": "dist/index.js",
|
---|
81 | "name": "hdr-histogram-js",
|
---|
82 | "repository": {
|
---|
83 | "type": "git",
|
---|
84 | "url": "git+https://github.com/HdrHistogram/HdrHistogramJS.git"
|
---|
85 | },
|
---|
86 | "scripts": {
|
---|
87 | "asbuild": "npm run asbuild:untouched && npm run asbuild:optimized && npm run asbuild:base64",
|
---|
88 | "asbuild:base64": "echo \"/** @internal */\nexport const BINARY = \\\"$(node ./base64.js build/optimized.wasm)\\\";\" > src/wasm/generated-wasm.ts",
|
---|
89 | "asbuild:optimized": "asc assembly/index.ts -b build/optimized.wasm -t build/optimized.wat --sourceMap -O3 --noAssert",
|
---|
90 | "asbuild:untouched": "asc assembly/index.ts -b build/untouched.wasm -t build/untouched.wat --sourceMap --debug",
|
---|
91 | "astest": "asp --verbose",
|
---|
92 | "astest:ci": "asp --summary",
|
---|
93 | "build": "npm run tsc && npm run rollup",
|
---|
94 | "prettier": "prettier --parser typescript -l src/**/*.ts",
|
---|
95 | "prettier:fix": "prettier --write --parser typescript -l src/**/*.ts",
|
---|
96 | "rollup": "rollup -c",
|
---|
97 | "test": "jest",
|
---|
98 | "tsc": "tsc --skipLibCheck --outDir dist --declaration true --sourceMap true"
|
---|
99 | },
|
---|
100 | "types": "dist/index.d.ts",
|
---|
101 | "version": "2.0.1"
|
---|
102 | }
|
---|