Last change
on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago |
primeNG components
|
-
Property mode
set to
100644
|
File size:
2.0 KB
|
Line | |
---|
1 | {
|
---|
2 | "_from": "bytes@3.1.0",
|
---|
3 | "_id": "bytes@3.1.0",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
|
---|
6 | "_location": "/body-parser/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 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
|
---|
22 | "_shasum": "f6cf7933a360e0588fa9fde85651cdc7f805d1f6",
|
---|
23 | "_spec": "bytes@3.1.0",
|
---|
24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\body-parser",
|
---|
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 | "eslint": "5.12.1",
|
---|
48 | "mocha": "5.2.0",
|
---|
49 | "nyc": "13.1.0"
|
---|
50 | },
|
---|
51 | "engines": {
|
---|
52 | "node": ">= 0.8"
|
---|
53 | },
|
---|
54 | "files": [
|
---|
55 | "History.md",
|
---|
56 | "LICENSE",
|
---|
57 | "Readme.md",
|
---|
58 | "index.js"
|
---|
59 | ],
|
---|
60 | "homepage": "https://github.com/visionmedia/bytes.js#readme",
|
---|
61 | "keywords": [
|
---|
62 | "byte",
|
---|
63 | "bytes",
|
---|
64 | "utility",
|
---|
65 | "parse",
|
---|
66 | "parser",
|
---|
67 | "convert",
|
---|
68 | "converter"
|
---|
69 | ],
|
---|
70 | "license": "MIT",
|
---|
71 | "name": "bytes",
|
---|
72 | "repository": {
|
---|
73 | "type": "git",
|
---|
74 | "url": "git+https://github.com/visionmedia/bytes.js.git"
|
---|
75 | },
|
---|
76 | "scripts": {
|
---|
77 | "lint": "eslint .",
|
---|
78 | "test": "mocha --check-leaks --reporter spec",
|
---|
79 | "test-ci": "nyc --reporter=text npm test",
|
---|
80 | "test-cov": "nyc --reporter=html --reporter=text npm test"
|
---|
81 | },
|
---|
82 | "version": "3.1.0"
|
---|
83 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.