Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/delayed-stream/package.json

    rceaed42 r59329aa  
    11{
    2   "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
     2  "_args": [
     3    [
     4      "delayed-stream@1.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "delayed-stream@1.0.0",
     10  "_id": "delayed-stream@1.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
     13  "_location": "/delayed-stream",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "delayed-stream@1.0.0",
     19    "name": "delayed-stream",
     20    "escapedName": "delayed-stream",
     21    "rawSpec": "1.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.0"
     24  },
     25  "_requiredBy": [
     26    "/combined-stream"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
     29  "_spec": "1.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Felix Geisendörfer",
     33    "email": "felix@debuggable.com",
     34    "url": "http://debuggable.com/"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/felixge/node-delayed-stream/issues"
     38  },
    339  "contributors": [
    4     "Mike Atkins <apeherder@gmail.com>"
     40    {
     41      "name": "Mike Atkins",
     42      "email": "apeherder@gmail.com"
     43    }
    544  ],
     45  "dependencies": {},
     46  "description": "Buffers events from a stream until you are ready to handle them.",
     47  "devDependencies": {
     48    "fake": "0.2.0",
     49    "far": "0.0.1"
     50  },
     51  "engines": {
     52    "node": ">=0.4.0"
     53  },
     54  "homepage": "https://github.com/felixge/node-delayed-stream",
     55  "license": "MIT",
     56  "main": "./lib/delayed_stream",
    657  "name": "delayed-stream",
    7   "description": "Buffers events from a stream until you are ready to handle them.",
    8   "license": "MIT",
    9   "version": "1.0.0",
    10   "homepage": "https://github.com/felixge/node-delayed-stream",
    1158  "repository": {
    1259    "type": "git",
    1360    "url": "git://github.com/felixge/node-delayed-stream.git"
    1461  },
    15   "main": "./lib/delayed_stream",
    16   "engines": {
    17     "node": ">=0.4.0"
    18   },
    1962  "scripts": {
    2063    "test": "make test"
    2164  },
    22   "dependencies": {},
    23   "devDependencies": {
    24     "fake": "0.2.0",
    25     "far": "0.0.1"
    26   }
     65  "version": "1.0.0"
    2766}
Note: See TracChangeset for help on using the changeset viewer.