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

    rceaed42 r59329aa  
    11{
    2   "author": "Tim Koschützki <tim@debuggable.com> (http://debuggable.com/)",
    3   "name": "retry",
    4   "description": "Abstraction for exponential and custom retry strategies for failed operations.",
    5   "license": "MIT",
    6   "version": "0.12.0",
    7   "homepage": "https://github.com/tim-kos/node-retry",
    8   "repository": {
    9     "type": "git",
    10     "url": "git://github.com/tim-kos/node-retry.git"
     2  "_args": [
     3    [
     4      "retry@0.12.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "retry@0.12.0",
     10  "_id": "retry@0.12.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=",
     13  "_location": "/retry",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "retry@0.12.0",
     19    "name": "retry",
     20    "escapedName": "retry",
     21    "rawSpec": "0.12.0",
     22    "saveSpec": null,
     23    "fetchSpec": "0.12.0"
    1124  },
    12   "directories": {
    13     "lib": "./lib"
     25  "_requiredBy": [
     26    "/p-retry",
     27    "/promise-retry"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
     30  "_spec": "0.12.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Tim Koschützki",
     34    "email": "tim@debuggable.com",
     35    "url": "http://debuggable.com/"
    1436  },
    15   "main": "index",
    16   "engines": {
    17     "node": ">= 4"
     37  "bugs": {
     38    "url": "https://github.com/tim-kos/node-retry/issues"
    1839  },
    1940  "dependencies": {},
     41  "description": "Abstraction for exponential and custom retry strategies for failed operations.",
    2042  "devDependencies": {
    2143    "fake": "0.2.0",
     
    2345    "tape": "^4.8.0"
    2446  },
     47  "directories": {
     48    "lib": "./lib"
     49  },
     50  "engines": {
     51    "node": ">= 4"
     52  },
     53  "homepage": "https://github.com/tim-kos/node-retry",
     54  "license": "MIT",
     55  "main": "index",
     56  "name": "retry",
     57  "repository": {
     58    "type": "git",
     59    "url": "git://github.com/tim-kos/node-retry.git"
     60  },
    2561  "scripts": {
    26     "test": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/integration/*.js",
     62    "release": "npm version ${SEMANTIC:-patch} -m \"Release %s\" && git push && git push --tags && npm publish",
    2763    "release:major": "env SEMANTIC=major npm run release",
    2864    "release:minor": "env SEMANTIC=minor npm run release",
    2965    "release:patch": "env SEMANTIC=patch npm run release",
    30     "release": "npm version ${SEMANTIC:-patch} -m \"Release %s\" && git push && git push --tags && npm publish"
    31   }
     66    "test": "istanbul cover ./node_modules/tape/bin/tape ./test/integration/*.js"
     67  },
     68  "version": "0.12.0"
    3269}
Note: See TracChangeset for help on using the changeset viewer.