source: trip-planner-front/node_modules/through/package.json@ e29cc2e

Last change on this file since e29cc2e 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 "through@2.3.8",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "through@2.3.8",
10 "_id": "through@2.3.8",
11 "_inBundle": false,
12 "_integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
13 "_location": "/through",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "through@2.3.8",
19 "name": "through",
20 "escapedName": "through",
21 "rawSpec": "2.3.8",
22 "saveSpec": null,
23 "fetchSpec": "2.3.8"
24 },
25 "_requiredBy": [
26 "/inquirer"
27 ],
28 "_resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
29 "_spec": "2.3.8",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Dominic Tarr",
33 "email": "dominic.tarr@gmail.com",
34 "url": "dominictarr.com"
35 },
36 "bugs": {
37 "url": "https://github.com/dominictarr/through/issues"
38 },
39 "description": "simplified stream construction",
40 "devDependencies": {
41 "from": "~0.1.3",
42 "stream-spec": "~0.3.5",
43 "tape": "~2.3.2"
44 },
45 "homepage": "https://github.com/dominictarr/through",
46 "keywords": [
47 "stream",
48 "streams",
49 "user-streams",
50 "pipe"
51 ],
52 "license": "MIT",
53 "main": "index.js",
54 "name": "through",
55 "repository": {
56 "type": "git",
57 "url": "git+https://github.com/dominictarr/through.git"
58 },
59 "scripts": {
60 "test": "set -e; for t in test/*.js; do node $t; done"
61 },
62 "testling": {
63 "browsers": [
64 "ie/8..latest",
65 "ff/15..latest",
66 "chrome/20..latest",
67 "safari/5.1..latest"
68 ],
69 "files": "test/*.js"
70 },
71 "version": "2.3.8"
72}
Note: See TracBrowser for help on using the repository browser.