blob: 6117dba78ffab012c875e7323d6a00ae41b1e7fb [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "pretty-bytes@^5.1.0",
3 "_id": "pretty-bytes@5.6.0",
4 "_inBundle": false,
5 "_integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
6 "_location": "/pretty-bytes",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "pretty-bytes@^5.1.0",
12 "name": "pretty-bytes",
13 "escapedName": "pretty-bytes",
14 "rawSpec": "^5.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^5.1.0"
17 },
18 "_requiredBy": [
19 "/grunt-contrib-imagemin"
20 ],
21 "_resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
22 "_shasum": "356256f643804773c82f64723fe78c92c62beaeb",
23 "_spec": "pretty-bytes@^5.1.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-contrib-imagemin",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "https://sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/pretty-bytes/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Convert bytes to a human readable string: 1337 → 1.34 kB",
36 "devDependencies": {
37 "ava": "^1.4.1",
38 "tsd": "^0.7.2",
39 "xo": "^0.24.0"
40 },
41 "engines": {
42 "node": ">=6"
43 },
44 "files": [
45 "index.js",
46 "index.d.ts"
47 ],
48 "funding": "https://github.com/sponsors/sindresorhus",
49 "homepage": "https://github.com/sindresorhus/pretty-bytes#readme",
50 "keywords": [
51 "pretty",
52 "bytes",
53 "byte",
54 "filesize",
55 "size",
56 "file",
57 "human",
58 "humanized",
59 "readable",
60 "si",
61 "data",
62 "locale",
63 "localization",
64 "localized"
65 ],
66 "license": "MIT",
67 "name": "pretty-bytes",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/sindresorhus/pretty-bytes.git"
71 },
72 "scripts": {
73 "test": "xo && ava && tsd"
74 },
75 "version": "5.6.0"
76}