Last change
on this file since 76712b2 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago |
primeNG components
|
-
Property mode
set to
100644
|
File size:
1.9 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "bytes@3.0.0",
|
---|
| 3 | "_id": "bytes@3.0.0",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
|
---|
[59329aa] | 6 | "_location": "/bytes",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "version",
|
---|
| 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "bytes@3.0.0",
|
---|
[59329aa] | 12 | "name": "bytes",
|
---|
| 13 | "escapedName": "bytes",
|
---|
[e29cc2e] | 14 | "rawSpec": "3.0.0",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "3.0.0"
|
---|
[59329aa] | 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
[e29cc2e] | 19 | "/compression"
|
---|
[6a3a178] | 20 | ],
|
---|
[e29cc2e] | 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",
|
---|
[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 | "mocha": "2.5.3",
|
---|
| 48 | "nyc": "10.3.2"
|
---|
[6a3a178] | 49 | },
|
---|
[59329aa] | 50 | "engines": {
|
---|
| 51 | "node": ">= 0.8"
|
---|
| 52 | },
|
---|
[6a3a178] | 53 | "files": [
|
---|
| 54 | "History.md",
|
---|
| 55 | "LICENSE",
|
---|
| 56 | "Readme.md",
|
---|
| 57 | "index.js"
|
---|
| 58 | ],
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 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"
|
---|
[59329aa] | 79 | },
|
---|
[e29cc2e] | 80 | "version": "3.0.0"
|
---|
[6a3a178] | 81 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.