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