source: trip-planner-front/node_modules/retry/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.8 KB
Line 
1{
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"
24 },
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/"
36 },
37 "bugs": {
38 "url": "https://github.com/tim-kos/node-retry/issues"
39 },
40 "dependencies": {},
41 "description": "Abstraction for exponential and custom retry strategies for failed operations.",
42 "devDependencies": {
43 "fake": "0.2.0",
44 "istanbul": "^0.4.5",
45 "tape": "^4.8.0"
46 },
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 },
61 "scripts": {
62 "release": "npm version ${SEMANTIC:-patch} -m \"Release %s\" && git push && git push --tags && npm publish",
63 "release:major": "env SEMANTIC=major npm run release",
64 "release:minor": "env SEMANTIC=minor npm run release",
65 "release:patch": "env SEMANTIC=patch npm run release",
66 "test": "istanbul cover ./node_modules/tape/bin/tape ./test/integration/*.js"
67 },
68 "version": "0.12.0"
69}
Note: See TracBrowser for help on using the repository browser.