source: trip-planner-front/node_modules/end-of-stream/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.6 KB
Line 
1{
2 "_args": [
3 [
4 "end-of-stream@1.4.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "end-of-stream@1.4.4",
10 "_id": "end-of-stream@1.4.4",
11 "_inBundle": false,
12 "_integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
13 "_location": "/end-of-stream",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "end-of-stream@1.4.4",
19 "name": "end-of-stream",
20 "escapedName": "end-of-stream",
21 "rawSpec": "1.4.4",
22 "saveSpec": null,
23 "fetchSpec": "1.4.4"
24 },
25 "_requiredBy": [
26 "/pump"
27 ],
28 "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
29 "_spec": "1.4.4",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Mathias Buus",
33 "email": "mathiasbuus@gmail.com"
34 },
35 "bugs": {
36 "url": "https://github.com/mafintosh/end-of-stream/issues"
37 },
38 "dependencies": {
39 "once": "^1.4.0"
40 },
41 "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
42 "devDependencies": {
43 "tape": "^4.11.0"
44 },
45 "files": [
46 "index.js"
47 ],
48 "homepage": "https://github.com/mafintosh/end-of-stream",
49 "keywords": [
50 "stream",
51 "streams",
52 "callback",
53 "finish",
54 "close",
55 "end",
56 "wait"
57 ],
58 "license": "MIT",
59 "main": "index.js",
60 "name": "end-of-stream",
61 "repository": {
62 "type": "git",
63 "url": "git://github.com/mafintosh/end-of-stream.git"
64 },
65 "scripts": {
66 "test": "node test.js"
67 },
68 "version": "1.4.4"
69}
Note: See TracBrowser for help on using the repository browser.