Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/combined-stream/package.json

    r0c6b92a r79a0317  
    11{
    2   "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
     2  "_from": "combined-stream@^1.0.8",
     3  "_id": "combined-stream@1.0.8",
     4  "_inBundle": false,
     5  "_integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
     6  "_location": "/combined-stream",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "combined-stream@^1.0.8",
     12    "name": "combined-stream",
     13    "escapedName": "combined-stream",
     14    "rawSpec": "^1.0.8",
     15    "saveSpec": null,
     16    "fetchSpec": "^1.0.8"
     17  },
     18  "_requiredBy": [
     19    "/form-data"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
     22  "_shasum": "c3d45a8b34fd730631a110a8a2520682b31d5a7f",
     23  "_spec": "combined-stream@^1.0.8",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/form-data",
     25  "author": {
     26    "name": "Felix Geisendörfer",
     27    "email": "felix@debuggable.com",
     28    "url": "http://debuggable.com/"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/felixge/node-combined-stream/issues"
     32  },
     33  "bundleDependencies": false,
     34  "dependencies": {
     35    "delayed-stream": "~1.0.0"
     36  },
     37  "deprecated": false,
     38  "description": "A stream that emits multiple other streams one after another.",
     39  "devDependencies": {
     40    "far": "~0.0.7"
     41  },
     42  "engines": {
     43    "node": ">= 0.8"
     44  },
     45  "homepage": "https://github.com/felixge/node-combined-stream",
     46  "license": "MIT",
     47  "main": "./lib/combined_stream",
    348  "name": "combined-stream",
    4   "description": "A stream that emits multiple other streams one after another.",
    5   "version": "1.0.8",
    6   "homepage": "https://github.com/felixge/node-combined-stream",
    749  "repository": {
    850    "type": "git",
    951    "url": "git://github.com/felixge/node-combined-stream.git"
    1052  },
    11   "main": "./lib/combined_stream",
    1253  "scripts": {
    1354    "test": "node test/run.js"
    1455  },
    15   "engines": {
    16     "node": ">= 0.8"
    17   },
    18   "dependencies": {
    19     "delayed-stream": "~1.0.0"
    20   },
    21   "devDependencies": {
    22     "far": "~0.0.7"
    23   },
    24   "license": "MIT"
     56  "version": "1.0.8"
    2557}
Note: See TracChangeset for help on using the changeset viewer.