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/unpipe/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "unpipe",
     2  "_args": [
     3    [
     4      "unpipe@1.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "unpipe@1.0.0",
     10  "_id": "unpipe@1.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
     13  "_location": "/unpipe",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "unpipe@1.0.0",
     19    "name": "unpipe",
     20    "escapedName": "unpipe",
     21    "rawSpec": "1.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.0"
     24  },
     25  "_requiredBy": [
     26    "/finalhandler",
     27    "/raw-body"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
     30  "_spec": "1.0.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Douglas Christopher Wilson",
     34    "email": "doug@somethingdoug.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/stream-utils/unpipe/issues"
     38  },
    339  "description": "Unpipe a stream from all destinations",
    4   "version": "1.0.0",
    5   "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
    6   "license": "MIT",
    7   "repository": "stream-utils/unpipe",
    840  "devDependencies": {
    941    "istanbul": "0.3.15",
    1042    "mocha": "2.2.5",
    1143    "readable-stream": "1.1.13"
     44  },
     45  "engines": {
     46    "node": ">= 0.8"
    1247  },
    1348  "files": [
     
    1752    "index.js"
    1853  ],
    19   "engines": {
    20     "node": ">= 0.8"
     54  "homepage": "https://github.com/stream-utils/unpipe#readme",
     55  "license": "MIT",
     56  "name": "unpipe",
     57  "repository": {
     58    "type": "git",
     59    "url": "git+https://github.com/stream-utils/unpipe.git"
    2160  },
    2261  "scripts": {
     
    2463    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    2564    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
    26   }
     65  },
     66  "version": "1.0.0"
    2767}
Note: See TracChangeset for help on using the changeset viewer.