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