Initial commit
[yaffs-website] / node_modules / raw-body / node_modules / bytes / package.json
1 {
2   "_args": [
3     [
4       "bytes@2.4.0",
5       "/var/www/yaffs/node_modules/raw-body"
6     ]
7   ],
8   "_from": "bytes@2.4.0",
9   "_id": "bytes@2.4.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/raw-body/bytes",
13   "_npmOperationalInternal": {
14     "host": "packages-16-east.internal.npmjs.com",
15     "tmp": "tmp/bytes-2.4.0.tgz_1464812473023_0.6271433881483972"
16   },
17   "_npmUser": {
18     "email": "doug@somethingdoug.com",
19     "name": "dougwilson"
20   },
21   "_npmVersion": "1.4.28",
22   "_phantomChildren": {},
23   "_requested": {
24     "name": "bytes",
25     "raw": "bytes@2.4.0",
26     "rawSpec": "2.4.0",
27     "scope": null,
28     "spec": "2.4.0",
29     "type": "version"
30   },
31   "_requiredBy": [
32     "/raw-body"
33   ],
34   "_resolved": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz",
35   "_shasum": "7d97196f9d5baf7f6935e25985549edd2a6c2339",
36   "_shrinkwrap": null,
37   "_spec": "bytes@2.4.0",
38   "_where": "/var/www/yaffs/node_modules/raw-body",
39   "author": {
40     "email": "tj@vision-media.ca",
41     "name": "TJ Holowaychuk",
42     "url": "http://tjholowaychuk.com"
43   },
44   "bugs": {
45     "url": "https://github.com/visionmedia/bytes.js/issues"
46   },
47   "component": {
48     "scripts": {
49       "bytes/index.js": "index.js"
50     }
51   },
52   "contributors": [
53     {
54       "name": "Jed Watson",
55       "email": "jed.watson@me.com"
56     },
57     {
58       "name": "Théo FIDRY",
59       "email": "theo.fidry@gmail.com"
60     }
61   ],
62   "dependencies": {},
63   "description": "Utility to parse a string bytes to bytes and vice-versa",
64   "devDependencies": {
65     "mocha": "1.21.5"
66   },
67   "directories": {},
68   "dist": {
69     "shasum": "7d97196f9d5baf7f6935e25985549edd2a6c2339",
70     "tarball": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz"
71   },
72   "files": [
73     "History.md",
74     "LICENSE",
75     "Readme.md",
76     "index.js"
77   ],
78   "gitHead": "2a598442bdfa796df8d01a96cc54495cda550e70",
79   "homepage": "https://github.com/visionmedia/bytes.js",
80   "keywords": [
81     "byte",
82     "bytes",
83     "convert",
84     "converter",
85     "parse",
86     "parser",
87     "utility"
88   ],
89   "license": "MIT",
90   "maintainers": [
91     {
92       "name": "dougwilson",
93       "email": "doug@somethingdoug.com"
94     },
95     {
96       "name": "tjholowaychuk",
97       "email": "tj@vision-media.ca"
98     }
99   ],
100   "name": "bytes",
101   "optionalDependencies": {},
102   "readme": "ERROR: No README data found!",
103   "repository": {
104     "type": "git",
105     "url": "git+https://github.com/visionmedia/bytes.js.git"
106   },
107   "scripts": {
108     "test": "mocha --check-leaks --reporter spec"
109   },
110   "version": "2.4.0"
111 }