- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/hdr-histogram-percentiles-obj/package.json
rceaed42 r59329aa 1 1 { 2 "name": "hdr-histogram-percentiles-obj", 3 "version": "3.0.0", 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 }, 4 38 "description": "A little lib for turning hdr-histogram-js to objects", 5 "main": "index.js", 6 "scripts": { 7 "test": "standard && tap ./test/*.js" 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" 8 44 }, 9 "repository": { 10 "type": "git", 11 "url": "git+https://github.com/GlenTiki/hdr-histogram-percentiles-obj.git" 12 }, 45 "homepage": "https://github.com/GlenTiki/hdr-histogram-percentiles-obj#readme", 13 46 "keywords": [ 14 47 "hdr-histogram", … … 16 49 "percentiles" 17 50 ], 18 "author": "Glen Keane <glenkeane.94@gmail.com>",19 51 "license": "MIT", 20 "bugs": { 21 "url": "https://github.com/GlenTiki/hdr-histogram-percentiles-obj/issues" 22 }, 52 "main": "index.js", 53 "name": "hdr-histogram-percentiles-obj", 23 54 "pre-commit": [ 24 55 "test" 25 56 ], 26 "homepage": "https://github.com/GlenTiki/hdr-histogram-percentiles-obj#readme", 27 "devDependencies": { 28 "pre-commit": "^1.1.3", 29 "standard": "^14.0.0", 30 "tap": "^14.0.0", 31 "hdr-histogram-js": "^2.0.0" 32 } 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" 33 65 }
Note:
See TracChangeset
for help on using the changeset viewer.