aboutsummaryrefslogtreecommitdiff
path: root/node_modules/bytes/package.json
blob: b3a37907bb1079003734316da47bfbf5d453c1fd (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
77
78
79
80
81
82
83
{
  "_args": [
    [
      {
        "raw": "bytes@^0.3.0",
        "scope": null,
        "escapedName": "bytes",
        "name": "bytes",
        "rawSpec": "^0.3.0",
        "spec": ">=0.3.0 <0.4.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/gulp-gzip"
    ]
  ],
  "_from": "bytes@>=0.3.0 <0.4.0",
  "_id": "bytes@0.3.0",
  "_inCache": true,
  "_location": "/bytes",
  "_npmUser": {
    "name": "tjholowaychuk",
    "email": "tj@vision-media.ca"
  },
  "_npmVersion": "1.3.15",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bytes@^0.3.0",
    "scope": null,
    "escapedName": "bytes",
    "name": "bytes",
    "rawSpec": "^0.3.0",
    "spec": ">=0.3.0 <0.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gulp-gzip"
  ],
  "_resolved": "https://registry.npmjs.org/bytes/-/bytes-0.3.0.tgz",
  "_shasum": "78e2e0e28c7f9c7b988ea8aee0db4d5fa9941935",
  "_shrinkwrap": null,
  "_spec": "bytes@^0.3.0",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-gzip",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca",
    "url": "http://tjholowaychuk.com"
  },
  "bugs": {
    "url": "https://github.com/visionmedia/bytes.js/issues"
  },
  "component": {
    "scripts": {
      "bytes/index.js": "index.js"
    }
  },
  "dependencies": {},
  "description": "byte size string parser / serializer",
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "78e2e0e28c7f9c7b988ea8aee0db4d5fa9941935",
    "tarball": "https://registry.npmjs.org/bytes/-/bytes-0.3.0.tgz"
  },
  "homepage": "https://github.com/visionmedia/bytes.js",
  "main": "index.js",
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    }
  ],
  "name": "bytes",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/visionmedia/bytes.js.git"
  },
  "version": "0.3.0"
}