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:
authorisaacs <i@izs.me>2020-07-24 22:55:18 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit53ed7e5205a3f4d5d33828ff9dc11c093f482f7b (patch)
treed76317be79432c9527e8fb37d4c13e0719cdbaf9 /node_modules/promise-call-limit
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/promise-call-limit')
-rw-r--r--node_modules/promise-call-limit/package.json63
1 files changed, 15 insertions, 48 deletions
diff --git a/node_modules/promise-call-limit/package.json b/node_modules/promise-call-limit/package.json
index b9b6c484a..ae5e4617f 100644
--- a/node_modules/promise-call-limit/package.json
+++ b/node_modules/promise-call-limit/package.json
@@ -1,62 +1,29 @@
{
- "_from": "promise-call-limit@^1.0.1",
- "_id": "promise-call-limit@1.0.1",
- "_inBundle": false,
- "_integrity": "sha512-3+hgaa19jzCGLuSCbieeRsu5C2joKfYn8pY6JAuXFRVfF4IO+L7UPpFWNTeWT9pM7uhskvbPPd/oEOktCn317Q==",
- "_location": "/promise-call-limit",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "promise-call-limit@^1.0.1",
- "name": "promise-call-limit",
- "escapedName": "promise-call-limit",
- "rawSpec": "^1.0.1",
- "saveSpec": null,
- "fetchSpec": "^1.0.1"
- },
- "_requiredBy": [
- "/@npmcli/arborist"
- ],
- "_resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-1.0.1.tgz",
- "_shasum": "4bdee03aeb85674385ca934da7114e9bcd3c6e24",
- "_spec": "promise-call-limit@^1.0.1",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/@npmcli/arborist",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "https://izs.me"
- },
- "bugs": {
- "url": "https://github.com/isaacs/promise-call-limit/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Call an array of promise-returning functions, restricting concurrency to a specified limit.",
- "devDependencies": {
- "tap": "^14.10.6"
- },
+ "name": "promise-call-limit",
+ "version": "1.0.1",
"files": [
"index.js"
],
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "homepage": "https://github.com/isaacs/promise-call-limit#readme",
- "license": "ISC",
- "name": "promise-call-limit",
+ "description": "Call an array of promise-returning functions, restricting concurrency to a specified limit.",
"repository": {
"type": "git",
- "url": "git+https://github.com/isaacs/promise-call-limit.git"
+ "url": "git+https://github.com/isaacs/promise-call-limit"
},
+ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
+ "license": "ISC",
"scripts": {
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
+ "test": "tap",
"preversion": "npm test",
- "test": "tap"
+ "postversion": "npm publish",
+ "prepublishOnly": "git push origin --follow-tags"
},
"tap": {
"check-coverage": true
},
- "version": "1.0.1"
+ "devDependencies": {
+ "tap": "^14.10.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
}