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

    rceaed42 r59329aa  
    11{
    2   "name": "destroy",
    3   "description": "destroy a stream if possible",
    4   "version": "1.0.4",
     2  "_args": [
     3    [
     4      "destroy@1.0.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "destroy@1.0.4",
     10  "_id": "destroy@1.0.4",
     11  "_inBundle": false,
     12  "_integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
     13  "_location": "/destroy",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "destroy@1.0.4",
     19    "name": "destroy",
     20    "escapedName": "destroy",
     21    "rawSpec": "1.0.4",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.4"
     24  },
     25  "_requiredBy": [
     26    "/send"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
     29  "_spec": "1.0.4",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    531  "author": {
    632    "name": "Jonathan Ong",
    733    "email": "me@jongleberry.com",
    8     "url": "http://jongleberry.com",
    9     "twitter": "https://twitter.com/jongleberry"
     34    "url": "http://jongleberry.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/stream-utils/destroy/issues"
    1038  },
    1139  "contributors": [
    12     "Douglas Christopher Wilson <doug@somethingdoug.com>"
     40    {
     41      "name": "Douglas Christopher Wilson",
     42      "email": "doug@somethingdoug.com"
     43    }
    1344  ],
    14   "license": "MIT",
    15   "repository": "stream-utils/destroy",
     45  "description": "destroy a stream if possible",
    1646  "devDependencies": {
    1747    "istanbul": "0.4.2",
    1848    "mocha": "2.3.4"
    19   },
    20   "scripts": {
    21     "test": "mocha --reporter spec",
    22     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    23     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
    2449  },
    2550  "files": [
     
    2752    "LICENSE"
    2853  ],
     54  "homepage": "https://github.com/stream-utils/destroy#readme",
    2955  "keywords": [
    3056    "stream",
     
    3460    "leak",
    3561    "fd"
    36   ]
     62  ],
     63  "license": "MIT",
     64  "name": "destroy",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/stream-utils/destroy.git"
     68  },
     69  "scripts": {
     70    "test": "mocha --reporter spec",
     71    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
     72    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
     73  },
     74  "version": "1.0.4"
    3775}
Note: See TracChangeset for help on using the changeset viewer.