summaryrefslogtreecommitdiffstats
path: root/node_modules/promise-inflight/package.json
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
commite06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch)
tree55713f725f77b44ebfec86e4eec3ce33e71458ca /node_modules/promise-inflight/package.json
downloadwebsite_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip
api, login, auth
Diffstat (limited to 'node_modules/promise-inflight/package.json')
-rw-r--r--node_modules/promise-inflight/package.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/node_modules/promise-inflight/package.json b/node_modules/promise-inflight/package.json
new file mode 100644
index 0000000..d33218b
--- /dev/null
+++ b/node_modules/promise-inflight/package.json
@@ -0,0 +1,54 @@
+{
+ "_from": "promise-inflight@^1.0.1",
+ "_id": "promise-inflight@1.0.1",
+ "_inBundle": false,
+ "_integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=",
+ "_location": "/promise-inflight",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "promise-inflight@^1.0.1",
+ "name": "promise-inflight",
+ "escapedName": "promise-inflight",
+ "rawSpec": "^1.0.1",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.1"
+ },
+ "_requiredBy": [
+ "/cacache",
+ "/terser-webpack-plugin/cacache"
+ ],
+ "_resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
+ "_shasum": "98472870bf228132fcbdd868129bad12c3c029e3",
+ "_spec": "promise-inflight@^1.0.1",
+ "_where": "/home/pruss/Dev/3-minute-website/node_modules/cacache",
+ "author": {
+ "name": "Rebecca Turner",
+ "email": "me@re-becca.org",
+ "url": "http://re-becca.org/"
+ },
+ "bugs": {
+ "url": "https://github.com/iarna/promise-inflight/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "One promise for multiple requests in flight to avoid async duplication",
+ "devDependencies": {},
+ "files": [
+ "inflight.js"
+ ],
+ "homepage": "https://github.com/iarna/promise-inflight#readme",
+ "keywords": [],
+ "license": "ISC",
+ "main": "inflight.js",
+ "name": "promise-inflight",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/iarna/promise-inflight.git"
+ },
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "version": "1.0.1"
+}