source: trip-planner-front/node_modules/pretty-bytes/package.json@ 84d0fbb

Last change on this file since 84d0fbb 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 "pretty-bytes@5.6.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "pretty-bytes@5.6.0",
10 "_id": "pretty-bytes@5.6.0",
11 "_inBundle": false,
12 "_integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
13 "_location": "/pretty-bytes",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "pretty-bytes@5.6.0",
19 "name": "pretty-bytes",
20 "escapedName": "pretty-bytes",
21 "rawSpec": "5.6.0",
22 "saveSpec": null,
23 "fetchSpec": "5.6.0"
24 },
25 "_requiredBy": [
26 "/critters"
27 ],
28 "_resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
29 "_spec": "5.6.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "https://sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/pretty-bytes/issues"
38 },
39 "description": "Convert bytes to a human readable string: 1337 → 1.34 kB",
40 "devDependencies": {
41 "ava": "^1.4.1",
42 "tsd": "^0.7.2",
43 "xo": "^0.24.0"
44 },
45 "engines": {
46 "node": ">=6"
47 },
48 "files": [
49 "index.js",
50 "index.d.ts"
51 ],
52 "funding": "https://github.com/sponsors/sindresorhus",
53 "homepage": "https://github.com/sindresorhus/pretty-bytes#readme",
54 "keywords": [
55 "pretty",
56 "bytes",
57 "byte",
58 "filesize",
59 "size",
60 "file",
61 "human",
62 "humanized",
63 "readable",
64 "si",
65 "data",
66 "locale",
67 "localization",
68 "localized"
69 ],
70 "license": "MIT",
71 "name": "pretty-bytes",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/sindresorhus/pretty-bytes.git"
75 },
76 "scripts": {
77 "test": "xo && ava && tsd"
78 },
79 "version": "5.6.0"
80}
Note: See TracBrowser for help on using the repository browser.