Last change
on this file since 6fe77af was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
1.8 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 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/"
|
---|
[6a3a178] | 36 | },
|
---|
[59329aa] | 37 | "bugs": {
|
---|
| 38 | "url": "https://github.com/tim-kos/node-retry/issues"
|
---|
[6a3a178] | 39 | },
|
---|
| 40 | "dependencies": {},
|
---|
[59329aa] | 41 | "description": "Abstraction for exponential and custom retry strategies for failed operations.",
|
---|
[6a3a178] | 42 | "devDependencies": {
|
---|
| 43 | "fake": "0.2.0",
|
---|
| 44 | "istanbul": "^0.4.5",
|
---|
| 45 | "tape": "^4.8.0"
|
---|
| 46 | },
|
---|
[59329aa] | 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 | },
|
---|
[6a3a178] | 61 | "scripts": {
|
---|
[59329aa] | 62 | "release": "npm version ${SEMANTIC:-patch} -m \"Release %s\" && git push && git push --tags && npm publish",
|
---|
[6a3a178] | 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",
|
---|
[59329aa] | 66 | "test": "istanbul cover ./node_modules/tape/bin/tape ./test/integration/*.js"
|
---|
| 67 | },
|
---|
| 68 | "version": "0.12.0"
|
---|
[6a3a178] | 69 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.