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

    rceaed42 r59329aa  
    11{
    2   "name": "is-stream",
    3   "version": "1.1.0",
    4   "description": "Check if something is a Node.js stream",
    5   "license": "MIT",
    6   "repository": "sindresorhus/is-stream",
     2  "_args": [
     3    [
     4      "is-stream@1.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-stream@1.1.0",
     10  "_id": "is-stream@1.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
     13  "_location": "/is-stream",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-stream@1.1.0",
     19    "name": "is-stream",
     20    "escapedName": "is-stream",
     21    "rawSpec": "1.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.0"
     24  },
     25  "_requiredBy": [
     26    "/execa"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
     29  "_spec": "1.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/is-stream/issues"
     38  },
     39  "description": "Check if something is a Node.js stream",
     40  "devDependencies": {
     41    "ava": "*",
     42    "tempfile": "^1.1.0",
     43    "xo": "*"
     44  },
    1245  "engines": {
    1346    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1747  },
    1848  "files": [
    1949    "index.js"
    2050  ],
     51  "homepage": "https://github.com/sindresorhus/is-stream#readme",
    2152  "keywords": [
    2253    "stream",
     
    3162    "is"
    3263  ],
    33   "devDependencies": {
    34     "ava": "*",
    35     "tempfile": "^1.1.0",
    36     "xo": "*"
    37   }
     64  "license": "MIT",
     65  "name": "is-stream",
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/sindresorhus/is-stream.git"
     69  },
     70  "scripts": {
     71    "test": "xo && ava"
     72  },
     73  "version": "1.1.0"
    3874}
Note: See TracChangeset for help on using the changeset viewer.