bb349284ae3f66494695f41c4db8c0fb32370059
[vnfsdk/refrepo.git] /
1 {
2   "name": "bytes",
3   "description": "Utility to parse a string bytes to bytes and vice-versa",
4   "version": "2.4.0",
5   "author": {
6     "name": "TJ Holowaychuk",
7     "email": "tj@vision-media.ca",
8     "url": "http://tjholowaychuk.com"
9   },
10   "contributors": [
11     {
12       "name": "Jed Watson",
13       "email": "jed.watson@me.com"
14     },
15     {
16       "name": "Théo FIDRY",
17       "email": "theo.fidry@gmail.com"
18     }
19   ],
20   "license": "MIT",
21   "keywords": [
22     "byte",
23     "bytes",
24     "utility",
25     "parse",
26     "parser",
27     "convert",
28     "converter"
29   ],
30   "repository": {
31     "type": "git",
32     "url": "https://github.com/visionmedia/bytes.js"
33   },
34   "component": {
35     "scripts": {
36       "bytes/index.js": "index.js"
37     }
38   },
39   "devDependencies": {
40     "mocha": "1.21.5"
41   },
42   "files": [
43     "History.md",
44     "LICENSE",
45     "Readme.md",
46     "index.js"
47   ],
48   "scripts": {
49     "test": "mocha --check-leaks --reporter spec"
50   },
51   "gitHead": "2a598442bdfa796df8d01a96cc54495cda550e70",
52   "bugs": {
53     "url": "https://github.com/visionmedia/bytes.js/issues"
54   },
55   "homepage": "https://github.com/visionmedia/bytes.js",
56   "_id": "bytes@2.4.0",
57   "_shasum": "7d97196f9d5baf7f6935e25985549edd2a6c2339",
58   "_from": "bytes@2.4.0",
59   "_npmVersion": "1.4.28",
60   "_npmUser": {
61     "name": "dougwilson",
62     "email": "doug@somethingdoug.com"
63   },
64   "maintainers": [
65     {
66       "name": "dougwilson",
67       "email": "doug@somethingdoug.com"
68     },
69     {
70       "name": "tjholowaychuk",
71       "email": "tj@vision-media.ca"
72     }
73   ],
74   "dist": {
75     "shasum": "7d97196f9d5baf7f6935e25985549edd2a6c2339",
76     "tarball": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz"
77   },
78   "_npmOperationalInternal": {
79     "host": "packages-16-east.internal.npmjs.com",
80     "tmp": "tmp/bytes-2.4.0.tgz_1464812473023_0.6271433881483972"
81   },
82   "directories": {},
83   "_resolved": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz"
84 }