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