libreccm-legacy/tools-ng/tinymce/plugins/ccm-cms-images/node_modules/popsicle-retry/package.json

82 lines
2.1 KiB
JSON

{
"_from": "popsicle-retry@^3.2.0",
"_id": "popsicle-retry@3.2.1",
"_inBundle": false,
"_integrity": "sha1-4G6GZTO0KnoSPrMwy+Y6fOvLoQw=",
"_location": "/popsicle-retry",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "popsicle-retry@^3.2.0",
"name": "popsicle-retry",
"escapedName": "popsicle-retry",
"rawSpec": "^3.2.0",
"saveSpec": null,
"fetchSpec": "^3.2.0"
},
"_requiredBy": [
"/typings-core"
],
"_resolved": "https://registry.npmjs.org/popsicle-retry/-/popsicle-retry-3.2.1.tgz",
"_shasum": "e06e866533b42a7a123eb330cbe63a7cebcba10c",
"_spec": "popsicle-retry@^3.2.0",
"_where": "/nfs/repos/trunk/trunk-images/node_modules/typings-core",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/popsicle-retry/issues"
},
"bundleDependencies": false,
"dependencies": {
"any-promise": "^1.1.0",
"xtend": "^4.0.1"
},
"deprecated": false,
"description": "Enable request retries for Popsicle",
"devDependencies": {
"blue-tape": "^0.2.0",
"bluebird": "^3.2.2",
"express": "^4.13.4",
"istanbul": "^0.4.2",
"popsicle": "^6.1.0",
"tap-spec": "^4.1.1",
"tslint": "^3.1.1",
"typescript": "^1.7.3",
"typings": "^1.2.0"
},
"files": [
"dist/",
"typings.json",
"LICENSE"
],
"homepage": "https://github.com/blakeembrey/popsicle-retry",
"keywords": [
"popsicle",
"retry",
"fail",
"5xx",
"error",
"http"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "popsicle-retry",
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/popsicle-retry.git"
},
"scripts": {
"build": "rm -rf dist/ && tsc",
"lint": "tslint \"src/**/*.ts\"",
"prepublish": "typings install && npm run build",
"test": "npm run lint && npm run build && npm run test-cov",
"test-cov": "istanbul cover --print none blue-tape -- test/index.js | tap-spec",
"test-spec": "blue-tape test/index.js | tap-spec"
},
"version": "3.2.1"
}