46a61a3eaf23fa44b257d56294b2f2de7ba59ec7
[VSoRC/.git] / node_modules / bytes / package.json
1 {
2   "_from": "bytes@3.1.0",
3   "_id": "bytes@3.1.0",
4   "_inBundle": false,
5   "_integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
6   "_location": "/bytes",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "bytes@3.1.0",
12     "name": "bytes",
13     "escapedName": "bytes",
14     "rawSpec": "3.1.0",
15     "saveSpec": null,
16     "fetchSpec": "3.1.0"
17   },
18   "_requiredBy": [
19     "/body-parser",
20     "/raw-body"
21   ],
22   "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
23   "_shasum": "f6cf7933a360e0588fa9fde85651cdc7f805d1f6",
24   "_spec": "bytes@3.1.0",
25   "_where": "/home/josuer08/Documents/web/node_modules/body-parser",
26   "author": {
27     "name": "TJ Holowaychuk",
28     "email": "tj@vision-media.ca",
29     "url": "http://tjholowaychuk.com"
30   },
31   "bugs": {
32     "url": "https://github.com/visionmedia/bytes.js/issues"
33   },
34   "bundleDependencies": false,
35   "contributors": [
36     {
37       "name": "Jed Watson",
38       "email": "jed.watson@me.com"
39     },
40     {
41       "name": "Théo FIDRY",
42       "email": "theo.fidry@gmail.com"
43     }
44   ],
45   "deprecated": false,
46   "description": "Utility to parse a string bytes to bytes and vice-versa",
47   "devDependencies": {
48     "eslint": "5.12.1",
49     "mocha": "5.2.0",
50     "nyc": "13.1.0"
51   },
52   "engines": {
53     "node": ">= 0.8"
54   },
55   "files": [
56     "History.md",
57     "LICENSE",
58     "Readme.md",
59     "index.js"
60   ],
61   "homepage": "https://github.com/visionmedia/bytes.js#readme",
62   "keywords": [
63     "byte",
64     "bytes",
65     "utility",
66     "parse",
67     "parser",
68     "convert",
69     "converter"
70   ],
71   "license": "MIT",
72   "name": "bytes",
73   "repository": {
74     "type": "git",
75     "url": "git+https://github.com/visionmedia/bytes.js.git"
76   },
77   "scripts": {
78     "lint": "eslint .",
79     "test": "mocha --check-leaks --reporter spec",
80     "test-ci": "nyc --reporter=text npm test",
81     "test-cov": "nyc --reporter=html --reporter=text npm test"
82   },
83   "version": "3.1.0"
84 }