Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@istanbuljs/load-nyc-config/node_modules/p-try/package.json')
-rw-r--r--node_modules/@istanbuljs/load-nyc-config/node_modules/p-try/package.json42
1 files changed, 0 insertions, 42 deletions
diff --git a/node_modules/@istanbuljs/load-nyc-config/node_modules/p-try/package.json b/node_modules/@istanbuljs/load-nyc-config/node_modules/p-try/package.json
deleted file mode 100644
index 81c4d32e4..000000000
--- a/node_modules/@istanbuljs/load-nyc-config/node_modules/p-try/package.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "name": "p-try",
- "version": "2.2.0",
- "description": "`Start a promise chain",
- "license": "MIT",
- "repository": "sindresorhus/p-try",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=6"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "keywords": [
- "promise",
- "try",
- "resolve",
- "function",
- "catch",
- "async",
- "await",
- "promises",
- "settled",
- "ponyfill",
- "polyfill",
- "shim",
- "bluebird"
- ],
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.1",
- "xo": "^0.24.0"
- }
-}