source: trip-planner-front/node_modules/pump/package.json@ 84d0fbb

Last change on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "_args": [
3 [
4 "pump@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "pump@3.0.0",
10 "_id": "pump@3.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
13 "_location": "/pump",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "pump@3.0.0",
19 "name": "pump",
20 "escapedName": "pump",
21 "rawSpec": "3.0.0",
22 "saveSpec": null,
23 "fetchSpec": "3.0.0"
24 },
25 "_requiredBy": [
26 "/get-stream"
27 ],
28 "_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
29 "_spec": "3.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Mathias Buus Madsen",
33 "email": "mathiasbuus@gmail.com"
34 },
35 "browser": {
36 "fs": false
37 },
38 "bugs": {
39 "url": "https://github.com/mafintosh/pump/issues"
40 },
41 "dependencies": {
42 "end-of-stream": "^1.1.0",
43 "once": "^1.3.1"
44 },
45 "description": "pipe streams together and close all of them if one of them closes",
46 "homepage": "https://github.com/mafintosh/pump#readme",
47 "keywords": [
48 "streams",
49 "pipe",
50 "destroy",
51 "callback"
52 ],
53 "license": "MIT",
54 "name": "pump",
55 "repository": {
56 "type": "git",
57 "url": "git://github.com/mafintosh/pump.git"
58 },
59 "scripts": {
60 "test": "node test-browser.js && node test-node.js"
61 },
62 "version": "3.0.0"
63}
Note: See TracBrowser for help on using the repository browser.