source: trip-planner-front/node_modules/bytes/package.json@ 8d391a1

Last change on this file since 8d391a1 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_from": "bytes@3.0.0",
3 "_id": "bytes@3.0.0",
4 "_inBundle": false,
5 "_integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
6 "_location": "/bytes",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "bytes@3.0.0",
12 "name": "bytes",
13 "escapedName": "bytes",
14 "rawSpec": "3.0.0",
15 "saveSpec": null,
16 "fetchSpec": "3.0.0"
17 },
18 "_requiredBy": [
19 "/compression"
20 ],
21 "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
22 "_shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
23 "_spec": "bytes@3.0.0",
24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\compression",
25 "author": {
26 "name": "TJ Holowaychuk",
27 "email": "tj@vision-media.ca",
28 "url": "http://tjholowaychuk.com"
29 },
30 "bugs": {
31 "url": "https://github.com/visionmedia/bytes.js/issues"
32 },
33 "bundleDependencies": false,
34 "contributors": [
35 {
36 "name": "Jed Watson",
37 "email": "jed.watson@me.com"
38 },
39 {
40 "name": "Théo FIDRY",
41 "email": "theo.fidry@gmail.com"
42 }
43 ],
44 "deprecated": false,
45 "description": "Utility to parse a string bytes to bytes and vice-versa",
46 "devDependencies": {
47 "mocha": "2.5.3",
48 "nyc": "10.3.2"
49 },
50 "engines": {
51 "node": ">= 0.8"
52 },
53 "files": [
54 "History.md",
55 "LICENSE",
56 "Readme.md",
57 "index.js"
58 ],
59 "homepage": "https://github.com/visionmedia/bytes.js#readme",
60 "keywords": [
61 "byte",
62 "bytes",
63 "utility",
64 "parse",
65 "parser",
66 "convert",
67 "converter"
68 ],
69 "license": "MIT",
70 "name": "bytes",
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/visionmedia/bytes.js.git"
74 },
75 "scripts": {
76 "test": "mocha --check-leaks --reporter spec",
77 "test-ci": "nyc --reporter=text npm test",
78 "test-cov": "nyc --reporter=html --reporter=text npm test"
79 },
80 "version": "3.0.0"
81}
Note: See TracBrowser for help on using the repository browser.