- 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/pretty-bytes/package.json
rceaed42 r59329aa 1 1 { 2 "name": "pretty-bytes", 3 "version": "5.6.0", 4 "description": "Convert bytes to a human readable string: 1337 → 1.34 kB", 5 "license": "MIT", 6 "repository": "sindresorhus/pretty-bytes", 7 "funding": "https://github.com/sponsors/sindresorhus", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "https://sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=6" 15 }, 16 "scripts": { 17 "test": "xo && ava && tsd" 18 }, 19 "files": [ 20 "index.js", 21 "index.d.ts" 22 ], 23 "keywords": [ 24 "pretty", 25 "bytes", 26 "byte", 27 "filesize", 28 "size", 29 "file", 30 "human", 31 "humanized", 32 "readable", 33 "si", 34 "data", 35 "locale", 36 "localization", 37 "localized" 38 ], 39 "devDependencies": { 40 "ava": "^1.4.1", 41 "tsd": "^0.7.2", 42 "xo": "^0.24.0" 43 } 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" 44 80 }
Note:
See TracChangeset
for help on using the changeset viewer.