Last change
on this file was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago |
primeNG components
|
-
Property mode
set to
100644
|
File size:
2.0 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "bytes@3.1.0",
|
---|
| 3 | "_id": "bytes@3.1.0",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
|
---|
| 6 | "_location": "/body-parser/bytes",
|
---|
[59329aa] | 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "version",
|
---|
| 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "bytes@3.1.0",
|
---|
[59329aa] | 12 | "name": "bytes",
|
---|
| 13 | "escapedName": "bytes",
|
---|
[e29cc2e] | 14 | "rawSpec": "3.1.0",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "3.1.0"
|
---|
[59329aa] | 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
[e29cc2e] | 19 | "/body-parser"
|
---|
[6a3a178] | 20 | ],
|
---|
[e29cc2e] | 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",
|
---|
[59329aa] | 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 | },
|
---|
[e29cc2e] | 33 | "bundleDependencies": false,
|
---|
[59329aa] | 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 | ],
|
---|
[e29cc2e] | 44 | "deprecated": false,
|
---|
[59329aa] | 45 | "description": "Utility to parse a string bytes to bytes and vice-versa",
|
---|
[6a3a178] | 46 | "devDependencies": {
|
---|
[e29cc2e] | 47 | "eslint": "5.12.1",
|
---|
| 48 | "mocha": "5.2.0",
|
---|
| 49 | "nyc": "13.1.0"
|
---|
[6a3a178] | 50 | },
|
---|
[59329aa] | 51 | "engines": {
|
---|
| 52 | "node": ">= 0.8"
|
---|
| 53 | },
|
---|
[6a3a178] | 54 | "files": [
|
---|
| 55 | "History.md",
|
---|
| 56 | "LICENSE",
|
---|
| 57 | "Readme.md",
|
---|
| 58 | "index.js"
|
---|
| 59 | ],
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 75 | },
|
---|
| 76 | "scripts": {
|
---|
[e29cc2e] | 77 | "lint": "eslint .",
|
---|
[6a3a178] | 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"
|
---|
[59329aa] | 81 | },
|
---|
[e29cc2e] | 82 | "version": "3.1.0"
|
---|
[6a3a178] | 83 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.