summaryrefslogtreecommitdiff
path: root/node_modules/pretty-bytes/package.json
blob: 22c090ef5143cc8d4a40956815a6c1a7c86643a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "_from": "pretty-bytes@^1.0.2",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha1-CiLoIQYJrTVUL4yNXSFZr/B1HIQ=",
  "_location": "/pretty-bytes",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pretty-bytes@^1.0.2",
    "name": "pretty-bytes",
    "escapedName": "pretty-bytes",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/nugget"
  ],
  "_resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz",
  "_shasum": "0a22e8210609ad35542f8c8d5d2159aff0751c84",
  "_spec": "pretty-bytes@^1.0.2",
  "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/nugget",
  "author": {
    "name": "Sindre Sorhus",
    "email": "[email protected]",
    "url": "http://sindresorhus.com"
  },
  "bin": {
    "pretty-bytes": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/pretty-bytes/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "get-stdin": "^4.0.1",
    "meow": "^3.1.0"
  },
  "deprecated": false,
  "description": "Convert bytes to a human readable string: 1337 → 1.34 kB",
  "devDependencies": {
    "mocha": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "pretty-bytes.js",
    "cli.js"
  ],
  "homepage": "https://github.com/sindresorhus/pretty-bytes#readme",
  "keywords": [
    "cli",
    "bin",
    "browser",
    "pretty",
    "bytes",
    "byte",
    "filesize",
    "size",
    "file",
    "human",
    "humanized",
    "readable",
    "si",
    "data"
  ],
  "license": "MIT",
  "main": "pretty-bytes.js",
  "name": "pretty-bytes",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/pretty-bytes.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.0.4"
}