source: trip-planner-front/node_modules/hdr-histogram-percentiles-obj/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "hdr-histogram-percentiles-obj@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "hdr-histogram-percentiles-obj@3.0.0",
10 "_id": "hdr-histogram-percentiles-obj@3.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-7kIufnBqdsBGcSZLPJwqHT3yhk1QTsSlFsVD3kx5ixH/AlgBs9yM1q6DPhXZ8f8gtdqgh7N7/5btRLpQsS2gHw==",
13 "_location": "/hdr-histogram-percentiles-obj",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "hdr-histogram-percentiles-obj@3.0.0",
19 "name": "hdr-histogram-percentiles-obj",
20 "escapedName": "hdr-histogram-percentiles-obj",
21 "rawSpec": "3.0.0",
22 "saveSpec": null,
23 "fetchSpec": "3.0.0"
24 },
25 "_requiredBy": [
26 "/piscina"
27 ],
28 "_resolved": "https://registry.npmjs.org/hdr-histogram-percentiles-obj/-/hdr-histogram-percentiles-obj-3.0.0.tgz",
29 "_spec": "3.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Glen Keane",
33 "email": "glenkeane.94@gmail.com"
34 },
35 "bugs": {
36 "url": "https://github.com/GlenTiki/hdr-histogram-percentiles-obj/issues"
37 },
38 "description": "A little lib for turning hdr-histogram-js to objects",
39 "devDependencies": {
40 "hdr-histogram-js": "^2.0.0",
41 "pre-commit": "^1.1.3",
42 "standard": "^14.0.0",
43 "tap": "^14.0.0"
44 },
45 "homepage": "https://github.com/GlenTiki/hdr-histogram-percentiles-obj#readme",
46 "keywords": [
47 "hdr-histogram",
48 "hdr-histogram-js",
49 "percentiles"
50 ],
51 "license": "MIT",
52 "main": "index.js",
53 "name": "hdr-histogram-percentiles-obj",
54 "pre-commit": [
55 "test"
56 ],
57 "repository": {
58 "type": "git",
59 "url": "git+https://github.com/GlenTiki/hdr-histogram-percentiles-obj.git"
60 },
61 "scripts": {
62 "test": "standard && tap ./test/*.js"
63 },
64 "version": "3.0.0"
65}
Note: See TracBrowser for help on using the repository browser.