Changeset 59329aa for trip-planner-front/node_modules/retry/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/retry/package.json
rceaed42 r59329aa 1 1 { 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" 11 24 }, 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/" 14 36 }, 15 "main": "index", 16 "engines": { 17 "node": ">= 4" 37 "bugs": { 38 "url": "https://github.com/tim-kos/node-retry/issues" 18 39 }, 19 40 "dependencies": {}, 41 "description": "Abstraction for exponential and custom retry strategies for failed operations.", 20 42 "devDependencies": { 21 43 "fake": "0.2.0", … … 23 45 "tape": "^4.8.0" 24 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 }, 25 61 "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", 27 63 "release:major": "env SEMANTIC=major npm run release", 28 64 "release:minor": "env SEMANTIC=minor npm run release", 29 65 "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" 32 69 }
Note:
See TracChangeset
for help on using the changeset viewer.