source: trip-planner-front/node_modules/isstream/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "isstream@0.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "isstream@0.1.2",
10 "_id": "isstream@0.1.2",
11 "_inBundle": false,
12 "_integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
13 "_location": "/isstream",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "isstream@0.1.2",
19 "name": "isstream",
20 "escapedName": "isstream",
21 "rawSpec": "0.1.2",
22 "saveSpec": null,
23 "fetchSpec": "0.1.2"
24 },
25 "_requiredBy": [
26 "/request"
27 ],
28 "_resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
29 "_spec": "0.1.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Rod Vagg",
33 "email": "rod@vagg.org"
34 },
35 "bugs": {
36 "url": "https://github.com/rvagg/isstream/issues"
37 },
38 "description": "Determine if an object is a Stream",
39 "devDependencies": {
40 "core-util-is": "~1.0.0",
41 "inherits": "~2.0.1",
42 "isarray": "0.0.1",
43 "string_decoder": "~0.10.x",
44 "tape": "~2.12.3"
45 },
46 "homepage": "https://github.com/rvagg/isstream",
47 "keywords": [
48 "stream",
49 "type",
50 "streams",
51 "readable-stream",
52 "hippo"
53 ],
54 "license": "MIT",
55 "main": "isstream.js",
56 "name": "isstream",
57 "repository": {
58 "type": "git",
59 "url": "git+https://github.com/rvagg/isstream.git"
60 },
61 "scripts": {
62 "test": "tar --xform 's/^package/readable-stream-1.0/' -zxf readable-stream-1.0.*.tgz && tar --xform 's/^package/readable-stream-1.1/' -zxf readable-stream-1.1.*.tgz && node test.js; rm -rf readable-stream-1.?/"
63 },
64 "version": "0.1.2"
65}
Note: See TracBrowser for help on using the repository browser.