summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/byte-size/package.json
blob: f69fc683f38cc602d23238b0f022d713dc75c253 (plain)
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
{
  "_args": [
    [
      "byte-size@4.0.3",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "byte-size@4.0.3",
  "_id": "byte-size@4.0.3",
  "_inBundle": false,
  "_integrity": "sha512-JGC3EV2bCzJH/ENSh3afyJrH4vwxbHTuO5ljLoI5+2iJOcEpMgP8T782jH9b5qGxf2mSUIp1lfGnfKNrRHpvVg==",
  "_location": "/byte-size",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "byte-size@4.0.3",
    "name": "byte-size",
    "escapedName": "byte-size",
    "rawSpec": "4.0.3",
    "saveSpec": null,
    "fetchSpec": "4.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/byte-size/-/byte-size-4.0.3.tgz",
  "_spec": "4.0.3",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Lloyd Brookes",
    "email": "75pound@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/75lb/byte-size/issues"
  },
  "contributors": [
    {
      "name": "Raul Perez",
      "email": "repejota@gmail.com",
      "url": "http://repejota.com"
    }
  ],
  "description": "Convert a bytes (and octets) value to a more human-readable format. Choose between metric or IEC units.",
  "devDependencies": {
    "coveralls": "^3.0.1",
    "jsdoc-to-markdown": "^4.0.1",
    "test-runner": "^0.5.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/75lb/byte-size#readme",
  "keywords": [
    "convert",
    "bytes",
    "octet",
    "size",
    "human",
    "readable",
    "metric",
    "IEC"
  ],
  "license": "MIT",
  "name": "byte-size",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/75lb/byte-size.git"
  },
  "scripts": {
    "cover": "istanbul cover ./node_modules/.bin/test-runner test.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls",
    "docs": "jsdoc2md -t README.hbs index.js > README.md; echo",
    "test": "test-runner test.js"
  },
  "version": "4.0.3"
}